100分紧急求助,恳请各位朋友帮帮忙,谢谢~
框架问题:
1、框架的边框样式:
我的框架边框看起来总是凸出来的,很不舒服,能不能像CSDN一样,让人感觉很平稳,不凸也不凹,请问有这样的样式属性吗?谢谢!
2、框架头部的导航栏内容如何自动缩放?我窗口一缩小点,我的导航菜单内容就看不见了,必须要最大化才能看见全部菜单!
附:
我的框架集:
<frameset rows= "20%,80% " framespacing= "0 " border= "0 " bordercolor= "#e8ffe8 ">
<frame src= "URTop.aspx " name= "top " scrolling= "no " marginhight= "5 " marginwidth= "5 " noresize>
<frameset cols= "18%,82% " framespacing= "2 " border= "1 " frameborder= "yes " bordercolor= "#e8ffe8 ">
<frame src= "URMain.aspx " name= "main ">
<frame src= "URContent.aspx " name= "content ">
</frameset>
</frameset>
我的导航菜单内容:
<body bgcolor= "#e8ffe8 ">
<form id= "form1 " runat= "server ">
<table style= "width:100%;height:100% " align= "center " cellpadding= "0 " cellspacing= "1 ">
<tr width = 100%; height = 20%>
<table width= "100% " border= "1 " cellpadding= "0 " cellspacing= "0 ">
<tr height = "80% " width = "100% ">
<td nowrap= "nowrap " height = "92 " width = "100 "> <embed src= "URImage/URClock.swf " height = "92 " width = "100 "> </embed> </td>
<td nowrap= "nowrap " height = "92 " width = "890 "> <img src= "URImage/URCSIMIS.gif "> </td>
</tr>
</table>
<table width= "100% " border= "1 " cellpadding= "0 " cellspacing= "0 ">