Lightbox help!
Posted: Tue May 07, 2013 1:27 pm
Hi Michael,
I can't seem to locate the proper lightbox instruction from class so I am trying to go it via demos online. I can't seem to get it to work! Can you check my code for me? What the heck am I missing?! Also, is there some way to to have one thumbnail image which opens to a lightbox with multiple images on a scroll or arrow? So, one main link image and then I have 8 to scroll through.
If you can locate the working class lightbox file, I would love that! the index I try to open in the working graphics folder, "Michael's Modified Lightbox" won't open for me!
Thanks for your help. Code below.
Donna
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<meta charset="utf-8">
<title>Student Gallery</title>
<link href="css/program_overview.css" rel="stylesheet" type="text/css">
<style type="text/css">
a:link {
color: #FFF;
}
a:visited {
color: #FFFFFF;
}
a:hover {
color: #A44415;
}
a:active {
color: #A44415;
font-weight: bold;
}
</style>
</head>
<body>
<div class="top_banner"></div>
<div class="navigation_bar">
<div class="navigation_links">
<p>Home <a href="program_overview.html">Program</a> <a href="classes.html" target="_blank">Classes</a> <a href="degrees.html" target="_blank">Degrees</a> Instructors Gallery
</div><!--end of navigation links-->
</div><!--end of navigation bar-->
<div class="gallery_container">
<div class="enter_button"><a href="images/gallery_work_0.jpg" rel= "lightbox"><img src="images/EnterButton.gif" width="250" height="204" alt="enter gallery here"></a></div>
</div>
<div class="footer_image_instructor
"><img src="images/tmcc_white.png" width="100" height="31" alt="tmcc"></div><br>
<div class="footer_information_instructor">Truckee Meadows Community College • 7000 Dandini Boulevard • Reno NV 89512-3999<br>
Information: 775-673-7000 </div>
</div><!--end of container-->
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="scripts/jquery-ui-1.8.18.custom.min.js"></script>
<script src="scripts/jquery.smooth-scroll.min.js"></script>
<script src="scripts/lightbox.js"></script>
</body>
</html>
I can't seem to locate the proper lightbox instruction from class so I am trying to go it via demos online. I can't seem to get it to work! Can you check my code for me? What the heck am I missing?! Also, is there some way to to have one thumbnail image which opens to a lightbox with multiple images on a scroll or arrow? So, one main link image and then I have 8 to scroll through.
If you can locate the working class lightbox file, I would love that! the index I try to open in the working graphics folder, "Michael's Modified Lightbox" won't open for me!
Thanks for your help. Code below.
Donna
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<meta charset="utf-8">
<title>Student Gallery</title>
<link href="css/program_overview.css" rel="stylesheet" type="text/css">
<style type="text/css">
a:link {
color: #FFF;
}
a:visited {
color: #FFFFFF;
}
a:hover {
color: #A44415;
}
a:active {
color: #A44415;
font-weight: bold;
}
</style>
</head>
<body>
<div class="top_banner"></div>
<div class="navigation_bar">
<div class="navigation_links">
<p>Home <a href="program_overview.html">Program</a> <a href="classes.html" target="_blank">Classes</a> <a href="degrees.html" target="_blank">Degrees</a> Instructors Gallery
</div><!--end of navigation links-->
</div><!--end of navigation bar-->
<div class="gallery_container">
<div class="enter_button"><a href="images/gallery_work_0.jpg" rel= "lightbox"><img src="images/EnterButton.gif" width="250" height="204" alt="enter gallery here"></a></div>
</div>
<div class="footer_image_instructor
"><img src="images/tmcc_white.png" width="100" height="31" alt="tmcc"></div><br>
<div class="footer_information_instructor">Truckee Meadows Community College • 7000 Dandini Boulevard • Reno NV 89512-3999<br>
Information: 775-673-7000 </div>
</div><!--end of container-->
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="scripts/jquery-ui-1.8.18.custom.min.js"></script>
<script src="scripts/jquery.smooth-scroll.min.js"></script>
<script src="scripts/lightbox.js"></script>
</body>
</html>