Allow drag and drop images?
![]() ![]() |
Is it possible to consider adding a feature to this script to just generally hack the css and/or html so that a user can simply drag a single images out of the browser while viewing them? Sometimes I just want to pull out a page, and it would be nice if the script did require one to run through the whole book in order to allow that one page to be downloaded. I would like this not only to save time, but also because google seems to figure out how many pages have been viewed when this script runs, so it would be nice if one could just scroll down to a given page and grab it. I saw an old css hack that tried to do this by change the stylesheet. It doesn't seem to work anymore, but someone who knew something more about how to override css than I might be able to use it. Here's the code. .html_page.image
img[src="images/cleardot.gif"] {
img[src=" } |

