Using an image on the comment submit button
-
Hello,
I am trying to use an image as the submit button on my comment form and can’t seem to get it to sort out. I read the Codex and didn’t have any luck so I did it “old school” style by using type=”image”:
<input name="submit" type="image" src="https://www.domain.com/wp-content/themes/nightvision11/images/c_btn.gif" id="submit" tabindex="5" class="csub" value="Submit Comment" />
This works and the image displays as the button but now there is a border around the button (Firefox) and I can’t seem to figure out how to get rid of it.
If someone could lend me a hand with resolving this and getting rid of the border or if there is a better way to use the image as the button using CSS, I would greatly appreciate it.
Thanks,
Dave
- The topic ‘Using an image on the comment submit button’ is closed to new replies.