Announcement

Collapse
No announcement yet.

Where's the CSS for the Section menu?

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

    Where's the CSS for the Section menu?

    Hi
    I'm trying to modify the section menu for www.achroma-test1.co.uk but however I alter the CSS and the relevant Act_ pages in dreamweaver they don't seem to change.

    All I'm trying to do is change the rollovers from underlined to orange.

    Any ideas?

    Thanks
    David
    Last edited by davidjenkins; 06-May-2005, 12:51 PM. Reason: addition

    #2
    Hi there

    Have you tried changing the hover link in Design | Colors?

    If so, you will need to make changes with the css file in order to change the hover colour of the section links...

    Let me know if you want to do this, and I will post up insructions on how you can do this.

    Comment


      #3
      Hi,

      I have checked your source code and you have a span tag nested within your link tag, this is not necessary.

      You have already defined the text style within the link <a href="..." class="actxxsmall"> and by also adding a span tag you have cancelled out the rollover function.

      Remove the tag in red.

      <A HREF="http://www.achroma-test1.co.uk/cgi-bin/mf000001.pl?ACTION=SHOWFORM" TARGET="_self" class="actxxsmall" onMouseOver="SwapImage('nav_mail','mail2.gif')" onMouseOut="RestoreImage()"><span class="actxxsmall">CONTACT</span></A>

      Hope that this is of some help to you.

      Marcel

      Comment


        #4
        Thanks!

        I'll try that.

        Sorry for the delay in getting back to this post.

        Comment

        Working...
        X