OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
how to put images after each list?
This page's ID:
11087
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
[b]Hiroki:[/b] Well, I hadn't re-read the Listutorial, but the [url=http://css.maxdesign.com.au/listutorial/11.htm]11th step[/url] does what I said ... which almost what you want. :rolleyes: Anyway, I had already written the following, minimalist, CSS:[code]ul#basket li { list-style-type:none; background-image: url(basket.gif); background-repeat: no-repeat; padding-left: 16px; } ul#shop li { list-style-type:none; background-image: url(dollar.gif); background-repeat: no-repeat; padding-left: 16px; } <ul id="shop"> <li>lorem</li> <li>lipsum</li> <li>norem</li> </ul> <ul id="basket"> <li>lorem</li> <li>lipsum</li> <li>norem</li> </ul>[/code] [b]Mathieu "POÏ" HENRI[/b] [This message has been edited by poi (edited 10-28-2003).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »