Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

grouping styles

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
can ya group styles... such as...

.class {a:hover: blah blah blah)

so i have have a different hover style (for example) for different part of the same page?
 

a.class1:link {}
a.class1:hover {}
a.class2:link {}
a.class2:hover {}
 
now... how would i add that to say a link?

class="a.class1:hover"
or
class="a.class1"
or
class=".class1"

?
 

<a href=&quot;&quot; class=&quot;class1&quot;>

<a href=&quot;&quot; class=&quot;class2&quot;>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top