Closed (fixed)
Project:
Acquia Marina
Version:
6.x-3.0-alpha2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 May 2010 at 21:08 UTC
Updated:
1 Jun 2010 at 19:10 UTC
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!
| Comment | File | Size | Author |
|---|---|---|---|
| Untitled.jpg | 126 KB | mikeloyst |
Comments
Comment #1
delty commentedHave 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.
Comment #2
mikeloyst commentedIt is still squished when admin is not logged in.
Comment #3
delty commentedOh, 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
Comment #4
jeremycaldwell commentedTry 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.
That should push the primary menu down a bit so the search box isn't touching it.
Comment #5
mikeloyst commented@eternalistic your solution worked thanks!
Should be added to the ie-fix CSS file to fix this issue
Comment #6
jeremycaldwell commentedWell 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.