Previous Message
Next Message

[css-d] Styling form input type eq image

Sent by Judith Taylor on 30 January 2003 15:03


Greetings all,

I don't post here often, but view this list as a valuable resource. :)

Anyway, to my question.

I have a form on a css styled page (site is http://www.seomug.org ) the
relevant css is:

div#rightcol form {font-family: Arial, Helvetica, sans-serif; font-size:
.8em;
	color: #366; margin-left: auto; margin-right: auto;
	text-align: center; margin-bottom: 0px; padding-bottom: 0px; }

The relevant html is:

<form method=post action="mailer.cfm">
	  <input type="Hidden" name="Redirect" value="http://www.seomug.org">
	  <input type="Hidden" name="Email_To" [EMAIL-REMOVED]">
	  <input type="Hidden" name="Subject" value="[seomug-talk] Request To Join
List">
      <strong>Subscribe to [seomug-talk]</strong>
      <input type="text" name="Email_From" value="enter your email address"
size=20>
	  <input type="image" src="images/join_button.gif" border="0">
      </form>

Is there a way to style the image input button to match my a:hover style?

Relevant link css:

div#rightcol a:hover {background: #ffd789; }

If you wish to view the entire css file, it is located at
http://www.seomug.org/main.css

Thank you,
Judith Taylor ACVNA (www.acvna.org) 740-594-8226x344
Previous Message
Next Message