frame窗体导航菜单不能完全显示问题!

我有一个frame页面,分为top and content 两个frameset.
我的菜单放在top页上,
但是不能完全显示下拉菜单。
谁能提供个支持ie 5.0+,ns4.0+以上的源码。
谢谢!~
---------------------------------------------------------------

我以前也遇到过和你同样的问题,

如果是ie5.5+可以很完美的用 window.createPopup解决

但是ie5.0就很麻烦。

最后是 llrock(百乐宝 ¦ ¦昨夜星辰) 给我发了一份代码(老外写的)
解决了跨frames显示层菜单问题.

不过,代码在我家的机器里,只能明天给你.

可以留下邮箱吗?

---------------------------------------------------------------

1、框架页,保存未index.htm

 1<html>
 2<head>
 3<title>Coolmenus example - CoolMenus3 DHTML script made by Thomas Brattli from DHTMLCentral.com. Visit for more great scripts.</title>
 4</head>
 5<!-- frames -->
 6<frameset border="0" frameborder="0" framespacing="0" rows="25,*">
 7<frame frameborder="0" id="frmMenu" marginheight="0" marginwidth="0" name="frmMenu" noresize="" scrolling="Auto" src="menu1.html"/>
 8<frame frameborder="0" id="frmMain" marginheight="0" marginwidth="0" name="frmMain" scrolling="Auto" src="test1.html"/>
 9</frameset>
10</html>

==========================================================================================
2、这是被跨越的帧,保存未test.html

1<html>
2<head>
3<title>Coolmenus example - CoolMenus3 DHTML script made by Thomas Brattli from DHTMLCentral.com. Visit for more great scripts.</title>
4</head>
5<body bgcolor="red">   
6这是被跨越的帧,hello world.   
7</body>
8</html>

注意比较长,3词可能贴补下,谁见了up以下

Published At
Categories with Web编程
Tagged with
comments powered by Disqus