|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have a simple form and it used to have an image Submit button which worked perfectly:
< input type="image" name="submit" id="submit" value="Submit" src="images/submit.gif" > I now want to use a CSS button instead but it's not working! < input type="button" value="Submit" class="buttonA" name="submit" id="submit" > What could be the problem? Thanks. |
|
#2
|
|||
|
|||
|
<input type=submit... >
![]() |
|
#3
|
|||
|
|||
|
Can you post the site with the problem. Your code should work.
|
|
#4
|
|||
|
|||
|
what a simple fix!
that was it, input type="submit"
thanks!! |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > Why won't my CSS Submit button work? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|