I have a nivo slider on the bottom of the page (footer) Page-Link The images of this slider are distorted.
HTML:
<div class="slider">
<img src="img-slider1.png" alt="" />
<img src="img-slider2.png" alt="" />
<img src="img-slider3.png" alt="" />
</div>
CSS:
#footer .slider { width: 500px; height: 148px; margin-left: 30px; margin-top: 10px; }
Anyone an idea what is wrong with this nivo slider?
Looking at your page's source code says that nivo-slider.css is not found at its supposed location:
Try to make it available and everything will be fine.
Checkout this demo with valid css source: http://jsbin.com/eguVoGA/1/