PDA

View Full Version : Help with DropDown



lSFresh
26-12-2009, 10:51 AM
ok so i got a layout that looks perfect but i need help.

The Drop down menu works in IE but it doesnt work in FF so in IE when i scroll over the image it works but in FF it doesnt this is the code for the menu.js


function dropdown(menuitem)
{
document.getElementById(menuitem).style.display = "block";
return false;
}
function dropout(menuitem)
{
document.getElementById (menuitem).style.display = "none";
return false;
}

It just doesnt work in FF can anyone help me please.

Protege
26-12-2009, 12:05 PM
Can you show me a live version?

Want to hide these adverts? Register an account for free!