DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> CSS入門知識 >> DIV十CSS布局 >> 布局實例 >> 解決火狐浏覽器按鈕的水平居中
解決火狐浏覽器按鈕的水平居中
編輯:布局實例     

  Firefox的私有屬性,導致以下問題的出現:

  按鈕左右本身有2px的間距(FF私有屬性寫了padding:0 2px所致);

  按鈕文字居中是不行的(此時設置padding-bottom是沒用的) ;

  等等…

  input[type="reset"]::-moz-focus-inner,

  input[type="button"]::-moz-focus-inner,

  input[type="submit"]::-moz-focus-inner,

  input[type="file"] > input[type="button"]::-moz-focus-inner{

  border:none;padding:0;

  }

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved