Kerry Kobashi wrote:
Is the use of classes and id together well supported in browsers today?

Any thing to be aware of that will end up in gotchas later on through its
use?

Hi Kerry,
there is no problem using classes and id's together just remeber that an id may only be used once in a document (X/HTML) hence the name ID while classes may be applied to just about any item.
That said :
#red is not normally a typical id
#content or #leftcolumn or#navigation are typical Id's

.red may be a class where you want to colour something red in a document
or .tableheading where you set font size background colour borders and such for a table heading where you may be displaying tabulated data repeatedly

Rob
______________________________________________________________________
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