Horizontal Overflow

liunx

Guest
I am adding an overflow, this is my first overflow property I have ever made, I have images that are within this overflow, and the continue onto the next line, but I only want the to be horizontal, with a horizontal scroll bar. How can I do this?


<!-- m --><a class="postlink" href="http://www.memoriesbymichael-mn.com/galleryweddings.phptry">http://www.memoriesbymichael-mn.com/gal ... ngs.phptry</a><!-- m --> coding the images as unordered list like

<div id="scrollimg">
<ul>
<li><a href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:doPic('/images/weddings/large/01.jpg');"><img alt=" " src=http://www.webdeveloper.com/forum/archive/index.php/"/images/weddings/thumb/01.gif" border=0></a></li>
<li><a href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:doPic('/images/weddings/large/02.jpg');"><img alt=" " src=http://www.webdeveloper.com/forum/archive/index.php/"/images/weddings/thumb/02.gif" border=0></a></li>
</ul>
</div>


set the <ul> list-style-type: none; and let the <li> float: left;

tell me if it works, or provide a zip with all files so i can check it out for you.No it doesn't work, but here are the two filesthat纾
 
Back
Top