Moin,
Wie mache ich sowas XHTML-konform, also zu wohlgeformtem XML:
<option selected> Schöne Welt</option>
oehm...
so:
<option selected="yes">....
<option selected="true">....
Bevor jetzt jemand schreit RT(F)M,
*raeusper* ;-)
aus http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd:
<!ATTLIST option
%attrs;
selected (selected) #IMPLIED
disabled (disabled) #IMPLIED
label %Text; #IMPLIED
value CDATA #IMPLIED
>
stell ich lieber gleich noch ne Frage ;-):
Welche Browser kommen dann damit klar.
wo ist denn die Frage? *g*
<form>
<select>
<option>Hallo</option>
<option selected="selected">Oma</option>
</select>
</form>
alle getesteten Browser zeigen "Oma":
IE 5.5
NN 4.7
Opera 5.10
Mozilla 0.92
Lynx (version keine ahnung)
Viele Gruesse,
n.d.p.