Customized buttons - rounded corners


/ Published in: HTML
Save to your folder(s)

HTML code for input buttons with background images and rounded corners. For cases when it is not possible to use Progressive Enhancement (ie. when you need to have rounded corners in IE6+). See Customized buttons under CSS for styles.


Copy this code and paste it in your HTML
  1. <span class="btnWrap loginBtn">
  2. <input type="submit" class="btn loginBtn" value="Login" />
  3. </span>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.