Tonz
07-28-2002, 10:23 PM
Can I define two different types of style in the anchor tag.
I have a menu with small text and links with - in the main text that I want to make look different.
Here is the code...
<style type="text/css">
<!--
.text {font-family: sans-serif; color: #666666
}
body {font-family: sans-serif; color: #ccffff; size: 10pt
}
A {
color: #99cc99;
letter-spacing: normal;
font-family: arial;
font-weight: normal;
font-variant: normal;
font-size: 9pt;
font-style: normal;
text-decoration: none;
text-transform: capitalize;
}
A:hover {
color: red;
letter-spacing: normal;
font-family: arial;
font-weight: normal;
font-variant: normal;
font-size: 9pt;
font-style: normal;
text-decoration: underline;
text-transform: capitalize;
}
-->
</style>
How do i get the links in the main body of the text to look different to the above style please.
Thanx in advance,
Tonz:cool:
I have a menu with small text and links with - in the main text that I want to make look different.
Here is the code...
<style type="text/css">
<!--
.text {font-family: sans-serif; color: #666666
}
body {font-family: sans-serif; color: #ccffff; size: 10pt
}
A {
color: #99cc99;
letter-spacing: normal;
font-family: arial;
font-weight: normal;
font-variant: normal;
font-size: 9pt;
font-style: normal;
text-decoration: none;
text-transform: capitalize;
}
A:hover {
color: red;
letter-spacing: normal;
font-family: arial;
font-weight: normal;
font-variant: normal;
font-size: 9pt;
font-style: normal;
text-decoration: underline;
text-transform: capitalize;
}
-->
</style>
How do i get the links in the main body of the text to look different to the above style please.
Thanx in advance,
Tonz:cool: