Hey i have links situated in a div at the top of my page and there going to be different from my normal links what have i done wrong they aren't changing colour. I have attached my stylesheet.
i used the rule
a:link.top - top being the class obviously
Any help is really appreciated.As per usual i forgot the attachment,
SorryThe correct syntax would be:
selector.class: pseudo-class
So... a.top:link
Though, I prefer to use descendant selectors (<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS2/selector.html#descendant-selectors">http://www.w3.org/TR/REC-CSS2/selector. ... -selectors</a><!-- m -->), as it makes updating easier, prevents div/spanitis, and is generally less code and such.Cheers for the help paul it worked well thanks again mate.Glad to have helped.
i used the rule
a:link.top - top being the class obviously
Any help is really appreciated.As per usual i forgot the attachment,
SorryThe correct syntax would be:
selector.class: pseudo-class
So... a.top:link
Though, I prefer to use descendant selectors (<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS2/selector.html#descendant-selectors">http://www.w3.org/TR/REC-CSS2/selector. ... -selectors</a><!-- m -->), as it makes updating easier, prevents div/spanitis, and is generally less code and such.Cheers for the help paul it worked well thanks again mate.Glad to have helped.