Collapse Outside the frame

Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Apr 2008
Posts: 2
Reputation: Olynsky is an unknown quantity at this point 
Solved Threads: 0
Olynsky's Avatar
Olynsky Olynsky is offline Offline
Newbie Poster

Collapse Outside the frame

 
0
  #1
Apr 14th, 2008
Hi, I have a script which collapses the menu, inside its frame.

PHP 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: http://www.resellerspanel.com/)

I'm no good with flash so I'd like to keep to javascript and PHP.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the JavaScript / DHTML / AJAX Forum
Thread Tools Search this Thread



Tag cloud for JavaScript / DHTML / AJAX
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC