Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web


Uppercase & lowercase

Link Change to Uppercase

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:

your link

Link Change to Lowercase

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>