Hi, I have a script which collapses the menu, inside its frame.
HTML Code:<script language="JavaScript"> function collapseMenu(sectionID) { var obj = document.getElementById(sectionID); if (obj.className == "Collapse") { obj.className="DeCollapse"; } else { obj.className="Collapse"; } } </script>
Is it possible to have it expand and collapse outside the frame?
For example similar to the onMouseover drop-down menu. (Example: Web hosting, reseller hosting and an affiliate program)
I'm no good with flash so I'd like to keep to javascript and PHP.
Last edited by Jaan; 04-26-2008 at 01:32 AM. Reason: Use tags when you're posting your codes!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks