I'm trying to replicate the effect done (with tables, images and Javascript) in 
the left column of this page...

http://holdenluntz.com/artist.htm

... with CSS only.

Specifically, I want the <li> bullet to turn a color when I hover on the <a> 
inside it. (Ignore the images that show up on hover in the right-hand column). 
I've recoded it as a simple link list, e.g....

<ul>
    <li><a href="#">Link One</a></li>
    <li><a href="#">Link Two</a></li>
    <li><a href="#">Link Three</a></li>
</ul>

I know that it's possible to use a re-positioned background image to achieve 
this effect, but I was wondering if it is possible to do with CSS only. I've 
tried several of the obvious things without any luck.

Any suggestions?

TIA,

Geoff

 

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to