2014-01-06 90 views
1

當我將此代碼添加到我的css文件中時,它不起作用?然而,當我把這個添加到我的jsp文件的頭標記它的作品?css樣式標記不起作用

任何想法我錯過了什麼?

<style> 
    input[type="text"] 
      { 
    width:500px; 
    display:block; 
    margin-bottom:10px; 
    background-color:yellow; 
      } 

    input[type="button"] 
      { 
     width:200px; 
     margin-left:35px; 
     display:block; 
      } 
    </style> 
+1

你把''