在 Tue, 28 Oct 2008 05:20:09 +0800,kevin mcmonagle <[EMAIL PROTECTED]> 写道:

hi,
How come you cant change the list-type from none to circle(or anything else) on li a:hover?
-kevin


try this

li { list-style-type:none; }
li a { display:list-item; list-style-type:circle; }
li a:hover { list-style-type:disc; }

<ul>
<li><a href="#">a</a></li>
<li><a href="#">a</a></li>
</ul>





*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to