Results 1 to 2 of 2

Thread: Anylink sub menu not working

  1. #1
    Join Date
    Apr 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Anylink sub menu not working

    I am trying to create a sub menu using the sample code from
    http://home.comcast.net/~jscheuer1/s...stddaw2002.htm.

    I have the following code for one of my drop down menus and I can't get the sub menu to display. Can someone help?

    <a class="headerFont" href="" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, 'menu4')">WBA Insurance Trust Members</a>

    <div id="menu4" class="anylinkcss" style="width: 220px;">
    <a href="">About the Trust</a>
    <a href="">Member Login</a>
    <a href="">Provider Directories</a>
    <a href="redirectPopup.html">Pharmacy Information</a>
    <a href="">Wellness Information</a>
    <a href="#" onClick="return clickreturnvalue()" onMouseover="rightmenu(this, event, 'rMenu1')">Administration</a>
    <div id="rMenu1" class="anylinkcss" style="width: 250px;">
    <a href="">Plan Documentation</a></a>
    <a href="">Non-Discrimination Requirements</a>
    <a href="">Continuation/Conversion</a>
    <a href="">Medicare Secondary Payor</a>
    <a href="">Employee Enrollment Forms</a>
    </div>
    <a target="_blank" href="forms/HIPAANotice06.pdf">HIPAA Privacy Notice</a>
    <a target="_blank" href="../forms/GrammLeach.pdf">Gramm Leach-Bliley</a>
    </div>

  2. #2
    Join Date
    Apr 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default More Information

    Ok, I think this has something to do with my style sheet. I have an external style sheet, but when I make it internal it works. I don't want to have internal style sheet. Is there a way around this or has anybody seen this before?

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
  •