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
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}
>
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
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
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