View Single Post
Old 11-27-2010, 06:15 PM  
Tempest
Too lazy to set a custom title
 
Industry Role:
Join Date: May 2004
Location: West Coast, Canada.
Posts: 10,217
yeah.. thumbs etc. are a freakin pain in the ass for hovers etc. Maybe try this.. Note you need to set the width and height.

Code:
a.blah:link,a.blah:hover,a.blah:active{
	width:XXpx;
	height:XXpx;
	border:1px solid #00f;
	text-decoration:none;
	padding:4px;
	display:block;
}

a.blah:hover{
	border:1px solid #f00;
}
Tempest is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote