Twelvethman
02-09-2004, 08:27 PM
I am using the code mentioned below ..but for some reason the the style sheets do not render different. Some of the links on the page partially follow link2 and some of them follow link
Any suggestions would be deeply appreciated!
a:link{
color: #545454;
text-decoration: none;
font-size: 12px;
font-family: Arial, sans-serif;
font-weight: bold;
}
a:link:visited{
color: #545454;
text-decoration: none;
font-size : 12px;
font-family : Arial, sans-serif;
font-weight : bold;
}
a:link:hover{
font-family : Arial, sans-serif;
text-decoration: underline;
font-size : 12px;
color: Red;
font-weight : bold;
}
/* second link style */
a:link2{
color: #005ACE;
text-decoration: none;
font-size : 10px;
font-family : Arial, sans-serif;
font-weight : bold;
}
a:link2:visited{
color: #005ACE;
text-decoration: none;
font-size : 10px;
font-family : Arial, sans-serif;
font-weight : bold;
}
a:link2:hover{
font-family :Arial, sans-serif;
text-decoration: underline;
font-size : 10px;
color: #FD0000;
font-weight : bold;
}
Any suggestions would be deeply appreciated!
a:link{
color: #545454;
text-decoration: none;
font-size: 12px;
font-family: Arial, sans-serif;
font-weight: bold;
}
a:link:visited{
color: #545454;
text-decoration: none;
font-size : 12px;
font-family : Arial, sans-serif;
font-weight : bold;
}
a:link:hover{
font-family : Arial, sans-serif;
text-decoration: underline;
font-size : 12px;
color: Red;
font-weight : bold;
}
/* second link style */
a:link2{
color: #005ACE;
text-decoration: none;
font-size : 10px;
font-family : Arial, sans-serif;
font-weight : bold;
}
a:link2:visited{
color: #005ACE;
text-decoration: none;
font-size : 10px;
font-family : Arial, sans-serif;
font-weight : bold;
}
a:link2:hover{
font-family :Arial, sans-serif;
text-decoration: underline;
font-size : 10px;
color: #FD0000;
font-weight : bold;
}