Closed (fixed)
Project:
Amadou
Version:
6.x-1.1
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
13 Jan 2008 at 13:26 UTC
Updated:
9 May 2012 at 00:20 UTC
Jump to comment: Most recent file
I can temprorary fix it using
#sideBars-bg {
margin:-2px 0 0 0;
}
but I don't think assigning negative margins is a good solution,
just posting it so I won't forget it, feel free to close the issue
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | amadou.jpg | 78.63 KB | giorgosk |
Comments
Comment #1
giorgoskA better solution might be to assign
in layout.css (line 15)
but IE seems to be needing the height to be 111px
it seems like some extra margin or padding in the header might be causing this
Comment #2
jwolf commentedWould you be so kind to provide either a link to your site where this is happening or a screenshot?
Also, which browsers (and version(s)) are you referring to?
Thanks
Comment #3
giorgoskTHe site is not live so I can't give URL
but here is a screenshot
this happens with both firefox latest 2.0.0.11
and IE6 when tested
hope it helps
Comment #4
jwolf commentedChanging the height on the header is the best solution:
layout.css (line 15)
For the woefully inept IE6, we'll just add the header (minus a pixel from the height) to IE's style sheet:
ie-fixes/ie6.css
I will add the changes to next the release. This will also be added to the 5.x version as well.
Thank you
Comment #5
jwolf commentedComment #6
sk33lz commentedCode already updated in dev.