i cant get something to float fully right in IE
can someone help me out?
http://free.hostrocket.com/~pakihos/
the thinbar on the right hand side...
here's the code:
html:Code:#parent { width: 780px; height: 800px; background-color: #FF0000; overflow: visible; } #banner { width: 780px; height: 138px; background-color: #FF0000; background-image: url(images/banner.jpg); border: 1px solid black; } #thinbar1 { float: left; width: 5px; height: 100%; border: 1px solid black; border-top: none; background-color: #FFF; } #thinbar2 { float: right; width: 5px; height: 100%; border: 1px solid black; border-top: none; background-color: #FFF; }
Code:<div id="parent"> <div id="banner"></div> <div id="thinbar1"></div> <div id="thinbar2"></div> </div>




Bookmarks