I'm looking for a certain type of JQuery or coding for something I'd like to do on my website. Bear with me as I attempt to explain what I'm looking for.
I'm looking for a way to allow customers to click on an image, the image opens (like jquery lightbox) and a small slideshow associated with that image can be displayed. Pretty much like combining jquery lightbox with a jquery slider.
If anyone has any ideas or suggestions I'd greatly appreciate it.
Thanks for the reference! I installed in onto my site, but I've run into an issue maybe you would know how to fix. Or anyone. Installing the files went fine, nothing missing (for example 4 by the way) But, for some strange reason, when I click on the thumbnail image to expand, the colorbox images (corners borders ect) are all to the left except for the bottom and top border and the image wont appear. Any idea?
/***********************************************
* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<script type="text/javascript">
ddsmoothmenu.init({
mainmenuid: "menu", //menu DIV id
orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'ddsmoothmenu', //class added to menu's outer DIV
//customtheme: ["#1c5a80", "#18374a"],
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
/*
User Style:
Change the following styles to modify the appearance of ColorBox. They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
#cboxTopLeft{width:25px; height:25px; background:url('Beauty Images/Portfoilio/border1.png') no-repeat 0 0;}
#cboxTopCenter{height:25px; background:url('Beauty Images/Portfoilio/border1.png') repeat-x 0 -50px;}
#cboxTopRight{width:25px; height:25px; background:url('Beauty Images/Portfoilio/border1.png') no-repeat -25px 0;}
#cboxBottomLeft{width:25px; height:25px; background:url('Beauty Images/Portfoilio/border1.png') no-repeat 0 -25px;}
#cboxBottomCenter{height:25px; background:url('Beauty Images/Portfoilio/border1.png') repeat-x 0 -75px;}
#cboxBottomRight{width:25px; height:25px; background:url('Beauty Images/Portfoilio/border1.png') no-repeat -25px -25px;}
#cboxMiddleLeft{width:25px; background:url('Beauty Images/Portfoilio/border2.png') repeat-y 0 0;}
#cboxMiddleRight{width:25px; background:url('Beauty Images/Portfoilio/border2.png') repeat-y -25px 0;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:20px;}
#cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
#cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
#cboxLoadingOverlay{background:#fff url('Beauty Images/Portfoilio/loading.gif') no-repeat 5px 5px;}
#cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}
/*
The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to or needed in IE9.
See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
filter: progidXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/*
The following provides PNG transparency support for IE6
Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url('Beauty Images/Portfoilio/IE6/borderTopLeft.png');}
.cboxIE6 #cboxTopCenter{background:url('Beauty Images/Portfoilio/IE6/borderTopCenter.png');}
.cboxIE6 #cboxTopRight{background:url('Beauty Images/Portfoilio/IE6/borderTopRight.png');}
.cboxIE6 #cboxBottomLeft{background:url('Beauty Images/Portfoilio/IE6/borderBottomLeft.png');}
.cboxIE6 #cboxBottomCenter{background:url('Beauty Images/Portfoilio/IE6/borderBottomCenter.png');}
.cboxIE6 #cboxBottomRight{background:url('Beauty Images/Portfoilio/IE6/borderBottomRight.png');}
.cboxIE6 #cboxMiddleLeft{background:url('Beauty Images/Portfoilio/IE6/borderMiddleLeft.png');}
.cboxIE6 #cboxMiddleRight{background:url('Beauty Images/Portfoilio/IE6/borderMiddleRight.png');}
Bookmarks