Log in

View Full Version : Mini Mods - Slider in ad_global_below_navbar


fixened
06-12-2010, 10:00 PM
Go on "ad_global_below_navbar"

Paste:
<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 (www.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
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