iframes ...导航窗格

时间:2013-03-09 00:50:57

标签: html navigation pane

所以我的水平导航菜单的iframe是外部的。 我的代码是:

<p>
<iframe src="C:\Users\redacted\Desktop\project\nav_menu.html" name="sidebar_a" frameborder="0" width="100%" height="25" seamless="seamless" scrolling="no"></iframe>
<p>   
<p>Your browser does not support iframes.</p>
<p>
</iframe>

我应该怎么做才能解决这个问题?当我点击链接时,iframe就像一个单独的网站。

如果iframe应该这样做,我如何从外部源插入导航窗格?

1 个答案:

答案 0 :(得分:0)

你真的不应该使用iframe进行导航。尝试学习更多关于CSS的知识。互联网上有无数的CSS框架和布局。谷歌搜索找到了this site,可以帮助您设置基础知识。