How do i get get of horzontal scroll bar - 11/22/2006 11:48:45 Hi I've made a web site eshoppersonline.com and was wondering if I could get a code or something so that it would automatically have no horizontal scroll bar no matter which browser or screen size the customer is using
Tailslide
Posts: 6368 Joined: 5/10/2005 From: Out here on the raggedy edge Status: offline
RE: How do i get get of horzontal scroll bar - 11/22/2006 12:20:28
The problem is that you've got chunks of the page positioned absolutely at distances from the left hand side of the viewport that means they'll be wider than the browser window at screen widths less than about 900px wide. You'd need to rethink your whole positioning strategy to enable items to wrap at narrower screen widths or just ensure they aren't in total wider than say 760px (for a 800px wide screen setting) so that at least most screens would be without the horizontal scroll.