> Neal,
>
> When I apply the class the image falls on the text and the default
> bullet appears as well
>


ul {list-style-type: none;}

put this in

~n


>
> give the li a class   <li class="className">
> and in your css
>
> ul li.className { background: url("bullet-image.png") no-repeat 0 0; }
>
> most people use backgorund for the bullets as you have much more control
> with background-position as well as re-peat-x, repeat-y or no-repeat
>
> the above is shorthand for this
> and means no-repeat x value 0 and y value 0
>

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to