Sent by Liorean on 11 February 2003 00:12
Tim Laureska wrote:
> I've ordered an Eric Meyer CSS book but it won't be here for a few days,
> so I'll ask this possibly trivial question that I can't seem to easily
> find an answer to. what is the purpose of the # sign prefixing some of
> the selectors in a style sheet? And I guess more importantly when do
> you use them? . if there's a web page that explains that, please send me
> there
#<ID> is the short selector for ID. Read more about it at
[CSS2] 5.9, <http://www.w3.org/TR/REC-CSS2/selector.html#id-selectors>
// liorean