Click to See Complete Forum and Search --> : Drag and Drop Menu Problem


Seven
04-22-2003, 04:31 PM
Added the drag-and-drop menu from http://javascript.internet.com/navigation/drag-and-drop-menu.html. It's not showing up when I do a preview in IE6.
Copied the code from the site into Notepad and then pasted into my page code in the HTML view u get in FP2002.

It basically doesn't even show up...does this have to do with the I-Frame at all? I tried adjusting the absolute position it shows at, so it would be on the left on page load but that didn't help. I thought perhaps it was appearing behind the IFrame window but no, it's not that either.

Any suggestions? :confused:

SOURCE HERE: www.lalunaastrology.com/stagingarea.htm

Seven
04-22-2003, 11:25 PM
in my source code you'll find it after the paypal logo code...

<div id="iframefiller" style="position:absolute; left:135px; top:62px; width:525px; height:277px; z-index:1">
<iframe src="iframefiller.htm" frameborder="0" noresize name="iframefiller" height="277" width="525">
</iframe>

i decided to go with a different movable script because someone else i know tried it as well and they couldnt get it to work either. I appreciate the reply tho! :D