div.content-bar { height:10px; background-color:lightgray; clear:both; margin-top: 20px; margin-bottom: 10px; }
and this is my html
<!-- content above bar goes here -->
<div class="content-bar"></div>
<!-- content below bar goes here -->
Firefox works fine but IE8 doesn't show the content bar. If you highlight the page, there is a fixed-area but it's invisible.
Here is my homepage
John Wong - Life of Engineering | Photography | Music | Research | Stupido
You can tell the difference in IE8 and FF3.5
Thanks for any help.