Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
IE6 - wrong div"content" rendering (SOLVED)
Can't find either problem or any information on this situation:
forum reflects in IE6 this way
i.e. a lot of space before discussions list
forum reflects in IE6 this way
i.e. a lot of space before discussions list
0
This discussion has been closed.
Comments
Don't use IE6!
Upgrading to IE7 is free, as is using Safari or Firefox instead.
Posted: Sunday, 6 July 2008 at 2:47PM
Explorer Exposed! might help for future IE6 problems. The Underscore Hack works if you don't want to fuss with conditional comments.
But IE6 is dead, dead, dead. I think the upgrade path is the best solution (to IE7, Firefox, Opera or even Safari if that floats your boat).
When IE isn't maximized, can't see discussions
I see your site is using the Nuggets extension, with widths in pixels, percentages and ems. You might try to standardize your sidebar panel widths along Vanilla's default 201px and alter it from there.
After trying to figure it out in IE6 I realized I didn't have access to 1. tabs, 2. the WebDeveloper extension. And it was more painful... Sorry...
QFT. But glad you solved it.
Near the end, here:
echo $HeadString . '</head>
Add your bit:
echo $HeadString . '<!--[if IE6]> <link href="ie6.css" rel="stylesheet" type="text/css"> <![endif]--></head>
I think this will work...