Yes it could - 
The difference would be specificity

td#advert is has a higher specificity and in case there is a conflict
(it does happen) it will apply over #advert

http://www.w3.org/TR/REC-CSS2/cascade.html#specificity

Neal

> The first chapter of 'Eric Meyer on CSS' listing 1.1 has the following CSS
> rule
> 
> td#advert {width: 234px;}
> 
> Could that rule not simply be
> 
> #advert {width: 234px;}
> 
> Since #advert should refer to a unique identifier, why does the selector
> specify the 'td'?
> 
> Ian Sweeney
> 

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

Reply via email to