• jongreene

    (@jongreene)


    I’ve searched the forum and still not been able to fix this issue. I have validated my site, so I know it’s not an open <div> tag or anything like that. Still, my right sidebar keeps showing up down below the content. Can somebody tell me what they think the problem might be?

    http://www.thekingdom20.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jongreene

    (@jongreene)

    I should mention that the problem is only in IE6. Sorry

    whooami

    (@whooami)

    in a nutshell? IE is picky about things having enough space. If you look at the front page in IE, you can clearly see that it thinks the sidebar is wider than the space youre sticking in it. Adjust your margins, adjust your padding, do what you will to fix it, but thats the problem.

    IE handles margins differently than FF, and it also does strange stuff to italicized text, fwtw.

    StrangeAttractor

    (@strangeattractor)

    IE6’s handling of CSS has a lot of weird quirks that don’t make sense. I tend to design for Firefox, and then debug for all of IE6’s quirks.

    This may seem a strangely generalized piece of advice, but using position: relative on block level items, even when you don’t need it, has solved many problems for me in IE6.

    Also, be aware a bug with floats and margins in IE6 — if you float something in a particular direction (e.g. right), and then put a margin on the item in the same direction (e.g. right), IE6 will double the margin for no reason at all.

    There are lots of these. Google IE6 and CSS and start trying to figure out exactly how it is screwing up your life this time.

    (Can’t wait until that piece of sh** is finally no longer used by anyone.)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Broken Theme (Right Side Bar)’ is closed to new replies.