Results 1 to 3 of 3

Thread: 2 CSS Links 1 Page

  1. #1
    Join Date
    Dec 2007
    Location
    Mississauga
    Posts
    166
    Thanks
    13
    Thanked 0 Times in 0 Posts

    Unhappy 2 CSS Links 1 Page

    I am using the "AnyLink Drop Down Menu" from this site but a problem I was able to forsee but have no control over is the links on the drop downs are white text and only the background colour of their boxes change colour on mouse over.

    Problem now is I have 2 email address' (text) on a white page and when I turn them into email links they go white and cannot be seen.

    Is there a way to keep my CSS drop down menu colours the same but have another CSS control the link colours on the page?

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    just add a line into the menu's css (see highlighted part):

    Code:
    #dropmenudiv a{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid black;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    color:red
    }

  3. #3
    Join Date
    Dec 2007
    Location
    Mississauga
    Posts
    166
    Thanks
    13
    Thanked 0 Times in 0 Posts

    Default

    Perfect, that did it!

    Thanks Medyman.

Bookmarks

Posting Permissions

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