Hi guys,
Can a css class be used to exclude two pictures from a highlight effect.
The images not wanted to be highlighted are checkout.gif and buy.gif
Page in question
http://www.australiabanners.com.au/q...ducts.php?pg=9
This is the #content class that applies a hover highlight to all images.
#content a img {border-bottom: 2px solid #FFFFFF;padding-bottom: 3px;}
#content a:hover img {border-bottom: 2px solid #48C04F;padding-bottom: 3px;}
Dont want it for two images, any ideas ?