Is there a way for CSS to change its properties if there's a value after a "#" in the URL? For example, if I click a link which turns my page from /book.php to /book.php#read, is there a way to make a CSS DIV become visible?
I can probably accomplish this with JavaScript (though it will be a slight pain) but I'm wondering if there's a CSS method which can do this?
Thanks!