View Single Post
Old 01-17-2014, 02:08 AM   #11
unboggling
Wizard
unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.unboggling ought to be getting tired of karma fortunes by now.
 
Posts: 1,065
Karma: 858115
Join Date: Jan 2011
Device: Kobo Clara, Kindle Paperwhite 10
Quote:
Originally Posted by Jimmy-Jim View Post
This seems to work for IE:
Code:
#f262 > table > tbody > tr > td:nth-child(3) {
    width: 36px !important;
    height: 36px !important;
    background: url("https://www2.mobileread.com/i/mr/misc/f-235.png") center left no-repeat !important;
}

img[src="https://www2.mobileread.com/i/mr/misc/f-262.png"] {
    visibility: hidden !important;
}
It hides the broken image element and places the background image in the table cell.

Not sure how well that will work in Safari, if at all.
Thanks, Jimmy-Jim. That works great for Safari.

((Edit)) for Mac users: I copied that, pasted it into new file in TextEdit, saved with filename "MRuserstylesheet.css", then pointed Safari at that file in Safari > Preferences > Advanced > Style Sheet menu button.

Last edited by unboggling; 01-21-2014 at 01:18 AM. Reason: Prepended MR to filename userstylesheet.css
unboggling is offline   Reply With Quote