elmu
03-26-2008, 12:54 PM
Hello,
I have a div where I want to display images. What I want is that if there are too many images then a horizontal scrollbar appears and so I can see all images.
Unfortunately with my current CSS code the images are ordered into more rows if the div size gets bigger than the parent div.
How can I put them into a single row?
This is my css code for the div
#list{
height:120px;
overflow:auto;
text-align:center;
}
Thanks!
I have a div where I want to display images. What I want is that if there are too many images then a horizontal scrollbar appears and so I can see all images.
Unfortunately with my current CSS code the images are ordered into more rows if the div size gets bigger than the parent div.
How can I put them into a single row?
This is my css code for the div
#list{
height:120px;
overflow:auto;
text-align:center;
}
Thanks!