I have in the past wanted to have the cursor look like it was hovering over a link when it was not in fact over an link. As you know, when the cursor is over a link it shows up as a hand. Well, what if you want them to click something that isn’t a link – how do you communicate that it is clickable.
The answer is cursor:hand for Internet Explorer (IE) and cursor:pointer for Mozilla and Netscape (NS).
Here’s the cross browser CSS:
p.pointerhand {
cursor: pointer;
cursor: hand;
}
More information on cursor styles: http://www.quirksmode.org/css/cursor.html
Google Adsense analyzes the content of your page, matches it to their existing advertisers and then displays the advertisements that your visitor might actually be interested in. All you have to do is copy/paste a piece of javascript code into your template. You’ll probably have noticed adsense on this blog underneath certain posts.