Thanks in advance
Nikola Milic
CSS:
A {
COLOR: #009933; FONT-FAMILY: Tahoma; FONT-WEIGHT: normal; TEXT-DECORATION:
none
}
A:visited {
COLOR: green; FONT-FAMILY: Tahoma; FONT-WEIGHT: normal; TEXT-DECORATION:
none
}
A:hover {
COLOR: green; FONT-FAMILY: Tahoma; FONT-WEIGHT: normal; TEXT-DECORATION:
underline
By the way, you don't need to re specify the font-family and font-weight in
the pseudo classes, so you'd get:
a { color: #009933; font-family: tahoma, arial, sans-serif; font-weight
normal; text-decoration: none; }
a:hover { text-decoration: underline; color: green; }
a:visited { text-decoration: none; color: green; }
"Nikola Milic" <mni...@entercasino.com> wrote...
"Rowland Shaw" <spamf...@anotherpointless.org> wrote in message
news:O#nTYVRCBHA.1936@tkmsftngp07...
A {.....}
by
A:link {.....}
Hope it helps...
- Manish
http://technofundo.com
"Nikola Milic" <mni...@entercasino.com> wrote in message
news:Os3Ge2RCBHA.1288@tkmsftngp02...
"Nikola Milic" <mni...@entercasino.com> wrote...
> but it doesn't work. Please see www.findinternetcasino.com for example.
>
>
> "Rowland Shaw" <spamf...@anotherpointless.org> wrote...