Re: ERXJSOpenWindowSubmitButton
Re: ERXJSOpenWindowSubmitButton
- Subject: Re: ERXJSOpenWindowSubmitButton
- From: Travis Britt <email@hidden>
- Date: Tue, 23 Jun 2009 15:24:46 -0400
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden