2012-02-10 49 views
0

CSS word-spacing属性在OperaCSS“字间距”属性的输入元素在Opera中不能正常工作

不工作input元素我是不是做错了什么?这是有效的还是无效的?

<!DOCTYPE html> 
<html dir="ltr" lang="en"> 
    <head> 
     <meta charset="utf-8"/> 
     <title>Input word spacing test</title> 
     <style> 
      input 
      { 
       word-spacing: 20px; 
      } 
     </style> 
    </head> 
    <body> 
     <article> 
      <input type="text" value="This is a test."/> 
     </article> 
    </body> 
</html> 
+0

尝试将'type =“text/css”'添加到'