开发者

is there a z-index equivalent for frames?

开发者 https://www.devze.com 2023-01-01 16:17 出处:网络
Here\'s my problem: I have two frames, one on top of the other. The top one contains the menu and the drop-down par开发者_StackOverflowt of the menu gets covered by the lower frame. How would I go ab

Here's my problem:

I have two frames, one on top of the other. The top one contains the menu and the drop-down par开发者_StackOverflowt of the menu gets covered by the lower frame. How would I go about fixing this?

Side question: should I use frames or iframes?

Thanks in advance,

Matt


If you are using frames you can't have content from one overlapping the other. To make the menu system work you will need to embed the menu elements in the bottom frame then have the top frame call events to the bottom frame to show the menus, but really don't do it this way.

Design the site around changing out just the content you need you may be able to achieve the same effect using jquery and the load function that could allow your basic nav to stay put and just keep reloading a main content area. Also your mp3 should be fine then.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号