uzuner slide panel
This modification is in the archives.
Hi friends,
Modification is a forum including slides in your site, that you can add whichever html code you want install: Bring the folder into the forum root, if you would like to see the given code in all the pages, in the header template step 1: upload folder upload to forum root step 2: search header templates: <!-- logo --> above the <!--uzuner slide panel--> <script type="text/javascript" src="slidepanel/jquery.js"></script> <script type="text/javascript"> $(document).ready(function(){ $(".btn-slide").click(function(){ $("#panel").slideToggle("slow"); $(this).toggleClass("active"); return false; }); }); </script> <div id="panel"> <!-- you can put content here --> </div> <p class="slide"><a href="#" class="btn-slide">Site Gezgini</a></p> <!-- / uzuner slide panel--> step3: Also put the css codes underste the additional css codes a:focus { outline: none; } #panel { background: #A90101; height: 200px; display: none; } .slide { margin: 0; padding: 0; border-top: solid 4px #A90101; background: url(slidepanel/btn-slide.gif) no-repeat center top; } .btn-slide { background: url(slidepanel/white-arrow.gif) no-repeat right -50px; text-align: center; width: 144px; height: 31px; padding: 10px 10px 0 0; margin: 0 auto; display: block; font: bold 120%/100% Arial, Helvetica, sans-serif; color: #fff; text-decoration: none; } .active { background-position: right 12px; } good luck example web site: http://www.okulonceciyiz.biz Download
This modification is archived, downloads are still allowed. Supporters / CoAuthors
|
Similar Mods
Integration with vBulletin [AJAX] - Slide Panel (F1) | vBulletin 3.7 Template Modifications |