> > I'm experimenting with using a class in the <html> tag, for example:
> >
> >  <html class="ff" xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en"
> > lang="en">
> http://www.w3.org/TR/xhtml1/#dtds


In addition to the information pointed out in the other posts in this
thread there's also the semantic idea:

- a class is to be used to style n elements of the page
- an ID is to be used to style a unique element of the page

How many bodies are you planning to use?

-- 
Chris Heilmann
Book: http://www.beginningjavascript.com
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
______________________________________________________________________
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