Jump to content

Logo shift in IE7


Recommended Posts

Hi people,

I have an issue with my logo.

The position in IE8, Firefox and Chrome is correct. But in IE7 it is shifted a bit.

How can I solve this problem?

Global.css has the following values:

#logo {
   float:left;
   margin-top:-45px;
   margin-left:20px;

16515_Awto8qE0tmhdhVFv8yWF_t

16516_knclT4wDbuB4FDwDLSKo_t

Link to comment
Share on other sites

#logo {
float:left;
margin-left:20px;
margin-top:-37px;}



Add this. If you don't like, inncrease or decrease value of margin-top. I do not have ei7, therefore I can not test it.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...