开发者

modal-dialog or div overlay over frameset?

开发者 https://www.devze.com 2022-12-17 21:11 出处:网络
I have a html page with several frames in it (also nes开发者_开发技巧ted framesets). I want to show an overlay over all these frames to show a modal box / light box. Is that possible?

I have a html page with several frames in it (also nes开发者_开发技巧ted framesets). I want to show an overlay over all these frames to show a modal box / light box. Is that possible?

I know, i know, framesets are not good to use, but I want to give it a try!

a modal dialog example


Unfortunately completely impossible.

The only HTML Element that will overlay over a frameset frame.. is the drop down list portion of a Select list.

In a similar situation, I built the same "frameset" using iframes. It was the only way to overlay over the frames.

0

精彩评论

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