|
Cascading Style Sheets (“CSS”) is a new HTML format which allows for overlapping and other creative positioning of content in an HTML page. It’s also required for most of the “Animation”-based DHTML Actions used in NetObjects Fusion 3.x and above.
“CSS” makes use of absolute positioning nomenclature, which means that relative positioning tags such as <CENTER> are not recognized in HTML pages which are published using the “CSS and Layers” option in our HTML Output settings.
Fortunately, we have a way to position a page in your browser window - even if it uses CSS and Layers - in (guess what?) JavaScript.
There are two methods for centering a CSS page in a browser window under NOF 3.0:
- Centering a page which does not contain DHTML Actions
- Centering a Page which uses DHTML Actions
|