stylefix with flexislider

This commit is contained in:
Ulf Gebhardt 2015-09-15 22:28:05 +02:00
parent 0fb31c3f90
commit e3d168e7b8
2 changed files with 4 additions and 10 deletions

View File

@ -4,13 +4,6 @@ function init_start(){
controlNav: false,
slideshow: true,
animationLoop: true,
/*start:function(slider){
//HIDE THE ARROWS BY DEFAULT...
$('.flex-direction-nav').css({visibility:'hidden'});
//THEN INSERT YOUR CUSTOM JQUERY CLICK ACTIONS TO REVEAL THEM AGAIN
}*/
});
$("#mojotrollz_nav a").click(function(){
$('#mojotrollz_nav li').each(function(){

View File

@ -3,11 +3,11 @@
<div class="flexslider" style="">
<ul class="slides">
<li><img alt="slider_image_01.jpg" src="./api.php?call=files&cat=content&id=slider_image_01.jpg" width="100%"></li>
<li><img alt="slider_image_02.jpg" src="./api.php?call=files&cat=content&id=slider_image_02.jpg" width="100%"></li>
<li><img alt="slider_image_03.jpg" src="./api.php?call=files&cat=content&id=slider_image_03.jpg" width="100%"></li>
<li style="display: none"><img alt="slider_image_02.jpg" src="./api.php?call=files&cat=content&id=slider_image_02.jpg" width="100%"></li>
<li style="display: none"><img alt="slider_image_03.jpg" src="./api.php?call=files&cat=content&id=slider_image_03.jpg" width="100%"></li>
</ul>
</div>
<div id="content_client" style="padding-left: 29px; padding-right: 29px; background: url(./api.php?call=files&cat=content&id=tapete.gif);">
<div id="content_client" style="padding-left: 29px; padding-right: 29px;">
<div style="background-image: url(./api.php?call=files&cat=content&id=download_client.png); background-repeat: no-repeat; background-size: cover; float: left; width: 250px; height: 80px;">
<a href="${magnet_classic}">
<div style="padding-top:20px; padding-left: 75px; font-size: 16px;">
@ -44,6 +44,7 @@
</div>
</a>
</div>
<h4 style="padding-top: 95px; text-align: center;">Players on ts3:mojotrollz.eu: <span class="label label-success">${ts_players}</span></h4>
</div>
</div>
</div>