Выберите 的分类选择, 经测试 IE 和 ff 都能很好的支持该元素
<! Doctype html public -// w3c // dtd xhtml 1.0 strict // en http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd> <html xmlns = http: //www.w3.org/1999/xhtml> <голова> <title> RunCode </title> <meta http-equiv = content-type content = text/html; charset = utf-8 /> <Meta name = Author Content = Sheneyan /> </head> <тело> <select> <optgroup label = a> <опция> a1 </option> <опция> a2 </option> <опция> a3 </option> </optgroup> <optgroup label = b> <опция> b1 </option> <опция> b2 </option> <опция> b3 </option> </optgroup> </select> </body> </html> |