http://bbs.csdn.net/
问题:在那些英文下面都有条细线!请问怎么弄啊?
<p style="border-bottom:1px dashed red;">boder-style样式</p>
不明白你在问什么,随便猜一个吧。。
[img=http://my.csdn.net/inthello/album/detail/1159465][/img]
<!DOCTYPE HTML><html> <head> <meta charset="gb2312" /> <title></title> <style> ul {list-style:none;} li { width:70px; height:33px; line-height:33px; border-bottom:1px solid red; } </style> </head> <body> <ul> <li>1-1</li> <li>1-1</li> <li>1-1</li> <li>1-1</li> </ul> </body></html>