Hello Everyone!
I designed the template for my store in Dreamweaver. On the BorchureNavBar I have applied some CSS rollovers to it:
#topMenu a:link, #topMenu a:visited, #topMenu a:active {
color: #FFFF00;
text-decoration: none;
font-weight: normal;
}
#topMenu a:hover {
color: #FFFFFF;
text-decoration: underline;
font-weight: normal;
}
When I test the site in Actinic the link for the page being viewed is white where it should be yellow, and no hand appears when I hover over the active link. The font is also bold where it should just be normal.
Thanks in advance.
Cammy.
I designed the template for my store in Dreamweaver. On the BorchureNavBar I have applied some CSS rollovers to it:
#topMenu a:link, #topMenu a:visited, #topMenu a:active {
color: #FFFF00;
text-decoration: none;
font-weight: normal;
}
#topMenu a:hover {
color: #FFFFFF;
text-decoration: underline;
font-weight: normal;
}
When I test the site in Actinic the link for the page being viewed is white where it should be yellow, and no hand appears when I hover over the active link. The font is also bold where it should just be normal.
Thanks in advance.
Cammy.
Comment