
asdf
By: a guest on
Jul 29th, 2012 | syntax:
JavaScript | size: 0.99 KB | hits: 16 | expires: Never
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="reset.css" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="tipTip.css type="text/css">
</head>
<body>
<script type="text/javascript" src="jquery.tipTip.minified.js"></script>
<div class="suite-photo">
<div class="prev-suite"></div>
<div class="wrapper-photo photo01 class" title="Кот на луне"></div>
<div class="wrapper-photo photo02"></div>
<div class="wrapper-photo photo03"></div>
<div class="wrapper-photo photo04"></div>
<div class="wrapper-photo photo05"></div>
<div class="wrapper-photo photo06"></div>
<div class="wrapper-photo photo07"></div>
<div class="next-suite"></div>
</div>
<script>
$(function(){
$(".class").tipTip();
});
</script>
</body>