Results 1 to 23 of 23

Thread: [RESOLVED] Change color of selected hyperlink in a masterpage

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2006
    Location
    London, UK
    Posts
    817

    Resolved [RESOLVED] Change color of selected hyperlink in a masterpage

    I have used the accordion menu in a masterpage.
    The top level is something like this:

    HTML Code:
                    <Header>
                        <a href="default.aspx" onclick="return false;" class="Link" >HOME </a>  
                    </Header>
    Is there a way to change the color of the text if the selected menu item is active?

    HTML Code:
    .HEADER
    A:Active{color:red;}
    {
    }
    in the style sheet doesn't seem to do anything.
    Last edited by sgrya1; Jul 28th, 2009 at 01:11 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width