How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help) Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
+2
SLGray
Mr DarkHaxers2
6 posters

    How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help)

    Mr DarkHaxers2
    Mr DarkHaxers2
    Forumember


    Male Posts : 409
    Reputation : -17
    Language : English
    Location : Modesto,Cali

    Solved How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help)

    Post by Mr DarkHaxers2 October 30th 2011, 5:17 am

    Ok This Is The Login Im Doing http://spyrestudios.com/how-to-create-a-sexy-vertical-sliding-panel-using-jquery-and-css3/

    Ok I Was Doing The Css And I Put It In The CSS Stylesheet But The Css Was making My Site Weird Cause Thats Wut Css Do But Can U Look At This Code And Fix It For Me

    Code:
    body {
    background:;
    text-align:left;
    color:#00FF00;
    width:700px;
    font-size:14px;
    font-family:georgia, 'time new romans', serif;
    margin:0 auto;
    padding:0;
    }

    a:focus {
    outline: none;
    }

    h1 {
    font-size: 34px;
    font-family: verdana, helvetica, arial, sans-serif;
    letter-spacing:-2px;
    color:#9FC54E;
    font-weight:700;
    padding:20px 0 0;
    }

    h2 {
    font-size: 24px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#999999;
    font-weight: 400;
    padding: 0 0 10px;
    }

    h3 {
    font-size:14px;
    font-family:verdana, helvetica, arial, sans-serif;
    letter-spacing:-1px;
    color:#fff;
    font-weight: 700;
    text-transform:uppercase;
    margin:0;
    padding:8px 0 8px 0;
    }

    img{
    float: right;
    margin: 3px 3px 6px 8px;
    padding: 5px;
    background: #222222;
    border: 1px solid #333333;
    }

    p {
    color:#cccccc;
    line-height:22px;
    padding: 0 0 10px;
    margin: 20px 0 20px 0;
    }

    img {
    border:none;
    }

    #container {
    clear: both;
    margin: 0;
    padding: 0;
    }

    #container a{
    float: right;
    background: #9FC54E;
    border: 1px solid #9FC54E;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing:-1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    padding: 20px;
    font-weight: 700;
    }

    #container a:hover{
    float: right;
    background: #a0a0a0;
    border: 1px solid #cccccc;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing:-1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    padding: 20px;
    font-weight: 700;
    }


    .content {
    font-style:normal;
    font-family:helvetica, arial, verdana, sans-serif;
    color:#ffffff;
    background:#333333;
    border:1px solid #444444;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    margin: 30px 0 50px;
    padding: 15px 0;
    }

    .content p {
    margin: 10px 0;
    padding: 15px 20px;
    }

    .panel {
    position: fixed;
    top: 50px;
    left: 0;
    display: none;
    background: #000000;
    border:1px solid #111111;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    width: 330px;
    height: auto;
    padding: 30px 30px 30px 130px;
    filter: alpha(opacity=85);
    opacity: .85;
    }

    .panel p{
    margin: 0 0 15px 0;
    padding: 0;
    color: #cccccc;
    }

    .panel a, .panel a:visited{
    margin: 0;
    padding: 0;
    color: #9FC54E;
    text-decoration: none;
    border-bottom: 1px solid #9FC54E;
    }

    .panel a:hover, .panel a:visited:hover{
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    }

    a.trigger{
    position: fixed;
    text-decoration: none;
    top: 80px; left: 0;
    font-size: 16px;
    letter-spacing:-1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    padding: 20px 40px 20px 15px;
    font-weight: 700;
    background:#333333 url(images/plus.png) 85% 55% no-repeat;
    border:1px solid #444444;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    display: block;
    }

    a.trigger:hover{
    position: fixed;
    text-decoration: none;
    top: 80px; left: 0;
    font-size: 16px;
    letter-spacing:-1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    padding: 20px 40px 20px 20px;
    font-weight: 700;
    background:#222222 url(images/plus.png) 85% 55% no-repeat;
    border:1px solid #444444;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    display: block;
    }

    a.active.trigger {
    background:#222222 url(images/minus.png) 85% 55% no-repeat;
    }

    .columns{
    clear: both;
    width: 330px;
    padding: 0 0 20px 0;
    line-height: 22px;
    }

    .colleft{
    float: left;
    width: 130px;
    line-height: 22px;
    }

    .colright{
    float: right;
    width: 130px;
    line-height: 22px;
    }

    ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    }

    ul li{
    padding: 0;
    margin: 0;
    list-style-type: none;
    }

    hr{
    background-color: #333333;
    height: 1px;
    }

    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help)

    Post by SLGray October 30th 2011, 7:31 am

    I believe there is already a thread about this. I will try to locate it for you.

    I located it: https://help.forumotion.com/t98477-how-to-install-vertical-info-panel-slide-with-jquery?highlight=sliding+panel
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help)

    Post by LGforum October 30th 2011, 3:38 pm

    First, don't put the CSS in a template...

    second... you odn't need all of that CSS... this chunk is all you need:

    Code:

    .panel {
    position: fixed;
    top: 50px;
    left: 0;
    display: none;
    background: #000000;
    border:1px solid #111111;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    width: 330px;
    height: auto;
    padding: 30px 30px 30px 130px;
    filter: alpha(opacity=85);
    opacity: .85;
    }

    .panel p{
    margin: 0 0 15px 0;
    padding: 0;
    color: #cccccc;
    }

    .panel a, .panel a:visited{
    margin: 0;
    padding: 0;
    color: #9FC54E;
    text-decoration: none;
    border-bottom: 1px solid #9FC54E;
    }

    .panel a:hover, .panel a:visited:hover{
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    }

    a.trigger{
    position: fixed;
    text-decoration: none;
    top: 80px; left: 0;
    font-size: 16px;
    letter-spacing:-1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    padding: 20px 40px 20px 15px;
    font-weight: 700;
    background:#333333 url(images/plus.png) 85% 55% no-repeat;
    border:1px solid #444444;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    display: block;
    }

    a.trigger:hover{
    position: fixed;
    text-decoration: none;
    top: 80px; left: 0;
    font-size: 16px;
    letter-spacing:-1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    padding: 20px 40px 20px 20px;
    font-weight: 700;
    background:#222222 url(images/plus.png) 85% 55% no-repeat;
    border:1px solid #444444;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    display: block;
    }

    a.active.trigger {
    background:#222222 url(images/minus.png) 85% 55% no-repeat;
    }

    .columns{
    clear: both;
    width: 330px;
    padding: 0 0 20px 0;
    line-height: 22px;
    }

    .colleft{
    float: left;
    width: 130px;
    line-height: 22px;
    }

    .colright{
    float: right;
    width: 130px;
    line-height: 22px;
    }
    FrozenX
    FrozenX
    Forumember


    Male Posts : 69
    Reputation : 8
    Language : English, Dutch

    Solved Re: How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help)

    Post by FrozenX October 30th 2011, 3:45 pm

    make sure, you have this script, somewhere on your page.
    Code:
    <script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.js"></script>
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help)

    Post by LGforum October 30th 2011, 4:14 pm

    That won't be needed as forumotion already has jQuery in the system html.
    FrozenX
    FrozenX
    Forumember


    Male Posts : 69
    Reputation : 8
    Language : English, Dutch

    Solved Re: How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help)

    Post by FrozenX October 30th 2011, 4:42 pm

    i remember sometimes, it not working, because of other scripts,so you have to add it again... (might not be the case everytime, you're probably right)
    Mr DarkHaxers2
    Mr DarkHaxers2
    Forumember


    Male Posts : 409
    Reputation : -17
    Language : English
    Location : Modesto,Cali

    Solved Re: How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help)

    Post by Mr DarkHaxers2 October 30th 2011, 6:04 pm

    I Put That Css In I Cant See The Words There Blank I Cant See
    Latinosvet
    Latinosvet
    Forumember


    Male Posts : 43
    Reputation : 1
    Language : Serbian

    Solved Re: How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help)

    Post by Latinosvet October 30th 2011, 6:35 pm

    I dont now sorry
    Mr DarkHaxers2
    Mr DarkHaxers2
    Forumember


    Male Posts : 409
    Reputation : -17
    Language : English
    Location : Modesto,Cali

    Solved Re: How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help)

    Post by Mr DarkHaxers2 October 30th 2011, 7:01 pm

    Can Someone Help Me Cause When i Put That Css In The Words Are Invisible
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help)

    Post by LGforum October 30th 2011, 7:52 pm

    Find the bit in the CSS which say
    .panel p {

    and change the color.
    Mr DarkHaxers2
    Mr DarkHaxers2
    Forumember


    Male Posts : 409
    Reputation : -17
    Language : English
    Location : Modesto,Cali

    Solved Re: How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help)

    Post by Mr DarkHaxers2 October 30th 2011, 9:33 pm

    It Did Not Change The Color
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help)

    Post by LGforum October 31st 2011, 12:07 am

    Well im saying you SHOULD change the color.
    Mr DarkHaxers2
    Mr DarkHaxers2
    Forumember


    Male Posts : 409
    Reputation : -17
    Language : English
    Location : Modesto,Cali

    Solved Re: How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help)

    Post by Mr DarkHaxers2 October 31st 2011, 12:09 am

    It Work
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help)

    Post by LGforum October 31st 2011, 12:15 am

    I knew it would Wink But thanks for the confirmation...
    Mr DarkHaxers2
    Mr DarkHaxers2
    Forumember


    Male Posts : 409
    Reputation : -17
    Language : English
    Location : Modesto,Cali

    Solved Re: How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help)

    Post by Mr DarkHaxers2 October 31st 2011, 12:15 am

    U Well Come Can U

    Locked This Topic Now.
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help)

    Post by Sanket October 31st 2011, 5:33 am

    Since this thread appears to be solved, I will archive this thread.
    How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 (Need Help) 2j4t5a8

    Sanket Smile