> Is there any difference at all between
> * #leftcol {font-family:arial,sans-serif;}
> and
> #leftcol * {font-family:arial,sans-serif;}

Yes, there is. The first rule will apply to the element with the id="leftcol"
regardless of it's position in DOM.

The second rule will apply to _all elements_ which happen to be
descendants of #leftcol.



Regards,
Rimantas
--
http://rimantas.com/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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