
Signature
Johannes Koch
In te domine speravi; non confundar in aeternum.
(Te Deum, 4th cent.)
> Joshua Cranmer schrieb:
>>> I
[quoted text clipped - 6 lines]
>
> optgroup-option is only two-level.
Gecko only...
option { padding: 0; }
option.level1 { padding-left: 1em; }
option.level2 { padding-left: 2em; }
option.level3 { padding-left: 3em; }
<select>
<option class="level0">At level 0</option>
<option class="level0">At level 0</option>
<option class="level1">At level 1</option>
<option class="level2">At level 2</option>
<option class="level2">At level 2</option>
<option class="level3">At level 3</option>
<option class="level1">At level 1</option>
<option class="level1">At level 1</option>
<option class="level0">At level 0</option>
<option class="level1">At level 1</option>
</select>

Signature
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
shapper - 23 Jun 2008 15:50 GMT
> > Joshua Cranmer schrieb:
> >>> I
[quoted text clipped - 33 lines]
> -------------------
> LITTLE WORKS STUDIOhttp://www.LittleWorksStudio.com
I know this is not the best solution but maybe adding one, two,
three, ... non breaking spaces before the value depending on the
level?
I found this in wordpress Category selector. It will work in all
browsers.
Thanks,
Miguel
shapper - 23 Jun 2008 16:16 GMT
> > Joshua Cranmer schrieb:
> >>> I
[quoted text clipped - 33 lines]
> -------------------
> LITTLE WORKS STUDIOhttp://www.LittleWorksStudio.com
I know this is not the best solution but maybe adding one, two,
three, ... non breaking spaces before the value depending on the
level?
I found this in wordpress Category selector. It will work in all
browsers.
Thanks,
Miguel