Re: [css-d] Hover Effects

2009-10-12 Thread Mark Henderson
Cody Sickler wrote: > > On the layout I'm currently working on, I've gotten the effect I > needed, but it isn't standards compliant (http://cosi.exofire.net the > bottom and top navigation bars). I can't figure out a better way to > achieve the general effect other than doing what I have done. I'

Re: [css-d] Hover Effects

2009-10-12 Thread Brian Hazelton
What I would do is have two hover properties in your css, I did not look into your html but I am guessing they are lists. Have a background hover property for each that specifies the background color and then a seperate one for the a:hover property that changes the text color. The only thing y

[css-d] Hover Effects

2009-10-12 Thread Cody Sickler
On the layout I'm currently working on, I've gotten the effect I needed, but it isn't standards compliant (http://cosi.exofire.net the bottom and top navigation bars). I can't figure out a better way to achieve the general effect other than doing what I have done. __