Changeset 198
- Timestamp:
- 06/14/08 18:23:13 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/lightbox/js/modal.js
r197 r198 285 285 var over_bg_p = next ? 'right' : 'left'; 286 286 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); 288 288 },function() { 289 289 $(this).css('background',default_bg);
Note: See TracChangeset
for help on using the changeset viewer.