Skip to content Skip to sidebar Skip to footer

How To Make A Scrolling Row Of Divs Using Css & Javascript?

I am trying to create a webpage with a dynamic number of forms (to represent a list of items a user can describe. I have most of my functionality working, but I would like the dymi

Solution 1:

Doesn't this addition to your header suffice ?

<metahttp-equiv="X-UA-Compatible"content="IE=edge" />

(I haven't IE on my linux workstation but it is usually enough to make IE9 work as expected if the doctype is already correct)

Post a Comment for "How To Make A Scrolling Row Of Divs Using Css & Javascript?"