refactored experimental code...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2012-08-14 22:05:05 +04:00
parent e49ea1567c
commit 861240cd47
4 changed files with 15 additions and 13 deletions

View File

@ -14,7 +14,7 @@ Goals:
-->
<script src="jquery.js"></script>
<script src="../jquery.js"></script>
<script>
$(document).ready(function(){

View File

@ -16,7 +16,7 @@ Goals:
-->
<script src="jquery.js"></script>
<script src="../jquery.js"></script>
<script>
$(document).ready(function(){

View File

@ -12,12 +12,13 @@ XXX zoom animation is odd...
-->
<link rel="stylesheet" href="markers.css">
<link rel="stylesheet" href="../markers.css">
<script src="jquery.js"></script>
<script src="jquery-ui-1.8.22.custom.min.js"></script>
<script src="markers.js"></script>
<script src="ui.js"></script>
<script src="../jquery.js"></script>
<script src="../jquery-ui-1.8.22.custom.min.js"></script>
<script src="../markers.js"></script>
<script src="../ui.js"></script>
<script src="../gallery-prototype.js"></script>
<script>
@ -143,7 +144,7 @@ function imageClick(){
.pic {
background: no-repeat 50% black;
background-size: contain;
background-image: url(images/350px/DSC_3501.jpg);
background-image: url(../images/350px/DSC_3501.jpg);
}
.current.image {

View File

@ -12,11 +12,12 @@ XXX zoom animation is odd...
-->
<link rel="stylesheet" href="markers.css">
<link rel="stylesheet" href="../markers.css">
<script src="jquery.js"></script>
<script src="markers.js"></script>
<script src="ui.js"></script>
<script src="../jquery.js"></script>
<script src="../markers.js"></script>
<script src="../ui.js"></script>
<script src="../gallery-prototype.js"></script>
<script>
@ -138,7 +139,7 @@ function imageClick(){
.pic {
background: no-repeat 50% black;
background-size: contain;
background-image: url(images/350px/DSC_3501.jpg);
background-image: url(../images/350px/DSC_3501.jpg);
}
.current.image {