erhsh 的另一个家

erhsh

走的不快,总比不走强!

随笔分类 -  css

摘要:<style>.Row{background: url(/images/tr-background.gif) no-repeat 0 0;}</style><table>  <tr class="Row">   <td>Row 1</td>   <td>Row 2</td>   <td>Row 3</td>  </tr></table>在ie6及Safari下background没显示出来。解决方法:<style>.R 阅读全文
posted @ 2011-03-23 19:37 erhsh 阅读(2121) 评论(0) 推荐(0)

摘要:代码如下:<div style="background-color: #FFFF99; height: 63px; margin: 0 auto; width: 650px;"> <ul style="background-color: #88f8f8; left: 5px; margin: 0; padding: 0; position: relative; top: 20px;"> <li style=" background-color: #FF6633;cursor: pointer;display: bl 阅读全文
posted @ 2011-03-23 13:52 erhsh 阅读(2829) 评论(0) 推荐(0)

摘要:div id="outer" style="background-color: red; overflow:hidden;margin:10px 50px;"  div id="boxLeft" style="background-color:green; float:left; width:400px; height:300px;"hello/div  div id="boxRight" style="background-color:blue; float:right; width:400px; height:300px;"world/div/div去掉overfl 阅读全文
posted @ 2011-01-05 19:25 erhsh 阅读(209) 评论(0) 推荐(0)