Link to home
Create AccountLog in
Avatar of DS928
DS928Flag for United States of America

asked on

Chrome Vertical-Align Issue

I am using vertical-align middle and it works fine in Explorer but not chrome.  Is there a workaround for this?

www.mediascrubber.com

.blue{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px; 
	font-weight:bold;
	color:#FFFFFF;
	vertical-align: middle;
	display:block;
	outline:0;
	text-decoration:none;
}

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Gary
Gary
Flag of Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of DS928

ASKER

Thank you!