Discussion: CSS Pseudo Classes
Afficher un message
Vieux 11/04/2008, 20h00   #5
jhabrix
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CSS Pseudo Classes

slyboy69er

If you need to create two sets, ideally, either name the divs, tables,
whatever and put the parameters in there:

#xxx a {
xxx
}

or create classes

.pinklink a {
xxxx
}

.bluelink a {
xxxx
}

If you want the background to change color on link, hover, etc. you need this
within the curly brackets:

{
background-color: #xxxxxx;
display: block;
}

Then the background color will change on the rollover (once you change the
colour under the a:hover attribute... etc., etc.

Cheers

JJ

  Réponse avec citation
 
Page generated in 0,04811 seconds with 9 queries