View Single Post
Old 11-27-2010, 06:36 PM  
Mutt
Too lazy to set a custom title
 
Mutt's Avatar
 
Industry Role:
Join Date: Sep 2002
Posts: 34,431
Quote:
Originally Posted by Tempest View Post
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;
}

thanks - display: block solved it - when i added height and width it messed up the padding - the top and side paddings were the same but the bottom padding was larger.

thanks for the other suggestions, they probably work too.
__________________
I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!
Mutt is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote