>Thank you all for the various suggestions.

>It seems that the straight-forward approach is the way to go:
>simply add extra classes or id's for each of the elements.
>I implemented it, and it works perfectly.

>One question: why would I prefer 'id' over 'class' selectors?


ID's should be used to uniquely identify elements in your page, classes
are for groups of elements that share similar properties.  If your list
is only used once on the page then ID's would be the best thing to use.
Use classes if your list is replicated within each page.

Hope this helps.

Alex.
______________________________________________________________________
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