On Nov 9, 2006, at 5:08 PM, 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
>
>
>
Hi Stephan, use this instead:


.submit {
        width 62px
        height: 25px;
        border: none;
        }

and the markup
<input type="image" src="login.png" alt="ready to login"  
class="submit"  value="" />

regards,

tee

______________________________________________________________________
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