Can divhider.js - the hidediv feature for Milonic menu be modified to hide divs not just in select browsers but in ALL browsers...I need this!!!
Can divhider.js be modified?
-
tepidarium
- Mega User

- Posts: 169
- Joined: Sun Oct 05, 2003 4:21 am
Can divhider.js be modified?
Hiya,
Can divhider.js - the hidediv feature for Milonic menu be modified to hide divs not just in select browsers but in ALL browsers...I need this!!!
Can divhider.js - the hidediv feature for Milonic menu be modified to hide divs not just in select browsers but in ALL browsers...I need this!!!
I suppose I'd start by commenting out line 4. I.e. change
to
But this assumes the code that actually hides the div will work for ie55, ns6, and ns7 (and all other browsers). On a quick glance, I think it will, but one never really knows without testing. Also, keep in mind that this code is specific to hiding divs in relation to opening menus; it isn't a general-purpose div hider.
Kevin
Code: Select all
if(ie55||ns6||ns7)returnCode: Select all
//if(ie55||ns6||ns7)returnKevin
-
tepidarium
- Mega User

- Posts: 169
- Joined: Sun Oct 05, 2003 4:21 am
