vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - Slider in ad_global_below_navbar (https://vborg.vbsupport.ru/showthread.php?t=244528)

fixened 06-12-2010 10:00 PM

Slider in ad_global_below_navbar
 
1 Attachment(s)
Go on "ad_global_below_navbar"

Paste:
Code:

<center><style type="text/css">
ul#slider {
    width: 603px;
    height: 224px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul#slider li {
    float: left;
    position: relative;
    /*display: none;*/
}

ul#slider li div {
    position: absolute;
    width: 373px;
    background-color: #000;
    color: #fff;
    left: 0;
    /*display: none;*/
    padding: 10px;
}

.top {
    top: 0;
}

.bottom {
    bottom: 0;
}
</style>
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/mySlider.js" type="text/javascript"></script>
<script type="text/javascript">
    $(document).ready(function() {
        $("#slider").mySlider({
            timeOut: 4000,
            captionOpacity: .7           
        });
    });
</script>
    <ul id="slider">

        <li>
            <img src="http://i48.tinypic.com/2j1stgg.png" alt="" />
            <div class="top">
                Le nostre novit?!
            </div>
        </li>
        <li>
            <img src="http://i47.tinypic.com/wl9l4l.png" alt="" />
            <div class="bottom">

                Newsletter settimanale!
            </div>
        </li>
        <li>

            <img src="images/slider/4.jpg" alt="" />
            <div class="bottom">
                Call Of Duty 4...
            </div>
        </li>
    </ul></center>


Demo: Olox.it

Mikelito 06-13-2010 08:57 AM

Nice....Good Job :)

cionfs 06-13-2010 08:58 AM

Nice slideshow :)

fixened 06-13-2010 09:38 AM

Mikelito and Cionfs, Thank You

tafreeh 06-13-2010 08:03 PM

dont you think we need these two scripts:
script src="js/jquery.js
script src="js/mySlider.js

Martyn1983 06-13-2010 08:27 PM

Is there any way this could be adapted for use as a widget?

your24hourstore 06-14-2010 12:47 AM

1 Attachment(s)
Quote:

Originally Posted by tafreeh (Post 2053080)
dont you think we need these two scripts:
script src="js/jquery.js
script src="js/mySlider.js

here you go man

mmikel_atef 06-14-2010 06:26 AM

what if i need to do herf code ,,, of link on image?

dvbusuario 06-20-2010 03:53 PM

Could you share the script of the radio you have below the navbar, which shows current shoutcast statistics, as well as the player and others?

In advance, thanks.

Dr.osamA 12-31-2010 12:56 PM

installed

thank you


All times are GMT. The time now is 05:48 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02640 seconds
  • Memory Usage 1,737KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete