Web Design Forum: Script Type Issue - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Script Type Issue

#1 User is offline   sammyk 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 13
  • Joined: 04-January 12
  • Reputation: 0

Posted 13 January 2012 - 10:07 PM

Hey, I'm creating a website and I have a script type with sliders and other script types for a light box. Depending one where I put my script type lines only one plugin will work. If i put the first three script type lines last, it will work but if i put it first only the slider will work. Is there a way to initiate both features at the same time. Please and thank you.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>Untitled Document</title>
	<link href="style.css" rel="stylesheet" type="text/css" />
	<link href="dropdown-nav.css" media="screen" rel="stylesheet" type="text/css" />
        <link rel="stylesheet" href="css/style1.css" type="text/css" media="screen"/>
        <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />

	<script type="text/javascript" src="js/prototype.js"></script>
	<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
	<script type="text/javascript" src="js/lightbox.js"></script>

       <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
	<script src="js/cufon-yui.js" type="text/javascript"></script>
	<script src="js/Liberation_Sans.font.js" type="text/javascript"></script>
	<script type="text/javascript">
			Cufon.replace('span');
			Cufon.replace('li');
			Cufon.replace('h1');
			Cufon.replace('p');
	</script>


<style>
		body{
			background: #000 url(floral.jpg)  fixed no-repeat;
			-moz-background-size: cover;
			background-size:cover;
		}
		span.reference{
			font-family:Arial;
			text-transform:uppercase;
			position:fixed;
			right:95px;
			bottom:10px;
			font-size:11px;
			text-shadow:1px 1px 1px #000;
		}
		span.reference a{
			color:#aaa;
			text-decoration:none;
			margin-right:20px;
		}
		span.reference a:hover{
			color:#ddd;
		}
</style>
</head>

<body>


<div id="header"><img src="Logo4.png" height="110" />

       
    <ul id="navigation" class="nav-main" style="top: 135px; left: 305px; position: absolute;">
	<li><a href="http://www.psdgraphics.com/">Home</a></li>
    
    <li class="list"><a href="#">News</a>
	<ul class="nav-sub">
    	<li><a href="http://www.psdgraphics.com/category/backgrounds/">Backgrounds</a></li>
		<li><a href="http://www.psdgraphics.com/category/buttons/">Buttons</a></li>
		<li><a href="http://www.psdgraphics.com/category/graphics/">Graphics</a></li>
		<li><a href="http://www.psdgraphics.com/category/html-css/">HTML & CSS</a></li>
		<li><a href="http://www.psdgraphics.com/category/icons/">Icons</a></li>
		<li><a href="http://www.psdgraphics.com/category/psd/">PSD</a></li>
		<li><a href="http://www.psdgraphics.com/category/templates/">Templates</a></li>
		<li><a href="http://www.psdgraphics.com/category/tutorials/">Tutorials</a></li>    
	</ul>
	</li>

    <li><a href="http://www.psdgraphics.com/advertise/">Gallery</a></li>
    <li><a href="http://www.psdgraphics.com/contact/">Products</a></li>
    
    <li class="list"><a href="#">About</a>
	<ul class="nav-sub">
    <li><a href="http://www.psdgraphics.com/about/">About PSDGraphics</a></li>
 		<li><a href="http://www.psdgraphics.com/commercial-use/">Commercial Use</a></li>
		<li><a href="http://www.psdgraphics.com/about/terms-of-use/">Terms Of Use</a></li>
	</ul>
	</li>
    
    <li><a href="http://www.psdgraphics.com/contact/">Contact Us</a></li>    

</ul>
</div>

<div id="page-wrap">


    
  <div id="inside"> 
		
    <div id="main-content">

<div id="cc_menu" class="cc_menu">
			<div class="cc_item" style="z-index:5;">
				
				<span class="cc_title">Collection</span>
				<div class="cc_submenu">
					<ul>
						<li class="cc_content_1">Winter 2010</li>
						<li class="cc_content_2">Spring 2011</li>
					</ul>
				</div>
			</div>
			<div class="cc_item" style="z-index:4;">
				
				<span class="cc_title">Stores</span>
				<div class="cc_submenu">
					<ul>
						<li class="cc_content_3">Milano</li>
						<li class="cc_content_4">Paris</li>
						<li class="cc_content_5">New York</li>
						<li class="cc_content_6">Miami</li>
					</ul>
				</div>
			</div>
			<div class="cc_item" style="z-index:3;">
				
				<span class="cc_title">About</span>
				<div class="cc_submenu">
					<ul>
						<li class="cc_content_7">About us</li>
						<li class="cc_content_8">Our Philosophy</li>
					</ul>
				</div>
			</div>
			<div class="cc_item" style="z-index:2;">
				
				<span class="cc_title">Events</span>
				<div class="cc_submenu">
					<ul>
						<li class="cc_content_9">Bacardi Summer Party</li>
						<li class="cc_content_10">Lonestyle Auction</li>
					</ul>
				</div>
			</div>
			<div class="cc_item" style="z-index:1;">
				
				<span class="cc_title">Contact</span>
				<div class="cc_submenu">
					<ul>
						<li class="cc_content_11">Custom Orders</li>
						<li class="cc_content_12">Get in touch</li>
					</ul>
				</div>
			</div>
			<div id="cc_content" class="cc_content">
				<span id="cc_back" class="cc_back">&lt;&lt; Go back</span>
				<div class="cc_content_1">
					<h1>Winter 2010</h1>
					<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
				</div>
				<div class="cc_content_2">
				  <h1>Spring 2011</h1>
					<p>It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen.</p>
				</div>
				<div class="cc_content_3">
					<h1>Milano</h1>
					<p>She packed her seven versalia, put her initial into the belt and made herself on the way. When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek</p>
				</div>
				<div class="cc_content_4">
					<h1>Paris</h1>
					<p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment. </p>
				</div>
				<div class="cc_content_5">
					<h1>New York</h1>
					<p>It wasn't a dream. His room, a proper human room although a little too small, lay peacefully between its four familiar walls. A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame.</p>
				</div>
				<div class="cc_content_6">
					<h1>Miami</h1>
					<p>It wasn't a dream. His room, a proper human room although a little too small, lay peacefully between its four familiar walls. A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame.</p>
				</div>
				<div class="cc_content_7">
					<h1>About us</h1>
					<p>It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather.</p>
				</div>
				<div class="cc_content_8">
					<h1>Our Philosophy</h1>
					<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents.</p>
				</div>
				<div class="cc_content_9">
					<h1>Bacardi Summer Party</h1>
					<p>I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now. When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth</p>
				</div>
				<div class="cc_content_10">
					<h1>Lonestyle Auction</h1>
					<p>To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure? On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire</p>
				</div>
				<div class="cc_content_11">
					<h1>Custom Orders</h1>
					<p>Winter collection</p>
				</div>
				<div class="cc_content_12">
					<h1>Get in touch</h1>
					<p>Winter collection</p>
				</div>
			</div>
		</div>
<p><a href="images/photo.jpg" rel="lightbox"><img src="images/Logo3.png" width="526" height="171" border="0" /></a> </p>
<p><a href="images/pic2.jpg" rel="lightbox"><img src="images/pic1.jpg" width="256" height="200" border="0" /></a></p>
    </div>

		<div id="footer">

	</div>
  </div>

</div>

 <!-- The JavaScript -->
        <script type="text/javascript">
            $(function() {
				//all the menu items
				var $items 		= $('#cc_menu .cc_item');
				//number of menu items
				var cnt_items	= $items.length;
				//if menu is expanded then folded is true
				var folded		= false;
				//timeout to trigger the mouseenter event on the menu items
				var menu_time;
				/**
				bind the mouseenter, mouseleave to each item:
				- shows / hides image and submenu
				bind the click event to the list elements (submenu):
				- hides all items except the clicked one, 
				and shows the content for that item
				*/
				$items.unbind('mouseenter')
					  .bind('mouseenter',m_enter)
				      .unbind('mouseleave')
					  .bind('mouseleave',m_leave)
					  .find('.cc_submenu > ul > li')
					  .bind('click',function(){
					var $li_e = $(this);
						  //if the menu is already folded,
						  //just replace the content
					if(folded){
						hideContent();
						showContent($li_e.attr('class'));
					}	
					      else //fold and show the content
						fold($li_e);
				});
				
				/**
				mouseenter function for the items
				the timeout is used to prevent this event 
				to trigger if the user moves the mouse with 
				a considerable speed through the menu items
				*/
				function m_enter(){
					var $this 	= $(this);
					clearTimeout(menu_time);
					menu_time 	= setTimeout(function(){
					//img
					//$this.find('img').stop().animate({'top':'0px'},400);
					//cc_submenu ul
					$this.find('.cc_submenu > ul').stop().animate({'height':'200px'},400);
					},200);
				}
				
				//mouseleave function for the items
				function m_leave(){
					var $this = $(this);
					clearTimeout(menu_time);
					//img
					//$this.find('img').stop().animate({'top':'-800px'},400);
					//cc_submenu ul
					$this.find('.cc_submenu > ul').stop().animate({'height':'0px'},400);
				}
				
				//back to menu button - unfolds the menu
				$('#cc_back').bind('click',unfold);
				
				/**
				hides all the menu items except the clicked one
				after that, the content is shown
				*/
				function fold($li_e){
					var $item		= $li_e.closest('.cc_item');
					
					var d = 100;
					var step = 0;
					$items.unbind('mouseenter mouseleave');
					$items.not($item).each(function(){
						var $item = $(this);
						$item.stop().animate({
							'marginLeft':'-2200px'
						},d += 200,function(){
							++step;
							if(step == cnt_items-1){
								folded = true;
								showContent($li_e.attr('class'));
							}	
						});
					});
				}
				
				/**
				shows all the menu items 
				also hides any item's image / submenu 
				that might be displayed
				*/
				function unfold(){
					$('#cc_content').stop().animate({'left':'-2500px'},600,function(){
						var d = 100;
						var step = 0;
					$items.each(function(){
							var $item = $(this);
							
							$item.find('img')
								 .stop()
								 .animate({'top':'-800px'},200)
								 .andSelf()
								 .find('.cc_submenu > ul')
								 .stop()
								 .animate({'height':'0px'},200);
								 
							$item.stop().animate({
							'marginLeft':'0px'
							},d += 200,function(){
								++step;
								if(step == cnt_items-1){
									folded = false;
									$items.unbind('mouseenter')
										  .bind('mouseenter',m_enter)
										  .unbind('mouseleave')
										  .bind('mouseleave',m_leave);
									
									hideContent();
								}		  
							});
						});
					});
				}
				
				//function to show the content
				function showContent(idx){
					$('#cc_content').stop().animate({'left':'140px'},200,function(){
						$(this).find('.'+idx).fadeIn();
					});
				}
				
				//function to hide the content
				function hideContent(){
					$('#cc_content').find('div').hide();
				}
            });
        </script>

</body>
</html>

0

#2 User is offline   Samus 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 367
  • Joined: 05-August 11
  • Reputation: 27
  • Gender:Male
  • Location:Hackney, London, UK
  • Experience:Intermediate
  • Area of Expertise:Web Developer

Posted 14 January 2012 - 12:27 PM

Using 3 javascript libraries? Hmmm..
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users