Hey folks,
seems like there is something disturbing the bootstrap carousel.
the first image ist perfekt
but,
* it *does not rotate by itself *- only by using the navigation
* the *second image moves into the left corner of my page*.. .just
disappearing in outer space
* the third comes from the upper right corner out of nowhere ... why can't
this move horizontally?
This is my Code snippet
<div id="myCarousel" class="carousel slide" height=400 width=512
data-interval="2000">
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item"><img
src="http://www.orpheus-it.com/cms_2012/images/stories/slideshows/startseite/spendcontrol.jpg"></div>
<div class="item"><img
src="http://www.orpheus-it.com/cms_2012/images/stories/slideshows/startseite/ppm.jpg"></div>
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#myCarousel"
data-slide="prev">‹</a>
<a class="carousel-control right" href="#myCarousel"
data-slide="next">›</a>
</div>
Where is the problem?
Thank you so much!
Sabine