【 tulaoshi.com - Web开发 】
                             
                            select的分类选择,经测试IE和FF都能很好的支持该元素  
  !DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Strict//EN"  
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"  
  htmlxmlns="http://www.w3.org/1999/xhtml"  
  head  
  titleruncode/title  
  metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/  
  metaname="Author"content="Sheneyan"/  
  /head  
  body  
  select  
  optgrouplabel="a"  
  optiona1/option  
  optiona2/option  
  optiona3/option  
  /optgroup  
  optgrouplabel="b"  
  optionb1/option  
  optionb2/option  
  optionb3/option  
  /optgroup  
  /select  
  /body  
  /html