Marquel World Information Technology

We allready update to new theme & 2 GDesign custom theme coming up. Stay tuned for more updates coming soon By: Admin Kosmyn and the rest of the staff of this support forum
ChatBox

You are not connected. Please login or register

Maw1Technician info Empty Technician info Sun Mar 11, 2012 9:21 am

  • Moderator
Maw
Moderator
genji watanabe wrote:


Technician info 9010



Item Name : Slider Panel
Forum Version : All Version
Technician info Captur21
Notice : This is copyrighted by other web. The FA Supporter not own this item. You may not publish it on anywhere without permission from the FA Supporter administrators.

CSS
Code:
.panel {
position: absolute;
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: absolute;
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(http://i45.servimg.com/u/f45/15/95/60/34/plus12.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: absolute;
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(http://i45.servimg.com/u/f45/15/95/60/34/plus12.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(http://i45.servimg.com/u/f45/15/95/60/34/minus12.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;
}

Homepage message
You can add the HTML anywhere else according where you want it to display, message content will display it on main index only
Code:
<div class="panel">
  <h3>Sliding Panel</h3>
  <p>Here's our sliding panel/drawer made using jQuery with the toggle function and some CSS3 for the rounded corners</p>
  <p>This panel could also be placed on the right. This could be particularly useful if, <a href="http://spyrestudios.com" title="SpyreStudios">like me</a>, you have a left-aligned website layout.</p>

  <h3>A Little Something About Me</h3>
  <img class="right" src="images/jon_image.jpg" alt="Jon Phillips" />
  <p>My name's Jon, I'm a freelance designer, blogger, musician. I run SpyreStudios and I specialize in WordPress blogs, CSS, XHTML and PHP</p>
<div style="clear:both;"></div><div class="columns">
  <div class="colleft">
  <h3>Navigation</h3>
      <ul>
        <li><a href="http://spyrestudios.com/" title="home">Home</a></li>
        <li><a href="http://spyrestudios.com/about/" title="about">About</a></li>
        <li><a href="http://spyrestudios.com/portfolio/" title="portfolio">Portfolio</a></li>
        <li><a href="http://spyrestudios.com/contact/" title="contact">Contact</a></li>
        <li><a href="http://spyrestudios.com" title="blog">Blog</a></li>
      </ul>
  </div>

  <div class="colright">
      <h3>Social Stuff</h3>
      <ul>
        <li><a href="http://twitter.com/jophillips" title="Twitter">Twitter</a></li>
        <li><a href="http://designbump.com/user/147" title="DesignBump">DesignBump</a></li>
        <li><a href="http://digg.com/users/jophillips" title="Digg">Digg</a></li>
        <li><a href="http://delicious.com/jon.phillips" title="Del.Icio.Us">Del.Icio.Us</a></li>
        <li><a href="http://designmoo.com/users/jonphillips" title="DesignMoo">DesignMoo</a></li>
      </ul>
  </div>
</div><div style="clear:both;"></div>

</div>
<a class="trigger" href="#">infos</a>

Javascript
Code:
$(document).ready(function(){
$(".trigger").click(function(){
 $(".panel").toggle("fast");
 $(this).toggleClass("active");
 return false;
});
});

Maw2Technician info Empty Re: Technician info Tue Mar 27, 2012 5:05 am

  • Moderator
Maw
Moderator
ok

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

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