开发者

The javascript sidebar is not working when i use a IFRAME

开发者 https://www.devze.com 2023-02-21 04:17 出处:网络
I\'m using a lot 开发者_开发问答of javascript here and am unable to detect the problem with few things.

I'm using a lot 开发者_开发问答of javascript here and am unable to detect the problem with few things. Please go through this page first :

You can see a sidebar which i'm using for "NEWS". The problem is that when i use a "i frame" html tag to embed another page, the sidebar i.e the news column disappears. You can check it out at :

I want the sidebar to be perfectly working even after i use the iframe. Please help me sort this issue out.

Thanx in advance


You shall close the iframe tag:

<iframe ...></iframe>


forgot to insert <div id="sidebar">...</div> ? :)

0

精彩评论

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