Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[HTML] Nice full CP dropdown box



View previous topic View next topic Go down Message [Page 1 of 1]

1
Offline

  Michael_vx

Michael_vx
Punbb Junior
Punbb Junior

[HTML] Nice full CP dropdown box Images10

Tutorial: Nice full CP dropdown box

i like to share a good toolbar have 3 items 1 login toolbar 2 general user toolbar 3 admin toolbar
the 1st thing you should knoow this code will take 2 or 3 widgets this as you wish
the toolbar is stucked with the top by it self
now the 1st widget is for visitors
image


--> Tutorials, tips and tricks <--
nice Full CP dropdown box



- 1st box for Visitors
add a Widget with this code

Code:
[panda=html]
        <link rel="stylesheet" href="http://web-kreation.com/demos/login_form_mootools_1.2/fx.slide.css" type="text/css" media="screen" /> <style>
                        #login {
                        overflow: visible;
                        height: auto;
                        -webkit-transition:  margin-top 0.5s ease-in-out 0s;
                        -moz-transition:  margin-top 0.5s ease-in-out 0s;
                        -o-transition:    margin-top 0.5s ease-in-out 0s;
                        transition:    margin-top 0.5s ease-in-out 0s;
            
                      }
            
                      /* Login Panel I */
                        #topp {
                        height: 38px;
                        position: relative;
                        }
            
                      #topp ul.login {
                        display: blue;
                        position: relative;
                        float: right;
                        clear: right;
                        height: 38px;
                        width: auto;
                        font-weight: bold;
                        line-height: 38px;
                        margin: 0;
                        right: 150px;
                        color: white;
                        font-size: 100%;
                        text-align: center;
                        padding-right: 45px;
                        }
            
                      #topp ul.login li.left {
                        height: 38px;
                        width: 45px;
                        padding: 0;
                        margin: 0;
                        display: blue;
                        float: left;
                        }
            
                      #topp ul.login li {
                        text-align: left;
                        padding: 0 6px;
                        display: blue;
                        float: left;
                        height: 38px;
                        }
                        #topp ul.login li a {color: #9CCCFF;}
                        #topp ul.login li a:hover {color: white;}
            
                      /* Login Panel */
                        #topp {
                        background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/login_top.jpg) repeat-x 0 0;}
            
                      #topp ul.login {
                        background: url(http://micsoft.xp3.biz/micbar/images/login_r.png) no-repeat right 0;}
            
                      #topp ul.login li.left {
                        background: url(http://micsoft.xp3.biz/micbar/images/login_l.png) no-repeat left 0;}
            
                      #topp ul.login li {
                        background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/login_m.jpg) repeat-x 0 0;}
            
                      /*Login*/
                        /* toggle effect - show/hide login*/
                        #login {
                        background: #1E1E1E;}
            
                      #login .loginContent input:focus.field {
                        background: #1E1E1E;}
            
                      #login .loginContent{padding-top:0px;width:790px;height:120px;}
            
                      #login .loginContent input.button_login {
          
                    background: transparent
            url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_login.jpg)
            no-repeat 0 0;}
            
                      #login .loginClose a {
                        background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_close.jpg) no-repeat right 0;}
            
                      #login .loginClose a:hover {
          
                    background:
            url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_close.jpg)
            no-repeat right -20px;}
                        </style>
        <!--                                                                          Login                                                                          -->
        <div _moz_abspos="white" id="loginn" style="display:
            block;position: absolute;left: 0px;top: 0px;width: 100%;">
      
        <div id="login" style="margin-top: -125px;">
      
        <div class="loginContent">
      
        <table style="width:100%;" border="0">
      
        <tbody>
        <tr>
      
        <td style="text-align:center;">
      
        <table _moz_resizing="true" border="0">
      
        <tbody>
        <tr>
      
        <td>
        <script>
                        jQuery(document).ready(function(){
                          jQuery.get('/profile?mode=editprofile&page_profil=avatars', function(data) {
                              link = jQuery('.panel dl:first img', data).attr('src');
                              if(link){
                                jQuery('#avatar').html('<img src="'+link+'" align="left" width="60" height="80">');
                              }else{
                                jQuery('#avatar').html('');
                              }
                          });
                        });
          
                    </script>
        <div id="avatar">
      
        <center>
        <img src="http://i53.tinypic.com/1e1fex.gif" />
        </center>
      
        </div>
      
        </td>
      
        <td style="color: rgb(102, 0, 0);">
      
        <form method="post" name="form_login" action="/login.forum">
      
        <table _moz_resizing="true" style="PADDING-LEFT: 20px" border="0" cellpadding="0" cellspacing="3">
      
        <tbody>
        <tr>
      
        <td>
        <span class="genmed"><img src="http://i65.servimg.com/u/f65/13/95/29/87/56x76311.gif" /> </span>
        </td>
      
        <td>
        <input id="Post" value="" size="10" name="username" type="text" />
        </td>
      
        <td>
        <input checked="" name="autologin" type="checkbox" /><span style="color: rgb(238, 238, 238); font-weight: bold;" span="" lang="ar-sa">save my info<a href="../register?agreed=true&step=2">Register now</a></span>
        </td>
      
        </tr>
      
        <tr>
      
        <td>
        <span class="genmed"><img src="http://i65.servimg.com/u/f65/13/95/29/87/a3d76410.gif" /> </span>
        </td>
      
        <td>
        <input id="Post" value="" size="10" name="password" type="password" />
        </td>
      
        <td>
        <input class="mainoption" tabindex="104" value="Login" name="login" type="submit" />
        </td>
      
        </tr>
      
        </tbody>
        </table>
      
        </form><span style="font-size: 1.2em;"><span style="font-size: 18px; color: rgb(0, 255, 255);"><span style="font-weight: bold;"></span></span><span style="font-weight: bold;"><span style="color: rgb(0, 255, 255);"><br /></span></span></span>
        </td>
      
        </tr>
      
        </tbody>
        </table>
      
        </td>
      
        <td style="text-align:center;">
        <span style="font-size: 1.2em; color: rgb(0, 255, 255);"><strong>to Enjoiy the site with full Possibilities<br />you must login</strong></span><span style="font-size: 1.2em;"><a style="color: rgb(102, 0, 0);" href="../profile.forum?mode=editprofile&page_profil=avatars"></a></span><br />
        </td>
      
        <td style="text-align: center; color: rgb(0, 255, 255);">
        <span style="font-size: 1.2em;"><strong></strong><br /> </span>
        </td>
      
        <td style="text-align: center; color: rgb(0, 255, 255);">
        <span style="font-size: 1.2em;"><strong></strong></span><span style="font-size: 1.2em;"><br /> </span>
        </td>
      
        </tr>
      
        </tbody>
        </table>
      
        </div>
      
        </div>
      
        <!--                                                                          /login                                                                          -->
        <div id="container">
      
        <div style="color: rgb(0, 255, 255);" id="topp">
      
        <!--                                                                          login                                                                          -->
        <ul class="login">
      
        <li class="left">
      
        </li>
      
        <li>
        <a id="toggleLogin" onclick="document.getElementById('login').style.marginTop=((document.getElementById('login').style.marginTop=='0px')?
            '-125px' : '0px');">Login by Michael_vx</a>
        </li>
      
        </ul>
      
        <!--                                                                          / login                                                                          -->
        </div>
      
        <!--                                                                          / topp                                                                          -->
        <div class="clearfix">
      
        </div>
      
        </div>
      
        <p>
      
        </p>
        </div>


- 2nd box for users and mods and admins if you like to skip the 3d box
make new Widget with this code

Code:
[panda=html]        <link rel="stylesheet" href="http://web-kreation.com/demos/login_form_mootools_1.2/fx.slide.css" type="text/css" media="screen" /> <style>
                        #login {
                        overflow: visible;
                        height: auto;
                        -webkit-transition:  margin-top 0.5s ease-in-out 0s;
                        -moz-transition:  margin-top 0.5s ease-in-out 0s;
                        -o-transition:    margin-top 0.5s ease-in-out 0s;
                        transition:    margin-top 0.5s ease-in-out 0s;
            
                      }
            
                      /* Login Panel I */
                        #topp {
                        height: 38px;
                        position: relative;
                        }
            
                      #topp ul.login {
                        display: blue;
                        position: relative;
                        float: right;
                        clear: right;
                        height: 38px;
                        width: auto;
                        font-weight: bold;
                        line-height: 38px;
                        margin: 0;
                        right: 150px;
                        color: white;
                        font-size: 100%;
                        text-align: center;
                        padding-right: 45px;
                        }
            
                      #topp ul.login li.left {
                        height: 38px;
                        width: 45px;
                        padding: 0;
                        margin: 0;
                        display: blue;
                        float: left;
                        }
            
                      #topp ul.login li {
                        text-align: left;
                        padding: 0 6px;
                        display: blue;
                        float: left;
                        height: 38px;
                        }
                        #topp ul.login li a {color: #9CCCFF;}
                        #topp ul.login li a:hover {color: white;}
            
                      /* Login Panel */
                        #topp {
                        background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/login_top.jpg) repeat-x 0 0;}
            
                      #topp ul.login {
                        background: url(http://micsoft.xp3.biz/micbar/images/login_r.png) no-repeat right 0;}
            
                      #topp ul.login li.left {
                        background: url(http://micsoft.xp3.biz/micbar/images/login_l.png) no-repeat left 0;}
            
                      #topp ul.login li {
                        background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/login_m.jpg) repeat-x 0 0;}
            
                      /*Login*/
                        /* toggle effect - show/hide login*/
                        #login {
                        background: #1E1E1E;}
            
                      #login .loginContent input:focus.field {
                        background: #1E1E1E;}
            
                      #login .loginContent{padding-top:0px;width:790px;height:120px;}
            
                      #login .loginContent input.button_login {
          
                    background: transparent
            url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_login.jpg)
            no-repeat 0 0;}
            
                      #login .loginClose a {
                        background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_close.jpg) no-repeat right 0;}
            
                      #login .loginClose a:hover {
          
                    background:
            url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_close.jpg)
            no-repeat right -20px;}
                        </style>
        <!--                                                                            Login                                                                            -->
        <div _moz_abspos="white" id="loginn" style="display:
            block;position: absolute;left: 0px;top: 0px;width: 100%;">
      
        <div id="login" style="margin-top: -125px;">
      
        <div class="loginContent">
      
        <table _moz_resizing="true" style="width:100%;" border="0">
      
        <tbody>
        <tr>
      
        <td style="text-align:center;">
      
        <table _moz_resizing="true" border="0">
      
        <tbody>
        <tr>
      
        <td>
        <script>
                        jQuery(document).ready(function(){
                          jQuery.get('/profile?mode=editprofile&page_profil=avatars', function(data) {
                              link = jQuery('.panel dl:first img', data).attr('src');
                              if(link){
                                jQuery('#avatar').html('<img src="'+link+'" align="left" width="60" height="80">');
                              }else{
                                jQuery('#avatar').html('');
                              }
                          });
                        });
          
                    </script>
        <div id="avatar">
      
        <center>
        <img src="http://i53.tinypic.com/1e1fex.gif" />
        </center>
      
        </div>
      
        </td>
      
        <td style="color: rgb(102, 0, 0);">
        <span style="font-size: 1.0em;"> <span style="font-size: 10px;"><span style="font-size: 10px; color: rgb(0, 255, 255);"><span style="font-weight: bold;">Hi again</span><br />{USERLINK}</span><br style="color: rgb(0, 255, 255);" /></span><span style="font-size: 10px;"><span style="font-weight: bold; color: rgb(0, 255, 255);">you have</span><strong style="color: rgb(0, 255, 255);">:</strong><span style="color: rgb(0, 255, 255);">{USERCOUNTPOST}<span style="font-weight: bold;"></span></span></span><span style="font-weight: bold;"><span style="color: rgb(0, 255, 255);"><span style="font-size: 10px;">Post<br />your last visit: {USERLASTVISIT}:thank you for back again<br /><a href="http://micsoft.logu2.com/login?logout">Log out</a></span><br /></span></span></span>
        </td>
      
        </tr>
      
        </tbody>
        </table>
      
        </td>
      
        <td style="text-align:center;">
        <span style="font-size: 1.0em; color: rgb(0, 255, 255);"><strong>CPacel:</strong></span><span style="font-size: 1.0em;"><strong style="color: rgb(0, 255, 255);"><br /></strong><span style="color: rgb(0, 255, 255);"> </span><a style="color: rgb(0, 255, 255);" href="../profile.forum?mode=editprofile&page_profil=informations">My Profile informations</a><span style="color: rgb(0, 255, 255);"> </span><br style="color: rgb(0, 255, 255);" /><a style="color: rgb(0, 255, 255);" href="../profile.forum?mode=editprofile&page_profil=preferences">preferences</a><br style="color: rgb(0, 255, 255);" /><span style="color: rgb(0, 255, 255);"> </span><a style="color: rgb(0, 255, 255);" href="../profile.forum?mode=editprofile&page_profil=signature">My signature</a><br style="color: rgb(0, 255, 255);" /><span style="color: rgb(0, 255, 255);"> </span><a style="color: rgb(102, 0, 0);" href="../profile.forum?mode=editprofile&page_profil=avatars"><span style="color: rgb(0, 255, 255);">My avater</span></a> </span>
        </td>
      
        <td style="text-align: center; color: rgb(0, 255, 255);">
        <span style="font-size: 1.0em;"><strong>links to:<br /></strong> <a href="../profile.forum?mode=editprofile&page_profil=friendsfoes">my friends and foes</a> <br /><a href="../search.forum?search_id=watchsearch">watched topics search</a> <br /><a href="../search.forum?search_id=draftsearch">draft search</a> <br /><a href="../search.forum?search_id=favouritesearch">favourite search</a> <br /><a href="../rpg_sheet_edit.forum">my rpg sheet</a> </span>
        </td>
      
        <td style="text-align: center; color: rgb(0, 255, 255);">
        <span style="font-size: 1.0em;"><strong>Fast links:</strong></span><span style="font-size: 1.0em;"><br /> <a href="../msg.forum?folder=inbox">my PM</a> <br /><a href="../search?search_id=activetopics">best topeic of the day</a> <br /><a href="../search.forum?search_id=egosearch">My topics</a><br /> <a href="../search.forum?search_author=Victor&show_results=posts">New Topics</a> <br /><a href="../search?search_id=unanswered">Toics with no reply</a> </span>
        </td>
      
        </tr>
      
        </tbody>
        </table>
      
        </div>
      
        </div>
      
        <!--                                                                            /login                                                                            -->
        <div id="container">
      
        <div style="color: rgb(0, 255, 255);" id="topp">
      
        <!--                                                                            login                                                                            -->
        <ul class="login">
      
        <li class="left">
      
        </li>
      
        <li>
        <a id="toggleLogin" onclick="document.getElementById('login').style.marginTop=((document.getElementById('login').style.marginTop=='0px')?
            '-125px' : '0px');">my toolbar by Michael_vx</a>
        </li>
      
        </ul>
      
        <!--                                                                            / login                                                                            -->
        </div>
      
        <!--                                                                            / topp                                                                            -->
        <div class="clearfix">
      
        </div>
      
        </div>
      
        <p>
      
        </p>
        </div>
      
        <table style="width: 100%;" class="tborder" border="0" cellpadding="6" cellspacing="1" align="center">
      
        </table>



- 3rd box for Admins only
make new Widget add this code

http://pastebin.com/5cfrtDKp


- Preview of the 3 boxes
the 1st box
[HTML] Nice full CP dropdown box Image

the 2nd box
[HTML] Nice full CP dropdown box Image

[HTML] Nice full CP dropdown box Image



  • why 3rd box for admins only?
    the 3rd box will add the admin CP link in the box



  • do i need to make any change?
    no need to make any change the Scripts will add your own forum links by it self





© PunBB Design


[HTML] Nice full CP dropdown box Act_bottom If you have any questions related to this topic create a topic with the following title:
nice Full CP dropdown box

Powered by PunBB
Currently 0 users have thanked Michael_vx for this post:

2
Offline

  Michael_vx

Michael_vx
Punbb Junior
Punbb Junior
the 3rd box code
add new Widget with this code

Code:
[panda=html]   
        <link rel="stylesheet"
    href="http://web-kreation.com/demos/login_form_mootools_1.2/fx.slide.css"
    type="text/css" media="screen" /> <style>
                        #login {
                        overflow: visible;
                        height: auto;
                        -webkit-transition:  margin-top 0.5s ease-in-out 0s;
                        -moz-transition:  margin-top 0.5s ease-in-out 0s;
                        -o-transition:    margin-top 0.5s ease-in-out 0s;
                        transition:    margin-top 0.5s ease-in-out 0s;
           
                      }
           
                      /* Login Panel I */
                        #topp {
                        height: 38px;
                        position: relative;
                        }
           
                      #topp ul.login {
                        display: blue;
                        position: relative;
                        float: right;
                        clear: right;
                        height: 38px;
                        width: auto;
                        font-weight: bold;
                        line-height: 38px;
                        margin: 0;
                        right: 150px;
                        color: white;
                        font-size: 100%;
                        text-align: center;
                        padding-right: 45px;
                        }
           
                      #topp ul.login li.left {
                        height: 38px;
                        width: 45px;
                        padding: 0;
                        margin: 0;
                        display: blue;
                        float: left;
                        }
           
                      #topp ul.login li {
                        text-align: left;
                        padding: 0 6px;
                        display: blue;
                        float: left;
                        height: 38px;
                        }
                        #topp ul.login li a {color: #9CCCFF;}
                        #topp ul.login li a:hover {color: white;}
           
                      /* Login Panel */
                        #topp {
                        background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/login_top.jpg) repeat-x 0 0;}
           
                      #topp ul.login {
                        background: url(http://micsoft.xp3.biz/micbar/images/login_r.png) no-repeat right 0;}
           
                      #topp ul.login li.left {
                        background: url(http://micsoft.xp3.biz/micbar/images/login_l.png) no-repeat left 0;}
           
                      #topp ul.login li {
                        background: url(http://web-kreation.com/demos/login_form_mootools_1.2/images/login_m.jpg) repeat-x 0 0;}
           
                      /*Login*/
                        /* toggle effect - show/hide login*/
                        #login {
                        background: #1E1E1E;}
           
                      #login .loginContent input:focus.field {
                        background: #1E1E1E;}
           
                      #login .loginContent{padding-top:0px;width:790px;height:120px;}
           
                      #login .loginContent input.button_login {
         
                    background: transparent
            url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_login.jpg)
            no-repeat 0 0;}
           
                      #login .loginClose a {
   
                      background:
    url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_close.jpg)
    no-repeat right 0;}
           
                      #login .loginClose a:hover {
         
                    background:
            url(http://web-kreation.com/demos/login_form_mootools_1.2/images/button_close.jpg)
            no-repeat right -20px;}
                        </style>
   
      <!--                                                             
                  Login                                                   
                            -->
        <div _moz_abspos="white" id="loginn" style="display:
            block;position: absolute;left: 0px;top: 0px;width: 100%;">
       
        <div id="login" style="margin-top: -125px;">
       
        <div class="loginContent">
       
        <table _moz_resizing="true" style="width:100%;" border="0">
       
        <tbody>
        <tr>
       
        <td style="text-align:center;">
       
        <table _moz_resizing="true" border="0">
       
        <tbody>
        <tr>
       
        <td>
        <script>
                        jQuery(document).ready(function(){
                          jQuery.get('/profile?mode=editprofile&page_profil=avatars', function(data) {
                              link = jQuery('.panel dl:first img', data).attr('src');
                              if(link){
                                jQuery('#avatar').html('<img src="'+link+'" align="left" width="60" height="80">');
                              }else{
                                jQuery('#avatar').html('');
                              }
                          });
                        });
         
                    </script>
        <div id="avatar">
       
        <center>
        <img src="http://i53.tinypic.com/1e1fex.gif" />
        </center>
       
        </div>
       
        </td>
       
        <td style="color: rgb(102, 0, 0);">
   
        <span style="font-size: 1.0em;"> <span style="font-size:
    10px;"><span style="font-size: 10px; color: rgb(0, 255,
    255);"><span style="font-weight: bold;">Hi
    again</span><br />{USERLINK}</span><br
    style="color: rgb(0, 255, 255);" /></span><span
    style="font-size: 10px;"><span style="font-weight: bold; color:
    rgb(0, 255, 255);">you have</span><strong style="color:
    rgb(0, 255, 255);">:</strong><span style="color: rgb(0, 255,
    255);">{USERCOUNTPOST}<span style="font-weight:
    bold;"></span></span></span><span
    style="font-weight: bold;"><span style="color: rgb(0, 255,
    255);"><span style="font-size: 10px;">Post<br />your last
    visit: {USERLASTVISIT}:thank you for back again<br /><a
    href="http://micsoft.logu2.com/login?logout">Log
    out</a></span><br
    /></span></span></span>
        </td>
       
        </tr>
       
        </tbody>
        </table>
       
        </td>
       
        <td style="text-align:center;">
   
        <span style="font-size: 1.0em; color: rgb(0, 255,
    255);"><strong>CPacel:</strong></span><span
    style="font-size: 1.0em;"><strong style="color: rgb(0, 255,
    255);"><br /></strong><span style="color: rgb(0, 255,
    255);"> </span><a style="color: rgb(0, 255, 255);"
    href="../profile.forum?mode=editprofile&page_profil=informations">My
    Profile informations</a><span style="color: rgb(0, 255,
    255);"> </span><br style="color: rgb(0, 255, 255);"
    /><a style="color: rgb(0, 255, 255);"
    href="../profile.forum?mode=editprofile&page_profil=preferences">preferences</a><br
    style="color: rgb(0, 255, 255);" /><span style="color: rgb(0,
    255, 255);"> </span><a style="color: rgb(0, 255, 255);"
    href="../profile.forum?mode=editprofile&page_profil=signature">My
    signature</a><br style="color: rgb(0, 255, 255);"
    /><span style="color: rgb(0, 255, 255);"> </span><a
    style="color: rgb(102, 0, 0);"
    href="../profile.forum?mode=editprofile&page_profil=avatars"><span
    style="color: rgb(0, 255, 255);">My
    avater</span></a></span><br style="font-weight:
    bold;" /><a style="font-weight: bold;"
    href="../admin/index.forum">Admin Panel</a><br />
    </span>
        </td>
       
        <td style="text-align: center; color: rgb(0, 255, 255);">
   
        <span style="font-size: 1.0em;"><strong>links to:<br
    /></strong> <a
    href="../profile.forum?mode=editprofile&page_profil=friendsfoes">my
    friends and foes</a> <br /><a
    href="../search.forum?search_id=watchsearch">watched topics
    search</a> <br /><a
    href="../search.forum?search_id=draftsearch">draft search</a>
    <br /><a
    href="../search.forum?search_id=favouritesearch">favourite
    search</a> <br /><a href="../rpg_sheet_edit.forum">my
    rpg sheet</a> </span>
        </td>
       
        <td style="text-align: center; color: rgb(0, 255, 255);">
   
        <span style="font-size: 1.0em;"><strong>Fast
    links:</strong></span><span style="font-size:
    1.0em;"><br /> <a href="../msg.forum?folder=inbox">my
    PM</a> <br /><a
    href="../search?search_id=activetopics">best topeic of the
    day</a> <br /><a
    href="../search.forum?search_id=egosearch">My topics</a><br
    /> <a
    href="../search.forum?search_author=Victor&show_results=posts">New
    Topics</a> <br /><a
    href="../search?search_id=unanswered">Toics with no reply</a>
    </span>
        </td>
       
        </tr>
       
        </tbody>
        </table>
       
        </div>
       
        </div>
       
   
      <!--                                                             
                  /login                                                   
                            -->
        <div id="container">
       
        <div style="color: rgb(0, 255, 255);" id="topp">
       
   
      <!--                                                             
                  login                                                   
                            -->
        <ul class="login">
       
        <li class="left">
       
        </li>
       
        <li>
   
        <a id="toggleLogin"
    onclick="document.getElementById('login').style.marginTop=((document.getElementById('login').style.marginTop=='0px')?
            '-125px' : '0px');">my toolbar by Michael_vx</a>
        </li>
       
        </ul>
       
   
      <!--                                                             
                  / login                                                 
                              -->
        </div>
       
     
    <!--                                                               
                / topp                                                     
                          -->
        <div class="clearfix">
       
        </div>
       
        </div>
       
        <p>
       
        </p>
        </div>
       
        <table style="width: 100%;" class="tborder" border="0" cellpadding="6" cellspacing="1" align="center">
       
        </table>

the Preview

[HTML] Nice full CP dropdown box Image

Powered by PunBB
Currently 0 users have thanked Michael_vx for this post:

3
Offline

  Shadow

Shadow
Administrator
Administrator
You can use www.pastebin.com for long codes and then just post the link here, the result would be:

http://pastebin.com/5cfrtDKp

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

4
Offline

  Virus

Virus
★Moderator★
★Moderator★
[aviso="Double Post"]Please don't double post. Your post needs to be separated by at least 24 hours before bumping. Please use the edit button instead![/aviso]

The tutorial will be checked and answered by Admin @Rapid. Please be patient and do not double post.

Powered by PunBB
Currently 0 users have thanked Virus for this post:

5
Offline

  Michael_vx

Michael_vx
Punbb Junior
Punbb Junior
Virus wrote:[link="/t737-nice-full-cp-dropdown-box#4725"][aviso="Double Post"]Please don't double post. Your post needs to be separated by at least 24 hours before bumping. Please use the edit button instead![/aviso]

The tutorial will be checked and answered by Admin @Rapid. Please be patient and do not double post.
i apologize i did that because i could not add the whole codes in one post
said post too long sorry again Sad

Powered by PunBB
Currently 0 users have thanked Michael_vx for this post:

6
Offline

  Shadow

Shadow
Administrator
Administrator
[sucesso="Tutorial Accepted"]This tutorial has been reviewed and points are added to the user accordingly[/sucesso]

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

7
Offline

  Tommy Lee

Tommy Lee
Punbb Senior
Punbb Senior
Nice tutorial!

Powered by PunBB
Currently 0 users have thanked Tommy Lee for this post:

8
Offline

  sek

sek
Newbie
Newbie
Plz i want to see photos about Nice full CP dropdown box
Smile

Powered by PunBB
Currently 0 users have thanked sek for this post:

9
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

View previous topic View next topic Back to top Message [Page 1 of 1]


Topic URL's

URL
BBcode
HTML

Permissions in this forum:
You cannot reply to topics in this forum