I'm new to CSS. here's my situation. I have my Styles.css file and i have my attributes for hyper links and link buttons
[tt]
A:link, A:visited, A:active, A:hover
{
color: #DD4B03;
text-decoration: none;
}
A:hover
{
text-decoration: underline;
}
[/tt]
I have now been asked to create a second look for a small group of hyperlinks that show up on every page.
How can I go about creating a second set hyperlink attributes in a CSS so only specific links use them? Thanks for your assistance.
Jason Meckley
Database Analyst
WITF
[tt]
A:link, A:visited, A:active, A:hover
{
color: #DD4B03;
text-decoration: none;
}
A:hover
{
text-decoration: underline;
}
[/tt]
I have now been asked to create a second look for a small group of hyperlinks that show up on every page.
How can I go about creating a second set hyperlink attributes in a CSS so only specific links use them? Thanks for your assistance.
Jason Meckley
Database Analyst
WITF