Quote (AkuuZ @ Dec 17 2013 03:20pm)
are you using any cms for the website currently, such as wordpress, joomla, drupal ect?
not atm.
im writing from scrach in DW.
Code
<div id="slider">
<img src="images/slider/slider-imgs/img1" alt="caption1" />
<img src="images/slider/slider-imgs/img2" alt="caption2"/>
<img src="images/slider/slider-imgs/img3" alt="caption3" />
</div>
so that is the basic HTML i have for my slider so far.
This works fine, i have some text that is my caption (alt attribute)
now im having a hard time adding HTML content to the slider. If i add <div> and lets say:
Code
<ul>
<li><a href="https://facebook.com" target="_blank">Facebook</a></li>
<li><a href="https://www.twitter.com" target="_blank">Twitter</a></li>
<li><a href="https://youtube.com/" target="_blank">Youtube</a></li>
</ul>
what ends up happening, is that stuff i added either gets carried over to every slide or it just completely messes up the slider in general.
id like to understand how to properly add in some buttons with sprites, maybe a <form> with a newsletter signup and boxes inside each slider with images that are not the main slider background content for example.
This is the trouble im having. And I know time is money so i dont expect anyone to teach me or look into it more deeply. So i asked if anyone know of a good Jquery that already has the HTML set up and i could just change the text / urls and good to go.