Closed (fixed)
Project:
Acquia Marina
Version:
6.x-1.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 May 2009 at 09:15 UTC
Updated:
2 Jun 2009 at 09:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
jwolf commentedYou can put a wrapper around primary-menu-wrapper, give it a 100% width and then give it your desired background color
for example in page.tpl.php:
Comment #2
tomsm commentedOk, that worked. Thank you!
I have another problem:
I have set the top-margin: -25px of this wrapper to decrease the height of the header section.
My logo appears behind the background of the wrapper in IE7. In Firefox it appears in front, as it should be.
I have set the z-index of the wrapper to -1, but this does not work. How can I fix this?
I have attached 2 screenshots: 1 of IE7 and 1 of firefox
Comment #3
tomsm commentedI have found a solution:
I added margin-top: -25px to the primary-menu-header instead of to the "wrapper".
Thanks for you help!