<div class="index-container"> <div class="container"> <div class="row"> <div class="col-xs-12"> <div class="index_block"> <div class="header_slider"> <script type="mce-text/javascript" src="{{skin url=''}}js/camera.js"></script> <script type="mce-text/javascript"> // <![CDATA[ /* index slider */ jQuery(function() { jQuery('#camera_wrap').camera({ alignmen: 'topCenter', height: '38.461%', minHeight: '50px', loader: false, navigation: false, fx: 'simpleFade', navigationHover: false, thumbnails: false, playPause: false }); }); // ]]> </script> <div class="fluid_container"> <div id="camera_wrap" class="camera_wrap camera_orange_skin"> <div data-src="{{skin url=''}}images/slider_pic1.jpg" data-link="specials.html"> <div class="camera_caption fadeIn"> <div class="right_slider_side sl_1"> <h2>Материнские платы</h2> <p> </p> <h4>восстановленные</h4> <h4> </h4> </div> </div> </div> </div> <div data-src="{{skin url=''}}images/slider_pic2.jpg" data-link="tripods.html"> <div class="camera_caption fadeIn"> <div class="right_slider_side sl_2"> <h2>Сервера IBM и HP </h2> <h4>International Business Machines</h4> <h4>Hewlett-Packard</h4> <p> </p> </div> </div> </div> </div> </div> </div> <div data-src="{{skin url=''}}images/slider_pic3.jpg" data-link="video-cameras.html"> <div class="camera_caption fadeIn"> <div class="right_slider_side sl_3"> <h2>Ноутбуки</h2> <h4>восстановленные</h4> </div> </div> </div> </div> <div class="clear"> </div> </div> Closed due to the fact that the essence of the issue is not clear to the participants of LEQADA , Regent , Aries , sepgg , ermak0ff Oct 18 '15 at 8:23 .
Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .
- Who knows, help is very necessary! -
- 3Write which line was deleted, where it was deleted, what should have happened and what happened. And then a bunch of code and "aaaaa, I broke everything, I don't know anything" - Umed
- <div class = "clear"> & nbsp; </ div> I think that in this line. I tried to change it myself does not work. - Zhenya
- on the photo you can see where it was 3 slides. I changed the text on the slides; I didn’t even remove it as I did - Zhenya
- <div data-src = "{{skin url = ''}} images / slider_pic3.jpg" data-link = "video-cameras.html"> <div class = "camera_caption fadeIn"> <div class = "right_slider_side sl_3 "> <h2> Laptops </ h2> <h4> recovered </ h4> </ div> </ div> </ div> </ div> <div class =" clear "> & nbsp; </ div> </ div> -
|
1 answer
Moved block:
<div data-src="{{skin url=''}}images/slider_pic3.jpg" data-link="video-cameras.html"> <div class="camera_caption fadeIn"> <div class="right_slider_side sl_3"> <h2>Ноутбуки</h2> <h4>восстановленные</h4> </div> </div> lower than it should be. He should go right behind:
<div data-src="{{skin url=''}}images/slider_pic2.jpg" data-link="tripods.html"> <div class="camera_caption fadeIn"> <div class="right_slider_side sl_2"> <h2>Сервера IBM и HP </h2> <h4>International Business Machines</h4> <h4>Hewlett-Packard</h4> <p> </p> </div> </div> |