Re: [css-d] Form submit button background image through CSS - Safari

2006-11-13 Thread Tee G. Peng
On Nov 10, 2006, at 2:30 PM, Stephan Wehner wrote: > LOGIN > works ok. Although I can't control Internet Explorer stretching the > background image. > > Firefox / Safari look better. > > Thanks all ! > > Stephan Hi Stephan, I remember first time I used for submit button by placing the image

Re: [css-d] Form submit button background image through CSS - Safari

2006-11-13 Thread Stephan Wehner
LOGIN works ok. Although I can't control Internet Explorer stretching the background image. Firefox / Safari look better. Thanks all ! Stephan __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE

Re: [css-d] Form submit button background image through CSS - Safari

2006-11-09 Thread Tee G. Peng
On Nov 9, 2006, at 5:08 PM, Stephan Wehner wrote: > With HTML like this > > > > and CSS like this > > .submit { > background-image: url(login.png); > width: 62px; > height: 25px; > text-indent: -999em; > border: none; > } > > I find it displays well in Firefox 2.0 and IE 6. > > But n

Re: [css-d] Form submit button background image through CSS - Safari

2006-11-09 Thread Philippe Wittenbergh
On Nov 10, 2006, at 10:08 AM, Stephan Wehner wrote: > With HTML like this > > > > and CSS like this > > .submit { > background-image: url(login.png); > width: 62px; > height: 25px; > text-indent: -999em; > border: none; > } > > I find it displays well in Firefox 2.0 and IE 6. > > But

Re: [css-d] Form submit button background image through CSS - Safari

2006-11-09 Thread Rob O'Rourke
Stephan Wehner wrote: > With HTML like this > > > > and CSS like this > > .submit { > background-image: url(login.png); > width: 62px; > height: 25px; > text-indent: -999em; > border: none; > } > > I find it displays well in Firefox 2.0 and IE 6. > > But not in Safari 2.0.4 > > > Any hi

[css-d] Form submit button background image through CSS - Safari

2006-11-09 Thread Stephan Wehner
With HTML like this and CSS like this .submit { background-image: url(login.png); width: 62px; height: 25px; text-indent: -999em; border: none; } I find it displays well in Firefox 2.0 and IE 6. But not in Safari 2.0.4 Any hints? Also, if I add a value='Login' I don't know how t