English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I've got a really cool design for the front end of a php site , and it's ruined by the horrible grey submit box (created by:



2006-11-29 13:50:28 · 4 answers · asked by Ben S 1 in Computers & Internet Programming & Design

4 answers

Certainly! One method is to use a graphic image for the button

WIDTH="120" HEIGHT="30"
BORDER="0" ALT="SUBMIT!">

Or you could use a style

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}

2006-11-29 13:58:01 · answer #1 · answered by twoclones 3 · 1 0

In addition to styling a submit button using CSS, you could also use



Which gives you greater control over what's actually displayed on the button.

2006-11-29 20:36:25 · answer #2 · answered by spoonmeiser 2 · 0 0

You need an actual form. That is just a button that opens up the viewer's email client.

2016-05-23 03:51:03 · answer #3 · answered by Anonymous · 0 0

You can style buttons with CSS.

2006-11-29 14:01:07 · answer #4 · answered by watsonc64 3 · 0 0

fedest.com, questions and answers