This tutorial helps to create simple slide panel using Jquery and CSS.
Here is the sample HTML Code.
HTML Code:
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>