
When you move your cursor to the link, the link will becomes Capital letter.
Here's the source:
<STYLE>
a:hover {text-transform:uppercase}
</STYLE>
and here's the example:
This is the same at the above trick. The only thing that is different is it change the link to small letter. If you want to see the example please go here.
<STYLE>
a:hover {text-transform:lowercase}
</STYLE>