I was wanting to know if when using an
a.link { background-image: url(); }
tag or other link associated tags if it was possible to use an image tag on it
ive tryed it and it doesnt seem to work and im wondering if theres a diffrent name for it.
WHAT IM TRYING TO ACHIEVE:
I made buttons using java but i have to many gifs if i can have 4 gifs that use the same rule as change over hover etc that would be so much more simpler
Thanks for any help
Adding background images to a.(References)
not sure if I get you completely but I am assuming you want to do css rollovers without using javascript??
check this tut:
http://wellstyled.com/css-nopreload-rollovers.html
you can use one image and just adjust the background position to create the rollover affect.
is this what you want?
Adding background images to a.(References)
You may need to set the link to display: block, and give it width and height.
THANKS GUYS
Thats exactly what i was looking for ...
Thanks heaps:P