web_designer, on 06 May 2011 - 06:01 AM, said:
i should say the same, great response NateP
. so i will add more, you can customize your submit button using CSS. just by adding an id tag to the submit button code and add the desired properties to it in CSS file (here i am talking about using an external CSS file, my favorite way of dealing with things
). so your submit code will be something like this:
and the CSS code will be something like this for example:
here you will have a submit button but with different shape and border and with an image as a background instead of the usual gray color.
<input type="submit" id="submit" value="sendGO" />
and the CSS code will be something like this for example:
#submit {
border:1px solid #000;
color:#000;
margin:0;
padding:2px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
background:url(images/button.gif);
}
here you will have a submit button but with different shape and border and with an image as a background instead of the usual gray color.
This is actually a pretty awesome guide. I'm going to adapt it as well as I assume it's also the same way we'd customize text inputs and stuff (to alter the height and whatnot).





Find content
Male
Display name history
