9911782
09-13-2007, 10:59 AM
Good Afternoon
I really hope that someone can help me please.
I am trying to make my navigation list so that when a link is click, that link stays a certain color until you go and click another link
I have tried all the different CCS I know to make that, it is not accepting the color change, I think some other style is taking it over but have tried getting rid of or changing them to no avail. here is the css code in dreamweaver:
body {
font-family: Arial;
color:#ffffff;
font-size:11px;
}
td {
font-family: Arial;
color:#ffffff;
}
.copy {
font-family: Arial;
color:#000066;
}
h1 {
font-family: Arial;
color:#ffffff;
font-size:20px;
font-weight:bold;
margin-top:10px;
}
h2 {
font-family: Arial;
color:#000066;
font-size:18px;
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
}
h3 {
font-family: Arial;
color:#ffffff;
font-size:14px;
font-weight:bold;
margin-top:0px;
margin-bottom:0px;
}
a.link:link {font-family: Arial;
color:#ffffff;
text-decoration:none;
font-weight:bold; }
a.link:visited {font-family: Arial;
color:#ffffff;
text-decoration:none;
font-weight:bold; }
#activelink a:active {
font-family: Arial;
color:#FF9900;
text-decoration:none;
font-weight:bold;
}
input
{
color:#ffffff;
border: 1px solid #FFffff;
background-color:#000066;
}
input.button
{
width: 70px;height: 24px;
color:#ffffff;
border: 1px solid #FFffff;
background-color:#000066;
cursor:hand;
}
#popup
{
position:absolute;
left:225px;
top:80px;
}
div.overflow {
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
width: 100%;
height: 380px;
overflow-x: hidden;
overflow: auto;
scrollbar-arrow-color:#ffffff;
scrollbar-face-color:#000066;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color: #FFFFff;
scrollbar-track-color:#ffffff;
scrollbar-3dlight-color:#FFFFff;
scrollbar-darkshadow-Color: #FFFFff;
}
.borders
{
border-right:1px solid #000000;
border-bottom:1px solid #000000;
border-top:1px solid #000000;
color:#000066;
}
Thank you for ur help.
I really hope that someone can help me please.
I am trying to make my navigation list so that when a link is click, that link stays a certain color until you go and click another link
I have tried all the different CCS I know to make that, it is not accepting the color change, I think some other style is taking it over but have tried getting rid of or changing them to no avail. here is the css code in dreamweaver:
body {
font-family: Arial;
color:#ffffff;
font-size:11px;
}
td {
font-family: Arial;
color:#ffffff;
}
.copy {
font-family: Arial;
color:#000066;
}
h1 {
font-family: Arial;
color:#ffffff;
font-size:20px;
font-weight:bold;
margin-top:10px;
}
h2 {
font-family: Arial;
color:#000066;
font-size:18px;
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
}
h3 {
font-family: Arial;
color:#ffffff;
font-size:14px;
font-weight:bold;
margin-top:0px;
margin-bottom:0px;
}
a.link:link {font-family: Arial;
color:#ffffff;
text-decoration:none;
font-weight:bold; }
a.link:visited {font-family: Arial;
color:#ffffff;
text-decoration:none;
font-weight:bold; }
#activelink a:active {
font-family: Arial;
color:#FF9900;
text-decoration:none;
font-weight:bold;
}
input
{
color:#ffffff;
border: 1px solid #FFffff;
background-color:#000066;
}
input.button
{
width: 70px;height: 24px;
color:#ffffff;
border: 1px solid #FFffff;
background-color:#000066;
cursor:hand;
}
#popup
{
position:absolute;
left:225px;
top:80px;
}
div.overflow {
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
width: 100%;
height: 380px;
overflow-x: hidden;
overflow: auto;
scrollbar-arrow-color:#ffffff;
scrollbar-face-color:#000066;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color: #FFFFff;
scrollbar-track-color:#ffffff;
scrollbar-3dlight-color:#FFFFff;
scrollbar-darkshadow-Color: #FFFFff;
}
.borders
{
border-right:1px solid #000000;
border-bottom:1px solid #000000;
border-top:1px solid #000000;
color:#000066;
}
Thank you for ur help.