|
There is a known issue in how Internet Explorer 4.x and 5.x browsers on the Macintosh platforms react to NOF-generated pages with the “CSSP and Layers” output setting is used - MSIE tends to forget to put scroll bars on the window.
We’ve nailed down what the cause of this is (a <DIV> tag which isn’t being properly interpreted by MSIE) and have worked up a component to resolve the problem: CSS ScrollFix
The CSS ScrollFix component is a “Publish Component”, meaning that it goes into action when the site is published, rather than being called by the generated HTML page or running during Site development. What it does is remove the offending <DIV> tag. Doing so does not affect any other CSS or DHTML Actions you are implementing on the site.
|