Simple Machine Codes
April 19, 2024, 10:48:44 am
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to SMC, the best place for your SMF For Free Codes
 
  Home Help Search Arcade Gallery Affiliates Code Index Staff List Calendar Members Login Register  

Toggle Info Center

Pages: [1]   Go Down
  Print  
Author Topic: Toggle Info Center  (Read 323 times)
0 Members and 1 Guest are viewing this topic.
Ridikul
Starter

Offline Offline

Posts: 14


View Profile
« on: June 15, 2007, 11:36:30 am »

My first code ever guys.

Description
Adds links at the bottom of the board that show and hide the info center when clicked. I might make them both one link in the future, but for right now, it's 2.

EXAMPLE

Put this in your CSS at the bottom.

Code:
.hide-info {
        margin: 0 auto;
        padding: 5px;
        text-align: center;
}

Put this at the top of your header.

Code:
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.pack.js"></script>

<script type="text/javascript">
        $(document).ready(function(){
                $("a.hidelink").click(function(){
                        $("div#upshrinkHeaderIC").hide("slow");
                        return false;
                });
                $("a.showlink").click(function(){
                        $("div#upshrinkHeaderIC").show("slow")
                        return false;
                });
        });
</script>

Put this at the top of your footer.

Code:
<div class="hide-info"><a href="#" class="hidelink">Hide Info Center</a> <a href="#" class="showlink">Show Info Center</a></div>
« Last Edit: February 14, 2008, 02:52:13 pm by Agent Moose » Report Spam   Logged

Share on Facebook Share on Twitter

deathwilldie
100 Club Member

Offline Offline

Posts: 214


View Profile WWW
« Reply #1 on: June 16, 2007, 02:41:32 pm »

This is a nice code I like it.
Report Spam   Logged

Agent Moose Jr.
Ultra Contagious
Global Moderator

Offline Offline

Gender: Male
Posts: 1,045



View Profile WWW
« Reply #2 on: January 04, 2008, 01:23:41 pm »

nice job
Report Spam   Logged

Newest:

Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by EzPortal
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum

Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy