
Get Fun with CSS

<html>
<head>
<title>L CSS-27</title>
<style>
#none{width:150px;
background:#0099CC;
padding:10px 10px 10px 30px;}
#none:hover{display:none;}
</style>
</head>
<body>
<h2>www.seo-supports.blogspot.com</h2>
<div id="none">
<h2>If you can ClickHere</h2>
</div>
</body>
</html>
When you cursor move on the text it will be vanished....
L CSS-27
#none{width:150px;
background:#0099CC;
padding:10px 10px 10px 30px;}
#none:hover{display:none;}
www.seo-supports.blo
Labels:
Tutorial
JQuery Slideshow Tutorial-P2
Labels:
SEO Tips n Tricks,
Tutorial
JQuery Slideshow Tutorial

Today I'm going to take you through a simple jQuery slideshow and by going through the process step by step, hopefully show you just how easy it is to come up with an idea and achieve it with jQuery.
Let's start with the
HTML.
<div
id="slideshow">
<div id="slideshowWindow">
<div class="slide">
<img src="slide1.jpg"
/>
</div><!--/slide-->
&nbs
Labels:
SEO Tips n Tricks,
Tutorial