Mobile app version of vmapp.org
Login or Join
Berryessa370

: IE color: transparent; question I'm working on a project where I have to override both embedded styles and primary style sheets in order to change a design. I've got everything working in all

@Berryessa370

Posted in: #Css #Transparency

I'm working on a project where I have to override both embedded styles and primary style sheets in order to change a design. I've got everything working in all the main browsers/versions except for a submit button where the client wants a specific image for the button. I'm using background url to bring in the image, but there is "submit" text in the html that can't be removed from the template because we don't have access. I set color to transparent but it still displays text over the button in IE is there any way to remove this text via css?

Thanks in advance for any help.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Berryessa370

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sherry384

You could try giving the button a `text-indent: -9999px'

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme