Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Annoying horizontal scrolling list
Name: legolas Date: April 13, 2006 at 04:33:09 Pacific OS: Linux i686 CPU/Ram: 512 MB Product: HP Vectra
Comment:
I have CSS designed a webpage that fits nicely within a 1024x768 screen size.
Still, I get an horizontal scrolling list at the bottom indicating that the page is wider which indeed it is. But it's just extra space.
The one difference now with previous web pages I have made is that I'm using absolute positioning instead of tables. Could that be the reason?
Name: Michael J (by mjdamato) Date: April 13, 2006 at 07:10:19 Pacific
Reply:
Hard to say what the problem is without seeing it. If you were to use a 100% width on an element that has anything to the left or right of it, that would cause it, as would many other layouts.
Michael J
0
Response Number 2
Name: legolas Date: April 17, 2006 at 00:10:13 Pacific
Reply:
I've found the solution. I replaced the "position: relative;" directives in the css-file with "position: absolute;" Then the horizontal scrolling list disappeared.
Summary: Hi, I have been designing my website in dreamweaver and have set the width of all pages at 800 px. In firefox the site views perfectly and there are no horizontal scroll bars on any page. However, in ...
Summary: how do I remove that horizontal scroll bar? I have tried alot of techniques I found online, but no luck yet. yes, they are frames, I know, I know I should be doing a pure css site, but I'm not this ti...
Summary: I am using an iframe with my page, and in FireFox it works just fine, but in IE the iframe acquires a horizontal scroll bar. All the pages that show up in the iframe are set at 100% width with no marg...