Hi Chris!

I would MUCH rather DIV simply populate with DEFAULT CSS Attributes...

Well, the recommended default stylesheet can be found at

http://www.w3.org/TR/CSS21/sample.html

For a little reset, I would try

div#preview * { color:#000; background:#fff; border:0; }

This should sort out the most problems.

I have a general prologue in each of my CSS-files, which resets everything and sets my default values. You might want to have a look at it:

http://kronn.de/css/kronn.css

BTW I know that it is bloated and that it doesn't validate right now. Comments in the CSS are in german and everything except the /*allgemeiner Reset*/ is work-in-progress.

Is there anyway to override everything that has been defined, without needing to manually set the defaults into the DIVs CSS...

I think the * is your friend here. The biggest problem will be the font-size which is not defined in px by default but in many designs.


Regards
--
Matthias <http://www.kronn.de>
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************




Reply via email to