Announcement

Collapse
No announcement yet.

Trying to create rollovers in nav bar

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

    Trying to create rollovers in nav bar

    Hi all

    Ive been looking through the Actinic.css file and i cant find the correct rollover option for the nav links on the left to the sections they seem to underline but not change colour, am i missing something? i think its that monday felling where its all looking a blur.......

    If anyone knows where im going wrong and can help please......

    The site in Question

    the left side links are the ones im on about....


    Thanks in advance


    D

    #2
    Still waiting for a result

    ive tried editing the nav bar on the left but still no joy anyone have suggestions




    Thanks in advance

    D

    Comment


      #3
      It's not your CSS.

      Don't ask me why, but the javascript that generates the section tree overrides the CSS with this: "<font color="#000000">"

      remove that from the line that says

      strIDs += '<a href="' + ar[i].sURL + '"><span class="actxxsmall"><b><font color="#000000">' + ar[i].sName + '</font></b></span></a><br>';

      and your css will work again.

      Mike

      PS. I looked at your page code for this. It may be controlled within actinic by a netquotevar.
      -----------------------------------------

      First Tackle - Fly Fishing and Game Angling

      -----------------------------------------

      Comment

      Working...
      X