Links behaving oddly

liunx

Guest
Hi everyone,

I'm a CSS newb, and I'm trying to use it with multiple classes of links so that i can have three different kinds of links (one small font, one medium, one large).

If you could go to this site and look at the sidebar and compare it to the source to help me figure out why the CSS doesn't seem to be working at all, that'd be splendid:

<!-- m --><a class="postlink" href="http://ugoto.calvin.edu/~jas26The">http://ugoto.calvin.edu/~jas26The</a><!-- m --> correct notation is element.class:pseudo-element. So what you want is a.standardLink:link instead of .standardLink a:link. For more information on selectors, visit this page (<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS2/selector.html">http://www.w3.org/TR/REC-CSS2/selector.html</a><!-- m -->).
 
Back
Top