I´m having problems with scrolling bars! I´m building a table with fixed header and scrolling body. It works fine in IE, but in Firefox and Google Chrome I get an unwanted scrolling bar in the body of the page, as well as in the one in the scrolling area. Below is my code
<body scroll="no" style="margin:0">
<div id="title" style="position:absolute; width:247px; height:29px; z-index:4; left: 70px; top: 20px">
<h2 align="center">Pisos de Alquiler</h2></div>
<div id="price" style="position:absolute; width:126px; height:18px; z-index:5; top: 20px; left: 550px">
<p align="center">My title</p>
</div>
<div id="data" style="position:absolute; height:100%; width:100%; overflow:auto; top:100px">
<table align="center" width="603" height="100%" border="0">
I know the scroll attribute in the body is IE only... how can I get it to work using ccs...I´d rather ccs than javascript because of the warning messages by IE ....
Thanks and Merry Christmas
elmiocid