MrLoud Posted January 1, 2010 Share Posted January 1, 2010 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; Link to comment Share on other sites More sharing options...
Marghoob Suleman Posted January 1, 2010 Share Posted January 1, 2010 try to use padding:0 and vertical-align:bottom properties... Link to comment Share on other sites More sharing options...
MrLoud Posted January 1, 2010 Author Share Posted January 1, 2010 Doesn't work unfortunately. Link to comment Share on other sites More sharing options...
Guest Posted January 1, 2010 Share Posted January 1, 2010 h1#logo { float:left; height:70px; margin-top:0.2em; width:29%; } increase height value Link to comment Share on other sites More sharing options...
MrLoud Posted January 2, 2010 Author Share Posted January 2, 2010 Thanks for your help, but unfortunately not the solution. Link to comment Share on other sites More sharing options...
Guest Posted January 2, 2010 Share Posted January 2, 2010 can you write your link? Link to comment Share on other sites More sharing options...
MrLoud Posted January 2, 2010 Author Share Posted January 2, 2010 I sent you a PM. Link to comment Share on other sites More sharing options...
Guest Posted January 2, 2010 Share Posted January 2, 2010 #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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now