Input Replacement
Replace Defult Input Style with the Customized Skin / Text
Features
- Transform INPUT[type=button], INPUT[type=submit] and HTML Link into consistent Button of same style
- Tested and compatible with IE6, IE7, Opera 9.21 (win), Opera 9.50 Alpha (win), Safari 2.0 (407 mac), Safari 3.0.4 (win)
- Separate Button Text from button value
- Degraded support for None-Javascript and None-CSS users ( No MouseDown style if JS is not available)
- Dependents Assets : a image (IE6 use this image), a CSS and a JS (require YUI Library)
- Suppot styles for onMouseHover (IE6 require JS) and onMouseDown (require JS endanled).
- It's free off <button /> or <input type="image" />, which helps with better accessibility support and avoid potential bugs
HTML : Before add class "gui-btn"
submit button
submit button
HTML : After add class "gui-btn"
submit button
submit button
Examples
People should feel guilty when they try to use <button /> or <input type="image" /> to solve this kind of design issue.
Hedger Wang