Announcement

Collapse
No announcement yet.

Active Links

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Active Links

    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.

    #2
    Aha! I figured it out.

    x :-D

    Comment


      #3
      so the problem was?

      Comment


        #4
        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

        Comment


          #5
          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.

          Comment

          Working...
          X