posted @ 2007-07-21 18:17 Lcf 阅读(1718) 评论(0) 推荐(0)
摘要:
html 1-11-22-12-23-13-2/html 阅读全文
摘要:
A).运用CSS格式化列表符: ul li{list-style-type:none;} B).如果你想将列表符换成图像,则: ul li{list-style-type:none;list-style-image: url(images/icon.gif);} C).为了左对齐,可以用如下代码: ul{list-style-type:none;margin:0px;} D).如果想给... 阅读全文
posted @ 2007-07-21 18:04 Lcf 阅读(106) 评论(0) 推荐(0)
摘要:
获得局域网中计算机的列表 阅读全文
posted @ 2007-06-24 21:30 Lcf 阅读(198) 评论(0) 推荐(0)