1
silvrhand
Admin Menu - disabling the mouseover effect?
  • 2005/1/12 5:11

  • silvrhand

  • Just popping in

  • Posts: 42

  • Since: 2005/1/11


Ugh,

I'm sorry but the mouseover effect on the admin panel drives me nuts, it looks like the adminmenu is called from ./cache/adminmenu.php, is there a way to disable it? Also in the future would it be possible to have an easier way to disable/enable that?

2
irmtfan
Re: Admin Menu - disabling the mouseover effect?
  • 2005/1/12 6:17

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


you can do it easily by write a "return true; " in popUp function in layersmenu.js
around line 34 :
change this:

function popUp(menuName,on) {
    if (
loaded) {    // to avoid stupid errors of Microsoft browsers

with this:
function popUp(menuName,on) {
return 
true;
    if (
loaded) {    // to avoid stupid errors of Microsoft browsers

3
silvrhand
Re: Admin Menu - disabling the mouseover effect?
  • 2005/1/12 15:32

  • silvrhand

  • Just popping in

  • Posts: 42

  • Since: 2005/1/11


That did it, thanks the mouseover was getting in the way most of the time.

Login

Who's Online

268 user(s) are online (171 user(s) are browsing Support Forums)


Members: 0


Guests: 268


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits