Changeset 36


Ignore:
Timestamp:
Oct 29, 2009, 11:48:18 AM (14 years ago)
Author:
duh
Message:

-query interface was laying on top of the topnavigation menu, changed z-index of topnavigation so that the topnavigation will always lie on top

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/js/topnav.js

    r23 r36  
    1515            $(this).removeClass("subhover"); //On hover out, remove class "subhover"
    1616    });
     17
     18    // make sure navigation is on top of everything
     19    $("ul.subnav").css( { 'z-index': '1000' } );
    1720});
Note: See TracChangeset for help on using the changeset viewer.