玩转表格 让你的网页炫起来1.表格的分隔线可以隐藏 <table border rules=cols cellspacing=0 align=left> 可以隐藏横向的分隔线 <table border rules=rows cellspacing=0 align=right>可以隐藏纵向的分隔线 <table border rules=none cellspacing=0 align=center>可以隐藏横向和纵向的分隔线
以下方法可以令表格的边框不断在闪,很实用的 <table border="0" width="280" id="myexample" <tr> <td>加入任意的物件.加入任意的物件. <br>加入任意的物件.加入任意的物件. <br>加入任意的物件.加入任意的物件.</td> </tr> </table> <script language="JavaScript1.2"> <!-- function flashit(){ if (!document.all) return if (myexample.style.borderColor=="yellow") myexample.style.borderColor="lime" else myexample.style.borderColor="yellow" } setInterval("flashit()", 500) //--> </script>
这个对表哥内容很大比较实用 在需要分行下载处加上 <tbody > 比如: <tbody > 4.几种样式不同的表格 <table border="1" width="220" style="position: absolute; left: <tr> <td width="100%">普通表格</td> </tr> </table> 5.正立方表格 <table border="1" width="220" bordercolorlight="#eeeeee" <tr> <td width="100%">正立方表格</td> </tr> </table>
<table border="0" frame=vsides width="219" <tr bgcolor="#FFFFFF"> <td width="100%" height="2">细表格</td> </tr> </table> 7.立体表格 <table border="1" width="220" bordercolorlight="#ffffff" <tr> <td width="100%" bgcolor="#B7B7B7" </tr> </table>
<table width="220" align="center" style="position: absolute; <tr> <td><fieldset style="width:220" align="center"> </td> </tr> </table> 9.表中表效果Ⅱ <table width="220" align="center" style="position: 10.表中表效果Ⅰ <table width="220" align="center" style="position: absolute; <tr> <td height="126"><fieldset style="width: 220; color: #B7B7B7; </td> </tr> </table>
上一篇:使用雅虎实现免费站内搜索 下一篇:凸显个性 网页右键菜单我作主 更多相关文章
|
推荐文章
精彩文章
|