changing the font color for HOME of NAV bar
how set font color nav bar home on homepage doesnt show "visited"? i'm working on page , in previews, shows visited.
i've pasted in css below
a:link {
color: #000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #396;
}
a:hover {
text-decoration: underline;
color: #c30;
}
a:active {
text-decoration: none;
color: #c30; }
clear browser cache , history.
nancy o.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment