实例代码:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
ul{list-style-image:url('img/eg_arrow.gif');}
</style>
</head>
<body>
<h1>将图像作为列表标致实例</h1>
<ul>
<li>苹果</li>
<li>香蕉</li>
<li>菠萝</li>
<li>芒果</li>
</ul>
</body>
</html>
运行效果:
评论