On Jun 23, 2009, at 2:11 PM, Frank Stock wrote:
I'd deal with this by just using CSS to style the submit button as an
image.
The CSS solution could indeed solve my problem. Do you have a small example of how you do that?

Just surround the button with a div or something you can use as a selector:

<div class = "imageButton">
  ERXJSOpen..blah blah goes here
</div>

Then in your CSS:

div.imageButton input {
  background-image: url('path/to/image.jpg');
  width: 50px;
  height: 50px;
}

Something like that. There's tons of examples online.

tb

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to