|
Posted by Beauregard T. Shagnasty on 09/10/06 23:06
Luigi Donatello Asero wrote:
> This has been fixed but the scrolling bars are still there although the css
> external style sheet validates
Sure, it may validate, but the validator doesn't care if you have a
horizontal scrollbar. Your visitors do, however.
As I said, it is going to be some bad combination of your excessive
numbers of margin and/or width settings, where you have exceeded 100%
for the window width. You might have some luck by adding a selector at
the top of your file for:
* { border: 1px solid green; }
...and see what extends beyond the browser viewport. Any place you have
more than - at the most - three thicknesses of the 1px border, well,
you're nesting too deep.
--
-bts
-Motorcycles defy gravity; cars just suck.
[Back to original message]
|