On this website, I set an a:link definition that's blue for text. 
http://grantsetcetera.com/index.html
 
I have have a different a:link color (white instead of blue) for the Level 3 
text buttons, and that part worked. However, the a:hover is white, instead of 
red (FF0000).
Where is my mistake?

This is the page I am concerned with. 
http://grantsetcetera.com/pages/credits.html

Thanks,
Nicky
 
LINK DEFINITION FOR L-3 BUTTONS
#nav_l3_btn {
width: 110px;
height: 45px;
padding-top: 10px;
padding-right: 10px;
/** padding-bottom: 25px; **/
padding-left: 25px;
/** margin-bottom: 25px; **/
float: left;
height: 35px;
background-position: center;
}
 
.nav_l3_btn {
font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", Geneva,
Arial, sans-serif;
font-size: 11px;
line-height: 11px;
color: #FFFFFF;
font-style:normal;
font-weight:bold;
/** font-variant:normal; **/
text-transform:none;
text-decoration:none;
vertical-align: middle;
letter-spacing: 0.1em;
}
 
.nav_l3_btn a:link {
font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", Geneva,
Arial, sans-serif;
color: #FFFFFF;
text-transform:none;
color:#0066CC;
}
 
.nav_l3_btn a:hover {
font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", Geneva,
Arial, sans-serif;
color: #FF0000;
text-transform:underline;
}
 
.nav_l3_btn a:visited {
font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", Geneva,
Arial, sans-serif;
color: #DDDDDD;
text-transform:none;
}
 
.nav_l3_btn a:active {
font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", Geneva,
Arial, sans-serif;
color: #FFFFFF;
text-transform:underline;
}


LINK DEFINITION FOR MOST TEXT
a:link {
font-family:Frutiger, "Frutiger Linotype", "Helvetica Neue",
Helvetica, Univers, Calibri, "Myriad Pro", Myriad, "Gill Sans", "Gill
Sans MT", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L",
Tahoma, Geneva, Arial, sans-serif;
/** font-style:normal;
font-weight:normal;
font-variant:normal; **/
text-transform:none;
text-decoration:none;
color:#0066CC;
}
a:visited {
font-family:Frutiger, "Frutiger Linotype", "Helvetica Neue",
Helvetica, Univers, Calibri, "Myriad Pro", Myriad, "Gill Sans", "Gill
Sans MT", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L",
Tahoma, Geneva, Arial, sans-serif;
font-style:normal;
line-height:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
text-decoration:none;
}
a:hover {
font-family:Frutiger, "Frutiger Linotype", "Helvetica Neue",
Helvetica, Univers, Calibri, "Myriad Pro", Myriad, "Gill Sans", "Gill
Sans MT", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L",
Tahoma, Geneva, Arial, sans-serif;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
text-decoration:underline;
color:#EE0000;
}
a:active {
font-family:Frutiger, "Frutiger Linotype", "Helvetica Neue",
Helvetica, Univers, Calibri, "Myriad Pro", Myriad, "Gill Sans", "Gill
Sans MT", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L",
Tahoma, Geneva, Arial, sans-serif;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
text-decoration:underline;
color:#66CCFF;
}
 



Nicky McCatty
signify | Design
fusing image & information
t...@signifydesign.com | www.signifydesign.com



______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to