IF anyone knows how this can be solved i'd be really grateful :)
When i try " www.leogym.com " on Safari browser, the Slider looks fine. but, on Chrome and Opera & Firefox it's not !!!
Thanks for any help! appreciated.
On #loopedSlider you need to add margin: 0 auto; and give the navigation links a higher z-index.
#loopedSlider
margin: 0 auto;
#looperSlider { margin: 0 auto; } .next, .previous { position: relative; z-index: 5; }
result: http://cloud.chrisburton.me/image/3U4720341A09
IF anyone knows how this can be solved i'd be really grateful :)
When i try " www.leogym.com " on Safari browser, the Slider looks fine. but, on Chrome and Opera & Firefox it's not !!!
Thanks for any help! appreciated.
On
#loopedSlideryou need to addmargin: 0 auto;and give the navigation links a higher z-index.result: http://cloud.chrisburton.me/image/3U4720341A09