Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Slide multiple rows at same time within table
Old 10-25-2010, 12:14 PM Slide multiple rows at same time within table
Experienced Talker

Posts: 47
Trades: 0
Hey,
Ive got a table which shows the packages available on my website. I Can currently only show three because then it has filled the width of the page. What i want to do is make it so when an arrow is pressed it makes the rows move to the according way either going back one package or going forwards one package.

The code im using at the moment is:
HTML Code:
        <table class="pricing-table">
          <thead>
            <tr>
              <td style="width: 250px;" class="colfirst"><h3>The<br>Plans<br>Feauters:</h3></td>
              <td style="width: 150px;"><h3>Begginer</h3><br><span class="price">$25</span></td>
              <td style="width: 150px;"><h3>Advanced</h3><br><span class="price">$50</span></td>
              <td style="width: 150px;" class="collast"><h3>Premium</h3><br><span class="price">$100</span></td>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td class="colfirst"><span>Storage space</span></td>
              <td>1000 MB</td>
              <td>2000 MB</td>
              <td class="collast">5000 MB</td>
            </tr>
            <tr>
              <td class="colfirst"><span>Brandwith</span></td>
              <td><img alt="" src="./images/mini-icons/yes.png" class="icon"></td>
              <td><img alt="" src="./images/mini-icons/no.png" class="icon"></td>
              <td class="collast"><img alt="" src="./images/mini-icons/yes.png" class="icon"></td>
            </tr>
            <tr>
              <td class="colfirst"><span>Unlimited views</span></td>
              <td><img alt="" src="./images/mini-icons/yes.png" class="icon"></td>
              <td><img alt="" src="./images/mini-icons/no.png" class="icon"></td>
              <td class="collast"><img alt="" src="./images/mini-icons/yes.png" class="icon"></td>
            </tr>
            <tr>
              <td class="colfirst"><span>Sharing</span></td>
              <td><img alt="" src="./images/mini-icons/yes.png" class="icon"></td>
              <td><img alt="" src="./images/mini-icons/yes.png" class="icon"></td>
              <td class="collast"><img alt="" src="./images/mini-icons/yes.png" class="icon"></td>
            </tr>
            <tr>
              <td class="colfirst"><span>HD enabled</span></td>
              <td><img alt="" src="./images/mini-icons/no.png" class="icon"></td>
              <td><img alt="" src="./images/mini-icons/yes.png" class="icon"></td>
              <td class="collast"><img alt="" src="./images/mini-icons/no.png" class="icon"></td>
            </tr>
            <tr>
              <td class="colfirst"><span>Time tracking</span></td>
              <td><img alt="" src="./images/mini-icons/no.png" class="icon"></td>
              <td><img alt="" src="./images/mini-icons/no.png" class="icon"></td>
              <td class="collast"><img alt="" src="./images/mini-icons/yes.png" class="icon"></td>
            </tr>
            <tr>
              <td class="colfirst"><span>Unlimited views</span></td>
              <td><img alt="" src="./images/mini-icons/no.png" class="icon"></td>
              <td><img alt="" src="./images/mini-icons/yes.png" class="icon"></td>
              <td class="collast"><img alt="" src="./images/mini-icons/yes.png" class="icon"></td>
            </tr>
            <tr>
              <td class="colfirst"><span>Sharing</span></td>
              <td><img alt="" src="./images/mini-icons/no.png" class="icon"></td>
              <td><img alt="" src="./images/mini-icons/yes.png" class="icon"></td>
              <td class="collast"><img alt="" src="./images/mini-icons/yes.png" class="icon"></td>
            </tr>
            <tr>
              <td class="colfirst"><span>HD enabled</span></td>
              <td><img alt="" src="./images/mini-icons/yes.png" class="icon"></td>
              <td><img alt="" src="./images/mini-icons/no.png" class="icon"></td>
              <td class="collast"><img alt="" src="./images/mini-icons/no.png" class="icon"></td>
            </tr>
            <tr>
              <td class="colfirst"><span>Buy now</span></td>
              <td><a href="#" class="big-btn red aligncenter">Order Now !</a></td>
              <td><a href="#" class="big-btn green aligncenter">Order Now !</a></td>
              <td class="collast"><a href="#" class="big-btn blue aligncenter">Order Now !</a></td>
            </tr>
          </tbody>
        </table>
I want each column to move accordingly when you press the arrows at top(there not in code at the moment) Anyone help me with this?

Thanks Again.
NextToNothing is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-25-2010, 02:50 PM Re: Slide multiple rows at same time within table
Experienced Talker

Posts: 47
Trades: 0
Basically this is what i want to do:
(attached image)

Just to move the packages along but ill probably have about 5 to 7 packages.

Thanks.
Attached Images
File Type: png packagesliderjs.png (39.2 KB, 3 views)
NextToNothing is offline
Reply With Quote
View Public Profile
 
Old 10-28-2010, 04:54 PM Re: Slide multiple rows at same time within table
Experienced Talker

Posts: 47
Trades: 0
Can someone help me?

Thanks
NextToNothing is offline
Reply With Quote
View Public Profile
 
Old 11-03-2010, 02:07 PM Re: Slide multiple rows at same time within table
Experienced Talker

Posts: 47
Trades: 0
I posted this ages ago and still no replies...

Anyone...?
NextToNothing is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Slide multiple rows at same time within table
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.59655 seconds with 13 queries