Dear all, I tried CSS Position: Fixed Property but it does work properly on Firefox and IE(hack for IE6), but it's not working at all for Chrome. I thought Chrome being the latest will support it very easily but still it isn't. I Tried out <thead>,<tfoot><tbody> again works in IE and Firefox, but problematic in Chrome. Please any one have an alternate solution to it.
|
|
This is the code i use. Note I am setting both html and body height to 100%.
|
|||
|
|
|
It seems like Chrome[webkit] has different way of handling position:fixed in print stylesheets than the rest of the browsers. So the current answer to this question is: Whereas FF and IE render it on Every page, Opera doesn't show it at all, and webkit browsers only show it on the first page. small test file:
further resources might be found here: test page: HTH. Kind regards, mtness. |
|||
|
|