MjrGaelic
11-14-2005, 03:41 PM
I know this is like beating a dead horse, I've spent about 3 days searching around and reading but haven't quite found what I'm looking for.
The development site here. (http://www.magiccan.com/cmps_index.php)
As you can see, I'm doing my own thing for the left hand navigation which requires it's own style sheet.
I've gone into admin, added the code I want for the style and no change. Adding " style="color:#c3c3c3; text-decoration:none; " into the href is to limiting as I can't add additional variables like hover, and additional decoration or padding.
What I need to do is get this style in - but where?
.1lnav {
padding-left: 15px;
color: #c3c3c3;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
}
.1lnav a:link
{
color: #ffffff;
text-decoration: none;
}
.1lnav a:visited
{
color: #ffffff;
text-decoration: none;
}
.1lnav a:active
{
color: #ffffff;
text-decoration: none;
}
.1lnav a:hover
{
color: #000000;
text-decoration: underline;
}
I would love any suggestions and I do appologise if this has been answered elsewhere that I didn't look.
Regards,
The development site here. (http://www.magiccan.com/cmps_index.php)
As you can see, I'm doing my own thing for the left hand navigation which requires it's own style sheet.
I've gone into admin, added the code I want for the style and no change. Adding " style="color:#c3c3c3; text-decoration:none; " into the href is to limiting as I can't add additional variables like hover, and additional decoration or padding.
What I need to do is get this style in - but where?
.1lnav {
padding-left: 15px;
color: #c3c3c3;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
}
.1lnav a:link
{
color: #ffffff;
text-decoration: none;
}
.1lnav a:visited
{
color: #ffffff;
text-decoration: none;
}
.1lnav a:active
{
color: #ffffff;
text-decoration: none;
}
.1lnav a:hover
{
color: #000000;
text-decoration: underline;
}
I would love any suggestions and I do appologise if this has been answered elsewhere that I didn't look.
Regards,