2 diferent ul in css

hi<br />
i have 2 diferent ul in my css and dont know how to "call" them diferently:<br />
<br />
ul {<br />
background-color: #fff;<br />
color: #f60;<br />
font-family: verdana, arial, helvetica, sans-serif;<br />
line-height: 150%<br />
}<br />
and this one (with an image)<br />
ul.a {<br />
list-style-image: url("imagens/s.gif")<br />
}<br />
My question is: how to name the second one? And how to call it from the html?<br />
Because when i say, in html <ul class="a"> ... nothing happens...<br />
thanks in advance<!--content-->missed something here, because it actually works!<!--content-->:P :P I was going to say you would have had us going because I certainly couldn't see anything wrong with the code.<br />
<br />
Neil<!--content-->This tool is useful (<!-- m --><a class="postlink" href="http://jigsaw.w3.org/css-validator/validator-uri.html">http://jigsaw.w3.org/css-validator/validator-uri.html</a><!-- m -->) for pointing out errors in CSS.<!--content-->
 
Back
Top