> Did that, but the images still appear on the text instead of to the left
> of the text.
>

in the li add  {pading-left: 20px; }  or whatevcer value is good
~n


> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> [EMAIL PROTECTED]
> Sent: Monday, August 28, 2006 2:40 PM
> To: [email protected]
> Subject: Re: [css-d] Using an image as a bullet
>
>> 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/
>

______________________________________________________________________
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