Hi, Hope someone can help.
I have created a menu bar in fireworks. One of the buttons has a dropdown menu.
I have created an html page and imported the fireworks menu bar and called it menubar.html.
I have created a seperate html page i.e mainpage.html with an Iframe which points to the html page with the menu bar.
<iframe id="frametwo" name="frametwo" marginwidth="0" marginheight="0" src="menubar.html" frameborder="0" noresize width="780" height="27" scrolling="no">
</iframe>
When viewing the mainpage.html in Internet explorer the dropdown menu does not appear, but if I viewed menubar.html on its own in Internet explorer it works.
Is there something in the Iframe code that i'm missing......so frustrating.
Please be aware that I am a novice and need any solutions explaining in idiot guide form....thanks very much.
