js 自定义框架分割线效果

xiaoxiao2021-03-01  89

<html> <frameset border="1" bordercolor="#6699cc" framespacing="20" id="fsTop" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" rows="85,*"> <frame border="0" frameborder="no" marginheight="0" marginwidth="0" name="title" noresize scrolling="no" src="javascript:document.write('<br><h1>自定义框架分隔线效果</h1>')" leftmargin="0" topmargin="0"> <frameset border="1" frameborder="1" framespacing="20" marginwidth="0" marginheight="0" name="search" leftmargin="0" topmargin="0" cols="110,*"> <frame border="0" frameborder="0" marginheight="0" marginwidth="0" name="dir" src="about:blank" target="main" style="BORDER-RIGHT: #99ccff 1px solid; BORDER-TOP: #003366 1px solid" leftmargin="0" topmargin="0" scrolling="auto" target="main"> <frame border="0" bordercolor="#6699cc" frameborder="no" name="main" scrolling="yes" src="about:blank" style="BORDER-LEFT: #99ccff 2px groove; BORDER-TOP: #003366 1px solid" target="_blank"> </frameset> </frameset> </html> 相关资源:用JS实现表格分隔条
转载请注明原文地址: https://www.6miu.com/read-3650320.html

最新回复(0)