it is possible to have 2 or 3 level in unordered list with different style ?
example :
- Code: Select all
<ul class="gkBullet4">
<li>First</li>
<li>second<br />
<ul class="gkBullet3">
<li>first</li>
<li>second</li>
</ul>
</li>
</ul>
In this example, the second list has the gkBullet4 style apply instead of gkBullet3
Thank you