css3 - CSS & Button: How to override native CSS of html buttons element? -


i try apply buttons elegant css style found. need keep buttons semantic/accessibility reasons. nice css conflicting button elements' native css style, , loosing it.

how override natural css of html buttons' elements ?

/* css works buttonis, doesn't work buttons*/ button.btn, buttoni.btn {      ...  } 

http://jsfiddle.net/bkwnw/3/

edit: buttons element should buttonis elements.

either use css reset, or set border , outline none.

border: none; outline: none; 

http://jsfiddle.net/bkwnw/5/


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -

java Extracting Zip file -