dumdumsareyum Posted March 6, 2009 Share Posted March 6, 2009 I have this section at the bottom of my page that I'm trying to have scroll bar at the bottom and have the content be very wide (but the rest of the page is not) It works like a champ in mozilla and safari, looks shaky in opera, and looks like a$$ in ie here's the link http://www.slantgraphics.com/0901_HoustonControls/home.php and the code associated with the part in question: #slider { height: 135px; margin-left: 11px; margin-right: 12px; overflow: auto; background: #5c1817; clear: both; color: white; } #sliderwrap { width: 1600px; } #slider .group { float: left; margin: 10px; margin-left: 25px; margin-right: 25px; width: 175px; text-align: left; } and the html <div id="slider"> <div id="sliderwrap"> <div class="group"> <table> <tr><td><img src="<?php echo $path."images/industrial_image1.jpg" ?>" alt="Industrial Image" height="95px" /></td> <td>Sample image</td> </tr> </table> </div> <div class="group"> <table> <tr><td><img src="<?php echo $path."images/industrial_image1.jpg" ?>" alt="Industrial Image" height="95px" /></td> <td>Sample image with lots of text oh no</td></tr> </table> </div> //these sample images repeat a few more times </div> </div> Can anyone help please? Quote Link to comment https://forums.phpfreaks.com/topic/148302-horizontal-slider-making-me-cry/ Share on other sites More sharing options...
dumdumsareyum Posted March 6, 2009 Author Share Posted March 6, 2009 btw I put the html and the css in the validator and they came out ok, so that's when I decided to defer to the css gods on this forum Quote Link to comment https://forums.phpfreaks.com/topic/148302-horizontal-slider-making-me-cry/#findComment-778576 Share on other sites More sharing options...
haku Posted March 8, 2009 Share Posted March 8, 2009 Are you speaking of IE6? It looks fine in IE7. I don't have IE6 on this PC though. Quote Link to comment https://forums.phpfreaks.com/topic/148302-horizontal-slider-making-me-cry/#findComment-779550 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.