southbeach
Programmer
I have
In actual code I have about 16 image tags but only 6 of them show. So, it only shows the first number of images that fit within the defined width of the layer. It is not scrolling nor showing the scrolling bar ...
What am I doing wrong?
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.
Code:
<div style="height:110px; width:620px; overflow-x:scroll ; overflow-y: hidden; padding-bottom:10px;">
<img class="magnify" src="media/photos/album/event012010.jpg" style="width: 95px; height: 105px; float: left; padding-right: 2px; border: 0px;" />
</div>
In actual code I have about 16 image tags but only 6 of them show. So, it only shows the first number of images that fit within the defined width of the layer. It is not scrolling nor showing the scrolling bar ...
What am I doing wrong?
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.