![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, How can I set up the styling for different levels of <UL> to use different images for bullets, be indenetd differently, ... Like: . list 1 - item 1 - item 2 . list 2 -item 1 - item 2 |
#3
| |||
| |||
|
|
Hi, How can I set up the styling for different levels of <UL> to use different images for bullets, be indenetd differently, ... Like: . list 1 - item 1 - item 2 . list 2 -item 1 - item 2 |
#4
| |||
| |||
|
|
Hi, How can I set up the styling for different levels of <UL> to use different images for bullets, be indenetd differently, ... Like: . list 1 - item 1 - item 2 . list 2 -item 1 - item 2 Thanks. |
#5
| |||
| |||
|
|
On 14 Aug 2006 13:32:23 -0700, ashkaan57 (AT) hotmail (DOT) com wrote: Hi, How can I set up the styling for different levels of <UL> to use different images for bullets, be indenetd differently, ... Like: . list 1 - item 1 - item 2 . list 2 -item 1 - item 2 Thanks. Use classes. ul class="somemeaningfulname" and ul class="someothermeaningfulname" style <li> padding and list item within .somemeaningfulname li and .someothermeaningfulname li You can also use ID, or parent tag. -- buy, bought, bye |
#6
| |||
| |||
|
|
ul class="lists" li>li-level1-1</li ul class="lists2" li>li-level2-1</li li>li-level2-2</li li>li-level2-3</li /ul li>li-level1-2</li ul class="lists2" li>li-level2-4</li li>li-level2-5</li /ul /ul |
#7
| |||
| |||
|
|
but they all line up under each other, with different bullet images. |
![]() |
| Thread Tools | |
| Display Modes | |
| |