ok, i have loads of images that are all next to eachother in code terms, there is no br or anything in between them.
overflow scroll still makes it scroll down wards though, the images dont expand over the width.
i know there is an IE only option, but how else could i get a div to only overflow horizontaly?Moz. has: overflow:-moz-scrollbars-horizontal; (and vertical of course)
or show us some code.If the images aren't floated, apply white-space: nowrap; to the CSS of the images' containing block. Images are inline by default.Originally posted by toicontien
If the images aren't floated, apply white-space: nowrap; to the CSS of the images' containing block. Images are inline by default.
thanx alot it worked
overflow scroll still makes it scroll down wards though, the images dont expand over the width.
i know there is an IE only option, but how else could i get a div to only overflow horizontaly?Moz. has: overflow:-moz-scrollbars-horizontal; (and vertical of course)
or show us some code.If the images aren't floated, apply white-space: nowrap; to the CSS of the images' containing block. Images are inline by default.Originally posted by toicontien
If the images aren't floated, apply white-space: nowrap; to the CSS of the images' containing block. Images are inline by default.
thanx alot it worked