Closed (fixed)
Project:
Kubrick
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Anonymous (not verified)
Created:
21 Jan 2005 at 19:48 UTC
Updated:
6 Jul 2006 at 02:15 UTC
Problems in displaying in IE 6.0 , bottom not alligned
Comments
Comment #1
micha_1977 commentednot tested yet but works for me in ie 6.0
maybe another can test it in opera/mozilla ?
some css/html structure notes
layout-structure ("div's")
page
- header
...
- footer
so header and footer should be somehow similar, but when you look at the style.css
there is first
and later (think of the CSS rules!)
you see the difference in "margin" ?
solution
search the style.css for the following
#footer {
padding: 20px 0;
margin: 0 auto;
width: 760px;
clear: both;
}
and replace the margin setting with
"margin: 0 0 0 1px;"
Comment #2
withaynoti commentedYour solution fixes it for IE6, but then breaks it on Gecko-based browsers (where it was aligned correctly to begin with). So obviously there are box-model issues with it. If I have time tomorrow, I'll take a look at it.
Comment #3
holger commentedThere is a difference in the look of this great theme between MS internetexplorer 6 and firefox 1.0.4
If i use a personalheader there will be a small line under the header in IE because the original image kubrikheader is also there. If i delete the kubrikheader.jpg or exchange this one with a personalheader.jpg the theme collapse.
You can see this small line under the new header with IE at http://cms.stnetwork.de
Firefox don't show this line.
How can i change this?
greetings from germany, holger
Comment #4
micha_1977 commentedyou see the problem by looking at this example
http://www.langmi.de/files/headerexample.jpg
if your layout is still broken, when using this one... then you changed some more css
Comment #5
wack0 commentedhas anyone fixed this yet? its driving me insane!
Comment #6
Gurpartap Singh commentedFixed
Comment #7
(not verified) commented