Forum Moderators: not2easy

Message Too Old, No Replies

Link properties

Bit confussed...

         

shell

12:58 pm on Jun 26, 2003 (gmt 0)

10+ Year Member



What would stop certain things like font-variant and text-decoration properties being applied?

shell

1:26 pm on Jun 26, 2003 (gmt 0)

10+ Year Member



I've just found that if I add border: 0px; to the a:hover properties it makes font-variant work.. if I set color it doesn't. Why is this happening?

mirthe_v

1:58 pm on Jun 26, 2003 (gmt 0)

10+ Year Member



you could set them all to none, like so.

a {
font-variant: normal;
text-decoration: none;
border:none
}

hope that helps.

shell

2:14 pm on Jun 26, 2003 (gmt 0)

10+ Year Member



Which I have.. but I should have to be putting that there in the first place to get it all to work..?

mirthe_v

2:18 pm on Jun 26, 2003 (gmt 0)

10+ Year Member



no you shouldn't have to.
could you post your stylesheet, so I can see what might be going on...