I am having a problem in IE. I am trying to create a scrolling grid and it 
works just fine in Firefox, but when I use it in IE and mouseover the col5, it 
removes the row once I have scrolled and then mouseover the column text. Any 
ideas???<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";><html><head><title>Scrolling Grid 
Test</title></head><style type="text/css" media="screen">    * { font-family : 
verdana, sans-serif; font-size : 11px }    div.gridContainer {        clear: 
both;        border: 1px solid #963;        height: 400px;        overflow: 
auto;        width: 770px;    }    html>body div.gridContainer {        
overflow: hidden;        width: 770px;    }    div.gridContainer table {        
float: left;        width: 740px;    }    html>body div.gridContainer table {   
     width: 770px;    }    .gridHeaderRow {        position: relative;    }    
html>body tbody.gridBody {        height: 382px;        overflow: auto;        
width: 740px;    }    thead.gridHeader div.headerRowOff { position: relative; 
color:#0f0; }    thead.gridHeader div.headerRowOn { position: relative; 
color:#f00; }</style><body><div class='gridContainer' style='z-index:1;'>    
<table border='0' cellpadding='0' cellspacing='0' class='grid' 
style='z-index:2;'>    <thead class='gridHeader' style='z-index:4;' 
id='checkHeader'>        <tr class='gridHeaderRow'><td><div>col 1</div></td>    
        <td><div>col 2</div></td>            <td><div>col 3</div></td>          
  <td><div>col 4</div></td>            <td><div id='checkCol' 
class='headerRowOff' onmouseover="this.className='headerRowOn';" 
onmouseout="this.className='headerRowOff';">col 5</div></td></tr>    </thead>   
 <tbody class='gridBody' style='z-index:3;'>        <%        for i = 0 to 100  
      %>        <tr><td>000000</td>            <td>000000</td>            
<td>000000</td>            <td>000000</td>            <td>000000</td></tr>      
  <%        next 'i        %>    </tbody>    </table></div></body></html>
_________________________________________________________________
Search from any Web page with powerful protection. Get the FREE Windows Live 
Toolbar Today!
http://get.live.com/toolbar/overview
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to