• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: ERXJSOpenWindowSubmitButton
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Re: ERXJSOpenWindowSubmitButton (From: Frank Stock <email@hidden>)

  • Prev by Date: Re: AJAX Date Picker binding to one day less that the chosen one
  • Next by Date: Re: [ANN] AjaxDatePicker and AjaxDefaultSubmitButton
  • Previous by thread: Re: ERXJSOpenWindowSubmitButton
  • Next by thread: WebObjects Puzzlers on WOWODC 2008 :-)
  • Index(es):
    • Date
    • Thread