Logo alignment different in IE & FF

GK User
Sun May 02, 2010 6:50 pm
Hello guys,
I've inserted a new logo, but the new margins to the top and menu bar won't apply in IE. In FF it looks how I want it to. I've been playing around with template_css.css but no luck.

This is probably very simple, but need your help anyway...

check out the site at http://skandlott.se.loopiadns.com/

(I got this thread started in Party freak for some reason. I'm using Pulse..)

Thanks,
Johan
User avatar
Junior Boarder

teitbite
Tue May 04, 2010 1:13 pm
Hi

I'm not sure, but please try this. Please add it to the end of template_css.css file:

Code: Select all
div#top {
height:60px !important;
overflow:hidden;
}
User avatar
Moderator

GK User
Wed May 05, 2010 9:28 pm
hello again,
i solved it. removed this code from ie7_css.css

Code: Select all

div#top{
   min-height:88px;
}


teitbite, your suggestion didn't change anything, but thanks for the help anyway!
User avatar
Junior Boarder


cron