Sunday, 8 September 2013

Webpage logo appears different in Firefox

Webpage logo appears different in Firefox

My website appears different in firefox compared to chrome or safari, the
logo image at the top of the page is placed higher towards the top of the
page.
I have tried using vertical-align but had no luck. Any suggestions? (page
is institute101.com)
header .logo img.standard {
display: none;
vertical-align: middle;
}
The page is even more messed up in IE, is there a general rule I should
keep in mind when making a page compatible for all browsers?

No comments:

Post a Comment