html >> css list background

by evropa » Sun, 22 Jan 2006 10:06:20 GMT

i would like the list text to wrap around the image

so far i have:

.menucontainer li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
background-position: 0 12px;
background-image: url(file/images/checkmark.png);
background-repeat: no-repeat;
margin-bottom: 0.4em;
margin-top: 0.4em;
padding-left: 22px;
}

which produces the following:
http://img521.imageshack.us/img521/8318/ffgrerr1cl.png

i would like the text to start above the checkmark and get in below it instead
of going straight down



html >> css list background

by AVMVA » Thu, 26 Jan 2006 03:54:19 GMT


Look into the float tag. I'd help more but all I've ever been able to do is experiment until I get it right.



Similar Threads

1. CSS Layout issue: Background image with menu list

2. Problem with unordered list menu background (CSS) - Adobe Dreamweaver

3. Problem with unordered list menu background (CSS) OOPS!

OOP! Substitute the 2 background-image for 2 background-color:

"Jorge Mesa" < XXXX@XXXXX.COM > escribien el mensaje
news:bkadif$igf$ XXXX@XXXXX.COM ...
>> Hello,
>> I'm trying to make a menu with unordered list, everything show OK but the
>> background hover:
>>
>> Thank you in advance.
>>
>> The HTML code:
>>
>><