开发者

Displaying an Image and Content slider beside each other

开发者 https://www.devze.com 2023-04-13 01:40 出处:网络
I have an image slider and a content slider b开发者_开发百科eside each other.The image slider is floating left.When the screen size is reduced (ctrl + roll mouse wheel) the content slider drops beneat

I have an image slider and a content slider b开发者_开发百科eside each other. The image slider is floating left. When the screen size is reduced (ctrl + roll mouse wheel) the content slider drops beneath the image slider.

http://www.tall-shiprace.com/

Does anyone know how I can prevent this from happening?


Update your CSS Style

From

#BJ_ImageSlider_164_out.gallery_out {
background: #333;
}

TO

#BJ_ImageSlider_434_out.gallery_out {
background: #333;
width: 729px !important;
}
0

精彩评论

暂无评论...
验证码 换一张
取 消