Jump to content

[SOLVED] Icons not showing in IE


simcoweb

Recommended Posts

I’m having trouble with the icons showing in IE. This works great in FF, however. I’m wondering if IE needs a specific doc type statement or if there’s another reason why these won’t show? I'm using the CSS selectors which I snagged from a blog site and the icons were visible in IE. Here's my code. This provides an icon for every PDF file.

 

a[href$=.pdf] {

display:inline-block;

padding-left: 32px;

padding-top: 5px;

background: transparent url(/images/pdf_icon.gif) no-repeat center left;

}

 

On this page: http://www.calcounties.com/buyer-seller.php

 

The icons show in FF but not IE. Ideas on this?

Link to comment
https://forums.phpfreaks.com/topic/129349-solved-icons-not-showing-in-ie/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.