作者:金亮
来源:天极网
热度:
2007-11-22 21:09:41

| 以下是引用片段: <style type="text/css"> #banner{ width:400px; height:100px; background:#959595;} #banner a{ float:left;} #banner a.link1{ width:100px; height:50px; background:#F00; margin:20px 0 0 20px;} #banner a.link2{ width:200px; height:80px; background:#F00; margin:10px 0 0 50px;} </style> <body bgcolor="#FFFFFF"> <div id="banner"> <a href="#" class="link1"></a> <a href="#" class="link2"></a> </div> </body> |
|
|

| 以下是引用片段: <style type="text/css"> ul{ margin:0; padding:0 0 20px 0; list-style:none; width:380px; overflow:auto; background:#959595;} ul li{ float:left; display:inline; width:100px; height:80px; background:#F00; margin:20px 0 0 20px;} </style> <body bgcolor="#FFFFFF"> <ul> <li>4</li> <li>3</li> <li>2</li> <li>1</li> </ul> </body> |
|
|
我来说两句:
推荐文章
相关文章