Line 530: | Line 530: | ||
// make chip stay over main menu point when its submenu appears and makes the submenu stay visible// | // make chip stay over main menu point when its submenu appears and makes the submenu stay visible// | ||
$("#project-sub") .hover(function(){ | $("#project-sub") .hover(function(){ | ||
− | $("#runningchip") .css(' | + | $("#runningchip") .css('left','1.3%'); |
$("#project-sub") .show(); | $("#project-sub") .show(); | ||
}, | }, |
Revision as of 09:33, 31 July 2018