On Jun 23, 3:44*pm, "Jonathan N. Little" <lws4...@central.netwrote:
Quote:
Johannes Koch wrote:
Quote:
Joshua Cranmer schrieb:
Quote:
shapper wrote:
>I
>will have three levels.
>
Quote:
Quote:
I think something like:
<select>
* <optgroup label="2008">
* * * <option value="2008Q1">Q1</option>
>
Quote:
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>
>
--
Take care,
>
Jonathan
-------------------
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