Re: [css-d] Styling submit buttons with images [solved]

2009-04-22 Thread Tom Dell'Aringa
On Wed, Apr 22, 2009 at 3:22 PM, Ian Young wrote: > Still not sure what it is you want. If you want a submit button using an > image and CSS which changes at rollover, then I think we have shown you how > to do that (with exception of IE6). If you want the submit to work with > rollover instead o

Re: [css-d] Styling submit buttons with images

2009-04-22 Thread Ian Young
> To: Jack Timmons > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] Styling submit buttons with images > > On Wed, Apr 22, 2009 at 9:32 AM, Jack Timmons > wrote: > > > What "less capable browsers" can't handle an input type of image? > >

Re: [css-d] Styling submit buttons with images

2009-04-22 Thread Tom Dell'Aringa
On Wed, Apr 22, 2009 at 9:32 AM, Jack Timmons wrote: > What "less capable browsers" can't handle an input type of image? > Because I can't think of one off the top of my head. Sorry, I'm probably being obtuse. I'm talking about the rollover effect. What I want to do is have an image submit butt

Re: [css-d] Styling submit buttons with images

2009-04-22 Thread Ian Young
ubject: Re: [css-d] Styling submit buttons with images On Wed, Apr 22, 2009 at 10:06 AM, Ian Young wrote: This what you are looking for? http://www.iyesolutions.co.uk/templates/css/22-04-09/ No, there's no image being used there. Right now I am doing this: you haven't look

Re: [css-d] Styling submit buttons with images

2009-04-22 Thread Ian Young
> -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto:css-d- > boun...@lists.css-discuss.org] On Behalf Of Tom Dell'Aringa > Sent: 22 April 2009 15:36 > To: Jack Timmons > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] Styling submit b

Re: [css-d] Styling submit buttons with images

2009-04-22 Thread Tom Dell'Aringa
On Wed, Apr 22, 2009 at 10:06 AM, Ian Young wrote: > This what you are looking for? > > http://www.iyesolutions.co.uk/templates/css/22-04-09/ No, there's no image being used there. Right now I am doing this: .submit { width: 80px; height: 30px; background: url(../images/btn_find.png) top left

Re: [css-d] Styling submit buttons with images

2009-04-22 Thread Tom Dell'Aringa
On Wed, Apr 22, 2009 at 9:32 AM, Jack Timmons wrote: > Foot, meet mouth. > > Rollover, right. I'll go back to eating my breakfast. LOL, that's okay - I just added another message clarifying what I need. Didn't see this quick enough. __

Re: [css-d] Styling submit buttons with images

2009-04-22 Thread Jack Timmons
On Wed, Apr 22, 2009 at 9:32 AM, Jack Timmons wrote: > On Wed, Apr 22, 2009 at 9:17 AM, Tom Dell'Aringa wrote: > > What "less capable browsers" can't handle an input type of image? > Because I can't think of one off the top of my head. > > -- > -Jack Timmons > http://www.trotlc.com > Twitter: @co

Re: [css-d] Styling submit buttons with images

2009-04-22 Thread Jack Timmons
On Wed, Apr 22, 2009 at 9:17 AM, Tom Dell'Aringa wrote: > On Apr 21, 2009, at 5:51 PM, Tom Dell'Aringa wrote: >> It's been quite some time since I styled a form, and I'm not up on the >> latest techniques. We want to use images for our submit buttons, and >> have them be rollovers. I'd like to avo

Re: [css-d] Styling submit buttons with images

2009-04-21 Thread Christopher Schmitt
On Apr 21, 2009, at 5:51 PM, Tom Dell'Aringa wrote: > It's been quite some time since I styled a form, and I'm not up on the > latest techniques. We want to use images for our submit buttons, and > have > them be rollovers. I'd like to avoid using javascript if possible, > and have > them degr

[css-d] Styling submit buttons with images

2009-04-21 Thread Tom Dell'Aringa
Hello, It's been quite some time since I styled a form, and I'm not up on the latest techniques. We want to use images for our submit buttons, and have them be rollovers. I'd like to avoid using javascript if possible, and have them degrade gracefully to HTML buttons. Is there a preferred method f