简体   繁体   中英

Sharethis button image

See http://www.tuxx.nl/internationaal/vliegafstanden/internationaal/ . Now scroll down and you see a button bar and one button with Doorsturen on it. Now, it works fine in Chrome, Firefox, but in Internet Explorer 8 you can see an e-mail icon. I looked where it came from and I saw that Sharethis automatically puts an image inside the button. I tried to get rid of that, but that didn't work. How can I remove this image/icon?

Use firebug to see if it has classes and use css to hide it with display:none;

If it does not have any class/id you could try to catch it with css selector img[src="/*YOUR IMAGE SRC*/"

To better help you I need to see some code ;)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM