I think I'm making this more complicated than it needs to be... In this page:
http://www.parallaxwebdesign.com/projects/parallax_r2/index.php The link in the middle below 'Fresh Perspectives' is supposed to be styled like this: .content-mid-link a, a:link, a:visited { color: #00537F; text-decoration: none; background: none; } .content-mid-link a:hover, a:active { color: white; } However it's picking up the style from the left-side menu: #navigation li a { margin-right: 2px; padding: 0 10px 0 0; background: transparent url(graphics/list-off.gif) no-repeat right center; color: #BCD87A; text-decoration: none; } #navigation li a:link, a:visited { color: #BCD87A; background: transparent url(graphics/list-off.gif) no-repeat right center; text-decoration: none; } #navigation li a:hover, a:active { color: white; background: transparent url(graphics/list-on.gif) no-repeat right center; text-decoration: none; } When I comment out this #navigation stuff the middle column link works - but I can't figure out why both aren't working. Help! Debbie ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/
