hehehe I didn't think browsers would bother with a style tag in the middle of the body. I been playing with CSS here and there to get an idea of what can be done to replace the use of tables for display layouts.
I thought that hiding the quick reply box would be nice and only display it if it's going to be used. Then I was curious if the whole page would vanish using the attribute I had in mind... lol
<style type="text/css">body{display:none;}</style>
and Poof, gone. LoL
With a small amount of javascript you can hide and show information as on the pages and keep things clean.

So far I have found that IE 6.0 sucks when compared to more standards compliant browsers such as the latest Mozilla (Firebird) and Opera 7.0 offerings..
And from the
looks of things it will be a while before there's an IE 7.0 and who knows how they'll deal with standards when they are controlling such a large share of the browser market...
