文章列表
同时用样式表为 table、td 指定了边框后,可能会发生重叠,这取决于 border-collapse。
<table>
<tr>
<td>
<table style="border:1px solid red;">
<tr>
<td style="border:1px solid blue;"> </td>
<td style="border:1px solid blue;">& ...
jquery模仿flash导航
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>jquery仿http://www.oussay.com/的flash导航</title>
</head>
<style>
*{ margin:0; padding:0;}
.con{ height:40px; width:100%; ov ...