Stephan Wehner wrote:
> With HTML like this
>
> <input  class="submit"  value="" type="submit">
>
> 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 to get that not to
> display in IE.
>
> Stephan
>
>   
You could try a <button type="submit"></button>, the value doesn't show 
up on them because its not a self closing tag. I'm fairly sure anyway.

Rob
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to