Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:40
Can divhider.js be modified?
Poster: tepidarium
Dated: Thursday February 26 2004 - 18:10:47 GMT
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!!!
Poster: kevin3442
Dated: Thursday February 26 2004 - 19:09:12 GMT
I suppose I'd start by commenting out line 4. I.e. change
Code:
if(ie55||ns6||ns7)return
to
Code:
//if(ie55||ns6||ns7)return
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