Re: [css-d] Hover issue

2007-02-22 Thread Kenoli Oleari
Great. It works. Finally! Thanks so much, --Kenoli On Feb 21, 2007, at 6:29 PM, francky wrote: > Kenoli Oleari wrote: >> This now my code in the stylesheet and I am still getting a >> background on hover: >> >> a { >> color: #FF; >> font-size: small; >> } >> a:active {color: #339

Re: [css-d] Hover issue

2007-02-21 Thread francky
Kenoli Oleari wrote: > This now my code in the stylesheet and I am still getting a background > on hover: > > a { > color: #FF; > font-size: small; > } > a:active {color: #339933; } > > a:visited {color: #006633; } > > a:hover { > color: #003366; > background-color: #00} >

Re: [css-d] Hover issue

2007-02-21 Thread Austin Harris
Also put the a.button:hover after the other a classes in the css. Austin - "francky" <[EMAIL PROTECTED]> wrote: > Kenoli Oleari schreef: > > I have a hover style for links that are attached to text. I also > > have some links that utilize images and want no hover effect in > these > > c

Re: [css-d] Hover issue

2007-02-20 Thread francky
Kenoli Oleari schreef: > I have a hover style for links that are attached to text. I also > have some links that utilize images and want no hover effect in these > cases. The class I give to the links with images is ".button". > > The following code does not work to stop the hover effect. Ho

[css-d] Hover issue

2007-02-20 Thread Kenoli Oleari
I have a hover style for links that are attached to text. I also have some links that utilize images and want no hover effect in these cases. The class I give to the links with images is ".button". The following code does not work to stop the hover effect. How do I do this? a:hover.butto