Hello
I designed the attached xhtml page using nested <div> tags absolute positioning. I have few problems, help is appreciated.
1. Most important: layout renders well with the three major browsers, but the print preview messes up the div positioning as specified. Any know solution to controlling print view.
2. Also important: I found that using absolutely positioned <div>s require either inline style attribute or if style is to be kept in css file, must use the div id and not class attribute. Of course it is not practical because would need to define a separate style for each actual div element, whereas in principle and aside from positioning there is much in common that should be contained in a common css class. Any informed insight??
3. The <li> bullets do not appear at the dreamweaver page "Live view" neither when displayed at FF or Opera. They only render to IE7. Any known cause to bullet problems.
The html and css are attached. Thanks in advance for any help.
I designed the attached xhtml page using nested <div> tags absolute positioning. I have few problems, help is appreciated.
1. Most important: layout renders well with the three major browsers, but the print preview messes up the div positioning as specified. Any know solution to controlling print view.
2. Also important: I found that using absolutely positioned <div>s require either inline style attribute or if style is to be kept in css file, must use the div id and not class attribute. Of course it is not practical because would need to define a separate style for each actual div element, whereas in principle and aside from positioning there is much in common that should be contained in a common css class. Any informed insight??
3. The <li> bullets do not appear at the dreamweaver page "Live view" neither when displayed at FF or Opera. They only render to IE7. Any known cause to bullet problems.
The html and css are attached. Thanks in advance for any help.