views:

150

answers:

1

Hi everyone,

Related to this post

stackoverflow.com/questions/1736910/css-problem-with-overflow-with-div

The awser helped me ie: adding display: inline; i wanted to add some div into the div ".div-image" for title and description: i found that it worked if i replace display: inline; with display: inline-block; but guess what, it doesn't work with IE Example only working with Firefox

Can someone have a idea what i should do for my horizontal scrolling div to work with IE to Thank's for your help

A: 

if you want you can either go with just float-left or write a javascript function that'll do a replace for you based on whether it's ie or not.

Pydroid
float left doesn't work, it do a return and block appear under the first row
Gino
im not very good at javascript, don't really know what to do
Gino