speed question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • todd

    speed question

    is it quicker to create buttons on the fly or use actual images. for
    rollovers as well.
  • Randell D.

    #2
    Re: speed question


    "todd" <xeatr1@aol.com > wrote in message
    news:4c604830.0 310301852.3c97d 94c@posting.goo gle.com...[color=blue]
    > is it quicker to create buttons on the fly or use actual images. for
    > rollovers as well.[/color]

    It depends - will the dynamic images always be the same? If so, then real
    files are your better option... They will use less system resources to
    deliver...


    Comment

    • Andy Hassall

      #3
      Re: speed question

      On 30 Oct 2003 18:52:53 -0800, xeatr1@aol.com (todd) wrote:
      [color=blue]
      >is it quicker to create buttons on the fly or use actual images. for
      >rollovers as well.[/color]

      What do you mean by 'create buttons on the fly'? A <button> tag doesn't
      necessarily have anything to do with images. Are you comparing creating images
      with GD vs. static images? Static images would be faster...

      PHP can't do rollovers, that's a client-side thing, so not sure what you mean.

      --
      Andy Hassall (andy@andyh.co. uk) icq(5747695) (http://www.andyh.co.uk)
      Space: disk usage analysis tool (http://www.andyhsoftware.co.uk/space)

      Comment

      Working...