Barney,

on Thursday, January 18, 2007 at 15:42 Barney Carroll wrote:

> Weird behaviour on my hands. I have the following CSS:

> <code>

> // DITAbase site stylesheets
> //
> // universal.css - Universal visual information

> *{margin:0; padding:0;}

> body{font-size: 76%;}

> </code>


> This is in FF. Any idea why this is?

What happens when you use css comments:

/*
   DITAbase site stylesheets
   universal.css - Universal visual information
*/

* {margin:0; padding:0;}
body {font-size: 76%;}

regards

  Martin

 



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to