IE, positioned elements inside table cell, and vertical scrolling
IE, positioned elements inside table cell, and vertical scrolling
Hello,
I tried searching the forum, but did not find a similar discussion.
The issue is as follows:
suppose you have a dataTable with these settings...
$('#myTable').dataTable( {
"bFilter": false,
"sScrollY": "200px",
"bPaginate": false,
"bSort": true
});
...and then suppose that within your elements,
the 's contain an element, such as a , that has
either absolute or relative positioning.
Firefox and Chrome treat this scenario just fine,
but in IE 6 and IE 8 (didn't test 7), the positioned
becomes "stuck", and stays in place when you scroll.
Thoughts?
I tried searching the forum, but did not find a similar discussion.
The issue is as follows:
suppose you have a dataTable with these settings...
$('#myTable').dataTable( {
"bFilter": false,
"sScrollY": "200px",
"bPaginate": false,
"bSort": true
});
...and then suppose that within your elements,
the 's contain an element, such as a , that has
either absolute or relative positioning.
Firefox and Chrome treat this scenario just fine,
but in IE 6 and IE 8 (didn't test 7), the positioned
becomes "stuck", and stays in place when you scroll.
Thoughts?
This discussion has been closed.