Expression® Web Design

Using CSS to Customize Your Submit Button

Thursday, January 17, 2008
You can use CSS to customize your submit button, even on your FrontPage forms.  For example,

input.noborder
{
border: none;
background-color: #fff;
color: #000;
font-family:"Comic Sans MS"
}


And then you can apply this class to your button

<input type="submit" value="Submit" class="noborder" />


Will have your submit button look something like: Submit Button with no Border  You can change the font family as needed along with CSS properties. 

If you change the the border properties to something like

border: solid #fff 2px;


This will add a border to the button and look something like Submit button with a Border

DeliciousDigg This PostNewsvineRedditTechnorati

Comments

Name
URL
Email
Email address is not published
Access Code secureimage
Please enter the access code
Remember Me
Comments




Join My Community at MyBloglog!



Feeds