problem position
problem position
bookin
Posts: 3Questions: 0Answers: 0
incorrectly displayed in chrome clone footer
please help
call:
[code]
"fnInitComplete": function(oSettings, json) {
new FixedHeader( oTable, { "left": false, "right": false,"top":false, "bottom": true } );
},
[/code]
http://habrastorage.org/storage2/70b/a84/779/70ba84779dd17246bc15bce80e13c0a0.png
please help
call:
[code]
"fnInitComplete": function(oSettings, json) {
new FixedHeader( oTable, { "left": false, "right": false,"top":false, "bottom": true } );
},
[/code]
http://habrastorage.org/storage2/70b/a84/779/70ba84779dd17246bc15bce80e13c0a0.png
This discussion has been closed.
Replies
[code]new FixedHeader(oTable, {
"offsetTop": 112
});[/code]
it works fine in IE and Firefox, but in Chrome, as soon as it scrolls to where the header should be fixed, it's placing it 229px from the top, not 112px.
also, in Chrome, if I'm already scrolled to the point that the fixed header has kicked in and then I hit refresh on the browser, the fixed header locks in to the correct position at that point. Just not on initial display.
Allan
Try it using Chrome...I'm on Version 22.0.1229.94 m