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)
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)?