hi all I am having an animated menu when ever i drag the mouse on the menu item. the submenu items displays under the body text instead of displaying upon body text. can any one point out my miistake here. thanks in advance.
Hi, if you provide the code it would help a lot... More then likely you just need to change the Css styles of the submenu. You most likely need to set the 'position' attribute of the menu to 'absolute', then play around with it's position. But it's parent object needs it's 'position' attribute set to 'relative'. This would be much easier to explain if you just post the code.