<html>
<head>
<title>Magic Zoom: CSS styling</title>
<!-- link to magiczoom.css file -->
<link href="magiczoom.css" rel="stylesheet" type="text/css" media="screen"/>
<!-- link to magiczoom.js file -->
<script src="magiczoom.js" type="text/javascript"></script>
<style type="text/css">
/* Styles for zoom pup window (that one what move with mouse above small image) */
.MagicZoomPup {
background: #90a8d6;
border: 1px solid #022e6f;
}
/* Styles for header on large zoom window */
.MagicZoomHeader {
background: #90a8d6;
font-size: 12px;
}
/* Styles for large zoom window */
.MagicZoomBigImageCont {
border: 1px solid #90a8d6;
}
</style>
</head>
<body>
<p>CSS changed to show blue hover and blue title background. Title position set to bottom</p>
<!-- define Magic Zoom -->
<a href="images/r1-blue-3.jpg" class="MagicZoom" rel="show-title: bottom" title="Blue Yamaha YZF-R1"><img src="images/r1-blue-2.jpg"/></a>
</body>
</html>