Dance10Looks10 wrote:When I have scroll=”auto” I get a horizontal scrollbar whether I want one or not.
I know that if you make the total screen width less than 100%, it is supposed to solve the problem. I see it in every one else’s code but it doesn’t work for me. Arrrggggghhhh!
I need it to work in both full screen mode and in a fieldset. Any help is gratefully appreciated!
I never, never use an exact with for anything on my web pages.
I always use a percentage that way regardless of the user's screen resolution
and monitor size (width), there should be no horizontal scroll bar!
If for some reason, I must declare an exact width (generally a cell width in a table), I ensure the other cell(s) in the same row use a percentage.
Not sure that's legal, but it works for me!
Not guaranteeing this will solve your problem, but hoping it will help!