Click to See Complete Forum and Search --> : cant get this script working right
NoAssmblyReqd
06-06-2005, 02:27 PM
Hi everyone, the problem I'm having is that my pop up menu keeps showing under a image as opposed to over the image and being able to be used. I'm fairly new with javascript. i'm guessing my problems has to do with z-index but im not sure. the code was generating my fireworks when I creating the pop-up menus there. the code is too long to expect anyone to try debug but can anyone give me any advice as to where to start looking for errors. again, everything works fine its just that the popup menu showers underneath the popup making it pretty unusable to visitors.
thanks in advance!
Natdrip
06-06-2005, 03:41 PM
fireworks eh.. mm_menu?
are you using css position tag?
the problem is that the format of the parent node is not transfered to the child so you may need to go and figure it out and mess around with the code.
here are a couple of suggestions place the menu on a seprate page and call it to an <iframe src="href">.
you coulds remove the css and see if it werks then slowly reintergrate the css step by step and test along the way
if that dont work then try placing the menu in a span or a div and use position tag on it.
another suggestion instead of using fire works google a drop down using css tutorail on how to build one
cheers