Question : Form looks great on all browsers except Firefox 3

Hi,
I've got a new site I'm working on and everything looks great except for the form on the contact page in Firefox 3.

I can't figure this out.

http://marimartinmusic.com/newsite

http://marimartinmusic.com/newsite/mari.css
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
form {
	padding-top: 10px;
}
 
fieldset {
  	padding: 1em;
  	border: 1px solid #f65c06;
}
 
label {
  	float: left;
  	width: 25%;
  	margin-right: 0.5em;
  	padding-top: 0.2em;
  	text-align: right;
  	font-weight :bold; 
}
 
input[type=text] {
	width: 54%;
}
                      
input[type=submit] {
 	margin: 10px 0 0 0;
}
 
 
 
 

Drop Me a Line








Open in New Window Select All

Answer : Form looks great on all browsers except Firefox 3

Apparently you took what I said too literally. Change "input[type=textarea]" to "textarea".
Random Solutions  
 
programming4us programming4us