Click to See Complete Forum and Search --> : Buttons


Popey
06-19-2003, 09:10 AM
I need something like the script at this site:

SCRIPT (http://javascript.internet.com/buttons/image-button.html)

This script puts a white box around the image, is there a way to do this kind of thing without a coloured box or use an invisible gif instead.

Cheers

Gollum
06-19-2003, 09:52 AM
This script works by playing with the size of the border which coincidentally is coloured white

there are many ways of producing this kind of effect - alternate images for onmouseover, onmousedown, etc, or by by using an absolute positioned div.