RT,在IE,火狐都可以使用,可是在谷歌浏览器设置title属性没有反应,请哪位大神指导指导,万分感谢!

解决方案 »

  1.   

    <html>  
    <head>  
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">  
    <title>title</title>  
    </head>  
      <body>
        <select>
          <option title="This is the first option">option 1</option>
          <option title="This is the second option">option 2</option>
          <option title="This is the third option">option 3</option>
        </select>
      </body>
    </html>  google chrome 版本为21.0.1145.0,以上代码用chrome 打开没有提示功能
      

  2.   

    <html>   
    <head>   
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">   
    <title>title</title>   
    </head>   
      <body>
       <select>
       <option title="This is the first option">option 1</option>
       <option title="This is the second option">option 2</option>
       <option title="This is the third option">option 3</option>
       </select>
       </body>
    </html>   google chrome 版本为21.0.1145.0,以上代码用chrome 打开没有提示功能