Hello,

Let me start off first by saying, whoever develops IE needs to be shot. Now that I've said that, lets move on.

The top region (whitespace between primary links and search box) seems to be sticking to a fixed height in IE.

I have attached a screenshot. Please note that I have modified only the background images. I have not made any changes to the CSS.

Thanks!

CommentFileSizeAuthor
Untitled.jpg126 KBmikeloyst

Comments

delty’s picture

Have you tried disabling the Administration Menu Toolbar Style? It seems to push the search box down any time I've used it in the past.

mikeloyst’s picture

It is still squished when admin is not logged in.

delty’s picture

Oh, no logo, site name or slogan... as a quick fix, how about making a transparent .gif or .png (looks like maybe 40px high,) and loading that as the logo? That should push the menu down.

-=Delty

jeremycaldwell’s picture

Try adding this bit of CSS to your theme's "local.css" file located in the /css directory. This file doesn't exist by default but you can create one.

#primary-menu {
  margin-top: 50px;
}

That should push the primary menu down a bit so the search box isn't touching it.

mikeloyst’s picture

Priority: Normal » Minor
Status: Active » Needs work

@eternalistic your solution worked thanks!

Should be added to the ie-fix CSS file to fix this issue

jeremycaldwell’s picture

Status: Needs work » Fixed

Well this fix won't work for everyone as there needs to be a lot more logic in the theme files so it knows if nothing but the primary menu is present, do this, otherwise do this. I'm marking this as fixed for now as someone else might need to use this bit of CSS in the future.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.