I'd like to have a div that ONLY side scrolls.
Currently I'm using <div class="content"</div> with the CSS .content { overflow:scroll; } but that scrolls down rather than side to side.
Is there any way to make a DIV tag that will hold ALL the content within height:100px & scroll side to side ONLY.
Basically I'm wanting a line of thumbnails in a 'scroll box'.
Thanks,
Craig.
Currently I'm using <div class="content"</div> with the CSS .content { overflow:scroll; } but that scrolls down rather than side to side.
Is there any way to make a DIV tag that will hold ALL the content within height:100px & scroll side to side ONLY.
Basically I'm wanting a line of thumbnails in a 'scroll box'.
Thanks,
Craig.