Untitled document
Use FancyBox
Download the fancybox library:
http://fancybox.net/
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script src="fbox/jquery.fancybox-1.3.4.pack.js" type="text/javascript"></script>
<link href="fbox/jquery.fancybox-1.3.4.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
$(document).ready(function () {
$("a#small_Img").fancybox();
});
</script>
<a id="small_Img" href="1.bmp">
<img src="1.bmp" height="100px" width="150px" alt="" /></a>