查看完整版本: list-style-image在FF下看不到图片的解决方法

bhcode 2008-8-9 14:02

list-style-image在FF下看不到图片的解决方法

直接贴可以看到的代码:[code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
*{margin:0; padding:0; font-size:12px}
ul{ list-style: none; margin:30px;}
li{ background:url(http://bbs.blueidea.com/images/smilies/default/smile.gif) left no-repeat; text-indent:1.5pc; line-height:20px}
</style>
</head>
<body>
<ul>
<li>111111</li>
<li>222222</li>
<li>333333</li>
</ul>
</body>
</html>[/code]
页: [1]
查看完整版本: list-style-image在FF下看不到图片的解决方法