Panoramic ViewFinder: Código Html
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/jquery.panorama.css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.panorama.js"></script>
<style type="text/css">
body {
background-color: rgba(214,135,39,0.8);
text-align: center;
}
h1 {
position: relative;
top: 100px;
color: white;
margin-bottom: 2em;
font-family: Verdana;
font-weight: normal;
font-size: 25px;
}
#page {
position: relative;
top: 120px;
text-align: center;
color: white;
}
#page a {
color: white;
}
#page .panorama-viewport {
border: 4px solid rgba(255,255,255,1); /* Bordes blancos */
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<h1>Vista panorámica</h1>
<div id="page">
<img src="C:/Escuela2013/Imagenes/panoramaVII.png" class="panorama" width="2642" height="375" />
</div>
</body>
</html>
<head>
<link rel="stylesheet" type="text/css" href="css/jquery.panorama.css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.panorama.js"></script>
<style type="text/css">
body {
background-color: rgba(214,135,39,0.8);
text-align: center;
}
h1 {
position: relative;
top: 100px;
color: white;
margin-bottom: 2em;
font-family: Verdana;
font-weight: normal;
font-size: 25px;
}
#page {
position: relative;
top: 120px;
text-align: center;
color: white;
}
#page a {
color: white;
}
#page .panorama-viewport {
border: 4px solid rgba(255,255,255,1); /* Bordes blancos */
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<h1>Vista panorámica</h1>
<div id="page">
<img src="C:/Escuela2013/Imagenes/panoramaVII.png" class="panorama" width="2642" height="375" />
</div>
</body>
</html>