[EMAIL PROTECTED] wrote: > I thought this question was so *clearly* phrased and I too am confused > about it. > I was hoping that someone could attempt an equally concise reply, line by > line... a:link = <a href="blah">Link</a> (but NOT <a>Link</a>) a.link = <a class="link">Link</a> a:hover = <a>Link</a> (while the user is hovering the mouse cursor over the link) a.hover = <a class="hover">Link</a> a:visited = <a href="blah">Link</a> (style applied if the user's history contains a visit to the linked document) a.visited = <a class="visited">Link</a> a:active = <a>Link</a> (while the user is holding down the mouse button after clicking on link) a.active = <a class="active">Link</a>
-- Thanks, Jim ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
