As Andy said, it's the universal selector. I'd be careful with it, as the rule will most likely cascade down. Simple example:
<div class="content"> <p><strong>Note:</strong> be careful with the universal selector!</p> </div> You may find that the "strong" note gets the margin applied twice. It gets worse as you nest deeper (try putting an unordered list with links into the container and see what happens) Regards -- Bert Doorn, Better Web Design www.betterwebdesign.com.au Fast-loading, user-friendly websites ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
