Library linking (Yahoo CSS and jQuery JS)
Copy this code and paste it in your HTML
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/reset/reset-min.css" /> <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/base/base-min.css">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<!-- Or the latest from jquery server -->
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
Report this snippet