Results 1 to 2 of 2

Thread: Help with top link styles using anylink

  1. #1
    Join Date
    Aug 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with anchor link styles using anylink

    Script: AnyLink CSS Menu
    http://www.dynamicdrive.com/dynamici...anylinkcss.htm

    Consider the following code:
    ==============begin snippet================================
    <td onmouseover="this.style.backgroundColor='#ffffff';this.style.color='#000000'; dropdownmenu(this, event, 'anylinkmenu1');"
    onmouseout="this.style.backgroundColor='000000';this.style.color='#ffffff';this.style.cursor='hand';"><b>Search Jobs</b>
    </td>
    ==============end snippet================================

    While the dropdown works just fine, once it has been triggered, the onmouseout styles for the anchor link don't kick in when the dropdown is not extended.

    Hope this is clear. Any help to get the onmouseout styles to work appreciated.

    Howard
    Last edited by howardf; 08-25-2005 at 02:29 PM. Reason: Forgot to include scriptname and url

  2. #2
    Join Date
    Aug 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    For clarity, the on/off styles worked fine without the addition of the dropdown menu. Just want them to work together. Any ideas? Anyone?

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
  •