CSS link colour different display to css code? -
i'm doing design css zen garden, partly refresh css skill , knowledge , have found problem link colours in css code.
as shown in annotated image, a:link color (#b7a5df) seems create x2 link colours! eg links #b7a5df colour others reason #d7cddc!
the css code standard in csszengarden default.css file eg:
a:link { font-weight: bold; text-decoration: none; color: #b7a5df; } a:visited { font-weight: bold; text-decoration: none; color: #d4cddc; } a:hover, a:focus, a:active { text-decoration: underline; color: #9685ba; }
at moment cannot see why should , grateful ideas of might causing can find , fix link color same! caused simple i've overlooked frustrating , i'd appreciate second opinion now-thanks!
edit...the above problem firefox. links display same colour in ie , chrome. below image ie:
looks visited links.
"a:visited" colour of links pages have been on.
"a:link" colour of unvisited links
you use "a" alone if want colour types of link.
how did d7cddc value? close d4cddc, suspect d4cddc a:visited colour.
Comments
Post a Comment