html - How can i get my slideshow to stop changing size? -


i can't seem html/css slideshow stoping changing size. dont know how else explain better "changing size" go check out yourself:(to slideshow load scroll down on page up) dogmother.ca. have tried change of css stop cant work same html. if has ideas please tell me need fixed possible.

the index.html slideshow source code:

 <div class="slider">         <div class="slider-wrapper theme-default">             <div id="slider" class="nivoslider">                 <img src="images/banner1.jpg"  />                 <img src="images/banner2.jpg" />                 <img src="images/banner3.jpg"  />                 <img src="images/banner4.jpg" />                 <img src="images/banner5.jpg"  />             </div>        </div>      </div> 

the css slide show can found here:

http://dogmother.ca/css/slider.css

reading comments, sounds want remove spacing between navigation , images. have styling on slider. remove top margin or change value of choosing (found in slide.css on website)

} .css-slideshow{   position: relative;   max-width: 1586px;   height: 400px;   margin: 0 auto .5em auto; } 

Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -