View Full Version : css rollover help
moscarda
12-16-2006, 01:57 AM
i want to apply a css style to thumbnail images so that when they are hovered over, they have a red inner stroke... is this possible...kind of like the rectangles on this site:
http://www.uxmag.com
boxxertrumps
12-16-2006, 04:15 PM
you just make a new class thats like
tag {Style for not mouseovered}
tag:hover {style changes on mouseover}
moscarda
12-16-2006, 04:35 PM
argh,
but what are the properties, i don't know enough about css
thanks in advance
boxxertrumps
12-16-2006, 08:33 PM
tag:hover {border:1px solid red}
from what i can remember.
or .class:hover
depends on your site..
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.