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>
? :)
精彩评论