Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Search Results Alignment Re: Search Results Alignment

#141139
tannercampbell
Participant

@Waylaid – I had tried that initially but the image that appears is based on the extension of the link:

.searchResults a[href$=’.pdf’] {
padding-left: 25px;
background: transparent url(/resources/images/pdf-search-icon.png) top left no-repeat;
}

.searchResults a[href$=’.fs’] {
padding-left: 25px;
background: transparent url(/resources/images/page-search-icon.png) top left no-repeat;
}

So I can’t span the image, it necessarily needs to be a background image. :(