Forums

This topic is locked

Issue with menu and iframe within page

Posted 30 Jul 2005 22:56:43
1
has voted
30 Jul 2005 22:56:43 Lisa Franceski posted:
Im hoping someone can help me. Attached is a jpeg with my explanation.

<img src="www.squashedpossum.net/images/Untitled-1.jpg" border=0>

I've been racking my brains over this for days.

<img src=../images/dmxzone/forum/icon_smile_angry.gif border=0 align=middle>

www.signifysound.net

Replies

Replied 05 Aug 2005 14:46:05
05 Aug 2005 14:46:05 myke black replied:
you could try making it so that instead of using an Iframe, you use multiple DHTML div layers that are hidden so that clicking on the link changes the visibility of the current layer to 'hidden', and swap the new layer to 'visible', that way you can make the background image as a seperate layer with the others overlaying it with absolute position and transparent backgrounds. This means that you would be able to set the overflow properties of the individual layers for the ones you want without scrollbars to overflow:none and the ones with scrollbars to overflow:auto. Also means that loading the content for the layer when you click is instant, since its already been loaded with the page.

Reply to this topic