Styles Not showing up

message from yevri on 15 Jul 2004
Hi,

Can't search the site right now, so I'm posting a question that's probably
been answered before.

I used one of Macromedia's stylesheets to create a stylesheet for my site.
Basically I'm trying to get nav links at the bottom of the page to be different
than the links in the content section of the page. I applied the a.nav:link for
the bottom links in my site. In the DW window, it doesn't see the a.nav:link at
all, and not in the browser either. I've tried all the ways that the help pages
say to apply the css to the text. If I add regular links (a:link) into my
styelsheet, it will use those, but not the a.nav:link. Pasted below is the
stylesheet I'm using. Can someone clue me in?

Thanks,

Yevri

a.nav:link {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
padding: 2px;

a.nav:visited {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #CFBBFF;
padding: 2px;
}
a.nav:hover {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: underline;
color: #00FF00;
padding: 2px;
 
yevri replied to yevri on 15 Jul 2004
a:link {
color: #ffffff;
text-decoration: none;
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}
a:visited {
color: #CFBBFF;
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}
a:hover {
text-decoration: underline;
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}
a.nav:link {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
padding: 2px;

a.nav:visited {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #CFBBFF;
padding: 2px;
}
a.nav:hover {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: underline;
color: #00FF00;
padding: 2px;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.bodystyle {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.small {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
}
.medium {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.big {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}
.xbig {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
}
.expanded {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 24px;
letter-spacing: 2px;
}
.justified {
font-family: Arial, Helvetica, sans-serif;
text-align: justify;
}
.footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #ffffff;
 
Murray *TMM* replied to yevri on 15 Jul 2004
It would be impossible to say without also seeing your HTML code. Can you
show me?
 
Nancy Gill replied to yevri on 15 Jul 2004
Try .nav a:link
 

Archived message: Styles Not showing up (Macromedia Dreamweaver Web Design)