Re: [css-d] replace submit button with image, entirely with css?

2009-11-03 Thread Mustafa Quilon
Well, you could just add this rule: input { text-indent: -px } or what Nick said is valid too. - Mustafa Quilon E - mustafavizcomr...@gmail.com | mustafaqui...@gmail.com Skype, Twitter, Facebook, Linkedin - mustafaquilon ___

Re: [css-d] replace submit button with image, entirely with css?

2009-11-03 Thread Mark Richards
> -Original Message- > I have a web application that I hope to style entirely with CSS, if > possible > I want to replace this button with an image, so I tried the following > CSS, > > input > { > background-color: transparent; > background-image: url('index.png'); > background-repea

Re: [css-d] replace submit button with image, entirely with css?

2009-11-03 Thread Nick Fitzsimons
2009/11/3 Jack Bates : > I have a web application that I hope to style entirely with CSS, if > possible > > The application includes a submit button, value="Search" /> > > I want to replace this button with an image, so I tried the following > CSS, No need for CSS - HTML 4.01 (and therefore XHTML

Re: [css-d] replace submit button with image, entirely with css?

2009-11-02 Thread Tim Climis
On Monday, November 2, 2009 7:04:13 pm Jack Bates wrote: > I have a web application that I hope to style entirely with CSS, if > possible > > The application includes a submit button, value="Search" /> > > I want to replace this button with an image, so I tried the following > CSS, > > input >

[css-d] replace submit button with image, entirely with css?

2009-11-02 Thread Jack Bates
I have a web application that I hope to style entirely with CSS, if possible The application includes a submit button, I want to replace this button with an image, so I tried the following CSS, input { background-color: transparent; background-image: url('index.png'); background-repeat: n