bootstrap: Slider on 2 spans ? - one span=image, one span=textblock
I have some segments that a similar on my page, same setup - one icon-logo
and one text-area:
<div class="row-fluid">
<div class="span7">
<img src="img/icon2.png" alt="" />
</div>
<div class="span4">
<h6>My Text Area</h6>
<p>Description of that functionality<br>
Multi lines of text<p>
</div>
</div>
Just basically an icon and a description text, started out with having 2
of theese which is alright, now there is 8 and i think i would like to
gather it in one segment, but then slide between the 8 icons/descriptions.
So my question is, any chance or any component availabe where i can put in
8 of theese in a slider-effect way ? most sliders ive looked at is image
sliders, but since i need to have multilanguage i dont want to convert the
2 spans into 1 image.
Am not an expert in webdevelopment so an example would really be
appricated if its possible.
No comments:
Post a Comment