Horizontal Scroll Bar issues..

by ruxi
1 replies
  • WEB DESIGN
  • |
I'm trying to place a gallery section in the a web page that scrolls through images horizontally.

The scroll bar is showing but no matter how many images I place in the div, it won't let me scroll across.

This is my CSS code:

#gallery {
width:950px;
height:450px;
background-color:#FFFFFF;
overflow:scroll;
overflow-y:hidden;
}

HTML Code:

<td height="500"><div id="gallery"><img src="Isabella Working Images/1.jpg" /><img src="Isabella Working Images/2.jpg" /><img src="Isabella Working Images/3.jpg" /><img src="Isabella Working Images/5.jpg" /><img src="Isabella Working Images/6.jpg" /></div></td>

Help?
#bar #horizontal #issues #scroll
  • Profile picture of the author VisualWebEffects
    i tested your css class in IE, Firefox, and Chrome and it seems to work just fine. What browser are you using??
    Signature
    VisualWebEffects- Web Application Development, PC Software Development and Identity Design services
    {{ DiscussionBoard.errors[1390398].message }}

Trending Topics