Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-12-2011, 06:54 PM   PM User | #1
Ty44ler
New Coder

 
Join Date: Feb 2008
Posts: 57
Thanks: 8
Thanked 0 Times in 0 Posts
Ty44ler is an unknown quantity at this point
Question Sliding menu

I'm trying to make this menu go up and down when the arrows are clicked. Right now, it shows all of them and I can't figure out how to make it so that it only shows the first 9 and will show the rest in the menu when it's clicked.

I really don't know where to start. I found some scripts but they turned out really funky. Even if it's something super simple is cool, just where to begin??

Here is the menu:
Code:
<div class="arrow_holder"><span onclick="document.getElementById('down').display = 'none'; document.getElementById('up').display = 'block';" ><img src="images/arrow-up.png" alt="" border="0" /></span></div>
      
//video1	
<div class="portfolio_details" onclick="change_video(1);">
                <div class="work_thumb"><img src="images/12.jpg" alt="" border="0" /></div>
                <div class="work_name"><a href="#"><strong>12 FL OZ</strong><br />Narrative / Television</a></div>
            </div>
//video2           
 <div class="portfolio_details" onclick="change_video(2);">
                <div class="work_thumb"><img src="images/catch.jpg" alt="" border="0" /></div>
                <div class="work_name"><a href="#"><strong>THE CATCH: COSTA RICA</strong><br />Narrative / Television</a></div>
            </div>

//video3
       <div class="portfolio_details" onclick="change_video(3);">
                <div class="work_thumb"><img src="images/cole.jpg" alt="" border="0" /></div>
     <div class="work_name"><a href="#"><strong>COLE PETTICOAT P.I.</strong><br />Narrative / Television</a></div>
            </div>
           
//video4
 <div class="portfolio_details" onclick="change_video(4);">
                <div class="work_thumb"><img src="images/mayan_thumb.jpg" alt="" border="0" /></div>          
 <div class="work_name"><a href="#"><strong>MAYAN BLUE</strong><br />Documentary</a></div>
            </div>
           
//video5
<div class="portfolio_details" onclick="change_video(5);">
                <div class="work_thumb"><img src="images/marine.jpg" alt="" border="0" /></div>
<div class="work_name"><a href="#"><strong>MARINE INVESTIGATORS</strong><br />Documentary</a></div>
            </div>

//video6
<div class="portfolio_details" onclick="change_video(6);">
                <div class="work_thumb"><img src="images/police.jpg" alt="" border="0" /></div>             
<div class="work_name"><a href="#"><strong>DISH POLICE</strong><br />Commercial</a></div>
            </div>

//video7
<div class="portfolio_details" onclick="change_video(7);">
                <div class="work_thumb"><img src="images/septic.jpg" alt="" border="0" /></div>
<div class="work_name"><a href="#"><strong>SUPER SEPTIC MIKE ROBE</strong><br />Commercial</a></div>
            </div>

//video8
<div class="portfolio_details" onclick="change_video(8);">
                <div class="work_thumb"><img src="images/adultswim.jpg" alt="" border="0" /></div>
                <div class="work_name"><a href="#"><strong>ADULT SWIM - HAIKU</strong><br />Commercial</a></div>
            </div>
	
//video9
<div class="portfolio_details" onclick="change_video(9);">
                <div class="work_thumb"><img src="images/miller.jpg" alt="" border="0" /></div>
                <div class="work_name"><a href="#"><strong>MILLER LITE / FALCONS</strong><br />Commercial</a></div>
            </div>		

//video10
<div class="portfolio_details" onclick="change_video(10);">
                <div class="work_thumb"><img src="images/trulite.jpg" alt="" border="0" /></div>
                <div class="work_name"><a href="#"><strong>TRUCLEAR HD PLUS</strong><br />Commercial</a></div>
            </div>

//video11
<div class="portfolio_details" onclick="change_video(11);">
                <div class="work_thumb"><img src="images/tara.jpg" alt="" border="0" /></div>
                <div class="work_name"><a href="#"><strong>TARA JEWELRY</strong><br />Commercial</a></div>
            </div>

//video12
<div class="portfolio_details" onclick="change_video(12);">
                <div class="work_thumb"><img src="images/boomerang.jpg" alt="" border="0" /></div>
                <div class="work_name"><a href="#"><strong>BOOMERANG VAMPIRES</strong><br />Commercial</a></div>
            </div>

video13
<div class="portfolio_details" onclick="change_video(13);">
                <div class="work_thumb"><img src="images/gapower.jpg" alt="" border="0" /></div>
                <div class="work_name"><a href="#"><strong>GA POWER FALCONS</strong><br />Commercial</a></div>
			</div>

		<div class="arrow_holder"><span onclick="document.getElementById('up').display = 'none'; document.getElementById('down').display = 'block';" ><img src="images/arrow-down.png" alt="" border="0" /></span></div>
		</div>
Ty44ler is offline   Reply With Quote
Old 12-12-2011, 07:15 PM   PM User | #2
embeebutterly
New Coder

 
Join Date: Jan 2011
Posts: 64
Thanks: 7
Thanked 0 Times in 0 Posts
embeebutterly is an unknown quantity at this point
can i see this in action, do you have a link?
embeebutterly is offline   Reply With Quote
Old 12-12-2011, 09:40 PM   PM User | #3
Ty44ler
New Coder

 
Join Date: Feb 2008
Posts: 57
Thanks: 8
Thanked 0 Times in 0 Posts
Ty44ler is an unknown quantity at this point
There really is no action yet. I keep trying things, but keep deleting it to start from a clean slate.

Here's the page though: http://www.tylereadams.com/standoff/Work.php
Ty44ler is offline   Reply With Quote
Reply

Bookmarks

Tags
menu, sliding, vertical

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:57 PM.


Advertisement
Log in to turn off these ads.