CSS layout
CSS layout
Out of context: Reply #5
- Started
- Last post
- 8 Responses
- ********0
Design view in Dreamweaver is based on IE,
the best way to do it is to preview in Firefox, then make your changes in DW, save the file and refresh your Firefox page.. once you've got it working do a "save as" on your css page and call it something obvious like myStyles-ie.css then sort it out for IE's little quirks...
then use the conditional comments for ie technique to force IE to use the ie style sheet...