Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
ChristopherHill #1
Free Menu Blue Style Javascript Help!
Someone please help! I used the Free Menu - Blue Style extension for
Dreamweaver to create a javascript based menu. I had no problems but would like
to know how to collapse menu items when I open another menu item. Here is the
code:
<script language='javascript'>
function changeMenuFMGS(id){
objDaughter=document.getElementById('iDMenu'+id);
if (objDaughter.style.display=='none'){
objDaughter.style.display='block';
} else {
if(objDaughter.style.display=='block'){
objDaughter.style.display='none';
}
}
}
</script>
I know this is easy, I'd appreciate it if someone could show me the code.
Thanks!
ChristopherHill Guest
-
ANN: Free Pop Menu Magic 2 Style Themes
Curvitude: http://www.projectseven.com/products/menusystems/pmm2/curvitude.htm IQ: http://www.projectseven.com/products/menusystems/pmm2/iq.htm... -
Mac Style Menu
Has anyone used Mac Style Menu from f-source? If so, do you know why this flash menu wouldn't work on my Mac (G5, OSX)? Also, has anyone else... -
JavaScript for menu bars or side menu for an externalweb page
I have designed some web pages with top menn bars and drop-down menu buttons for web page linkings. So far all the web pages I have coded showed... -
Red Square, Blue Triangle, Blue Circle
I use Windows XP. I have downloaded Adobe Reader 5.1 and Adobe Acrobat 4.0. I am trying to read a file but all I get is a red square, blue triangle...



Reply With Quote

