i-like-robots/jQuery-Slideshow

conflict with twitter bootstrap

cwang22 opened this issue · 2 comments

Hi, I'm trying to use the slideshow with bootstrap, but it seems that css namespace conflict with each other result in the buttons stop working properly

http://jsfiddle.net/2sq85j7s/3/

check code above and if u remove bootstrap css library it will be working again.

i found out its.carousel cause the problem
in bootstrap has something like

.carousel{
  position:relative;
}

it's wired as .carousel already had a relative position
for me i just rename the .carousel class and everything works fine.

Thanks for reporting this and your fix, it will be a useful reference for anyone else experiencing the same issue.