Current location: Hot Scripts Forums » General Web Coding » JavaScript » ligthbox and Slider


ligthbox and Slider

Reply
  #1 (permalink)  
Old 10-23-11, 11:00 AM
williamh26 williamh26 is offline
Wannabe Coder
 
Join Date: Jul 2010
Posts: 132
Thanks: 2
Thanked 0 Times in 0 Posts
ligthbox and Slider

Hi guy i have this problem i have a Lightbox and a Slider to work in the same page but when the lightbox works slider doesnot, and vice verse. this is my code. Thank for your help
PHP Code:



<head>

<!--
Youtube show-->
<
link rel="stylesheet" href="youtube/css/videobox.css" type="text/css" media="screen" />
<
script type="text/javascript" src="youtube/js/mootools.js"></script>
<script type="text/javascript" src="youtube/js/swfobject.js"></script>
<script type="text/javascript" src="youtube/js/videobox.js"></script>

<!--Slider-->

<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/timothy.js"></script>
<script type="text/javascript" src="js/slider.js"></script>
<script type="text/javascript" language="javascript">
        $(document).ready(function(){
        $(document).bind("contextmenu",function(e){
            return false;
        });
        });
    </script> <!--This script disables the right click menu on your site-->
    <script type="text/javascript" language="javascript">
        $(document).ready(function(){
        $(document).bind("contextmenu",function(e){
            return false;
        });
        });
    </script><link href="css/styles.css" rel="stylesheet" type="text/css" media="screen">
    <link href="css/print.css" rel="stylesheet" type="text/css" media="print">
    <link href="css/slider.css" rel="stylesheet" type="text/css" media="screen">
    <script type="text/javascript">  // This is the script for the banner slider
        $(document).ready(function() {
            $('#slider').s3Slider({
                timeOut: 3000
            });
        });
    </script> 
Reply With Quote
  #2 (permalink)  
Old 11-05-11, 06:15 AM
kshirin kshirin is offline
Newbie Coder
 
Join Date: May 2011
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
I came across a jquery lightbox script here.

Jquery Lightbox Effect | Image overlay Script

It seems to work fine. Both the scroll and lightbox works. Have a look. This script is for free,. You can download it and try using it.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT -5. The time now is 02:05 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.