"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...
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.
Comment