PDA

View Full Version : Active Links


Cammy
15-Jul-2007, 10:31 PM
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.

Cammy
16-Jul-2007, 12:47 AM
Aha! I figured it out.

x :-D

Duncan Rounding
16-Jul-2007, 04:59 AM
so the problem was?

completerookie
16-Jul-2007, 06:59 AM
its the start of one of those games, "guess the solution"

my guess, - He probably works for MI6, and if he told you, he'd have to kill you :rolleyes:

Cammy
16-Jul-2007, 09:21 AM
LOL sorry for not explaining it was very late that I figured out the problem so was on my way to bed!

I fixed the problem by going in to design view and clicking on the first link on the brochoureNav bar, then removed all the extra span tags controlling weight etc. There was also a blockif statement which I presume was controlling the active state. Not too sure how I fixed that bit but it's working as I want it now! lol

Thanks.

Cammy.