Hello all!
I am starting a new series of posts related to making your .net (or any) website more stylish. The main purpose of these topics are to upgrade usability of your site.
Before we get started I need you to download JQuery library. You can download from http://jquery.com.
You can follow set up instruction here at http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery#Setup
Basically you download the .js file and drag it to some directory of your website. And add following code to header of the page.
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<script src="jscript/jquery-1.3.2.js" type="text/javascript"></script>
</head>
OK, now we are ready to start, let's get started.