Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ <link rel="stylesheet" href="style.css" id="">?

Posted by: robby Feb 15 2009, 09:08 PM

What does an id on a stylesheet do and how can it be done? I always thought stylesheets only gave elements ids but never had one as well. I guess that's not the case. unsure.gif

Posted by: Darin McGrew Feb 16 2009, 02:02 AM

The class and id attributes are useful as selectors, so you can apply CSS rules only to some instances of an element (class), or only to a specific instance of an element (id).

See also http://htmlhelp.com/reference/css/structure.html in our CSS reference.

Posted by: pandy Feb 16 2009, 03:33 AM

Almost all elements can have an ID. Maybe it's used for scripting purposes in this case?
http://www.w3.org/TR/html401/index/attributes.html

Posted by: Darin McGrew Feb 16 2009, 04:05 AM

Sorry, I just reread the question (or rather, I read the subject line and the question together). You aren't asking how id attributes are used in style sheets, but how they're used in link elements for style sheets.

In addition to any scripting-related reasons, it is possible to have alternative style sheets. The older examples show the title attribute used to distinguish among various alternative style sheets, but perhaps some are using id instead.

Posted by: robby Feb 16 2009, 11:41 AM

Alright, thanks happy.gif

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)