Pages

Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Thursday, September 20, 2012

Simple Slide Panel Using Jquery and CSS

This tutorial helps to create simple slide panel using Jquery and CSS.
Here is the sample HTML Code.

HTML Code:


<!doctype html>
<html>
<head>
<style></style>
<script></script>
</head>
<body>
<div id="panel">
<img style="float:left; "src="welcome-to-my-blog.jpg" align="center" height="100%"/>
< br/><br/>
<p><i><h1>Put your own content here</h1></i></p>
</div>
<p class="slide"><a href="#" class="btn-slide">Slide Panel</a></p>
</body>
</html>