Forum Moderators: not2easy

Message Too Old, No Replies

IE 6 bug only site displays incorrectly

IE 6 bug, css standards

         

michaelh613

8:04 pm on Apr 25, 2008 (gmt 0)

10+ Year Member



In IE 6.0 and only in ie 6 my site does not display correctly. It works in IE 7, firefox and Opera. The side menue shows up on the top of the site rather than the left hand side

The actual page is a PHP page but this stripped down original html shows the same issue using my current css.

[edited by: jatar_k at 8:18 pm (utc) on April 25, 2008]
[edit reason] no urls thanks [/edit]

swa66

1:49 am on Apr 26, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



With some skeleton code we might be able to tell, but guessing: broken box model ? Content doesn;t fit anymore in the available space due to the width of the parent not being applied on the content but on the content+padding (reducing the actual width of the content, not leaving enough space and pushing content down)?

michaelh613

4:07 am on Apr 28, 2008 (gmt 0)

10+ Year Member



That was it. Found the problem