Dotclear

Changeset 198


Ignore:
Timestamp:
06/14/08 18:23:13 (15 years ago)
Author:
olivier
Message:

Changed z-index for modalImages navigation links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/lightbox/js/modal.js

    r197 r198  
    285285               var over_bg_p = next ? 'right' : 'left'; 
    286286               btn.css('background',default_bg).hover(function() { 
    287                     $(this).css('background','transparent url(' + over_bg_i + ') no-repeat center ' + over_bg_p); 
     287                    $(this).css('background','transparent url(' + over_bg_i + ') no-repeat center ' + over_bg_p).css('z-index',110); 
    288288               },function() { 
    289289                    $(this).css('background',default_bg); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map