pkskytektip
Programmer
How do you force horizontal scrolling for an entire page display? I have tried the following solutions after a search in Google:
[ul][li]Adding "min-width: 1500px" to the body style. This worked in a sample page, but not in my published page.[/li]
[li]Adding "overflow:scroll" to either the body or table tag.[/li]
[li]Adding "min-width" style settings to different tags, including the body and table tags.[/li]
[li]I have tried wrapping everything under the body in a div tag with an id class set to "min-width: 1500px".[/li][/ul]
None of these work reliably. What is the bottom line on forcing horizontal scrolling for an entire page display?
Any and all tips or clues would be appreciated.
[ul][li]Adding "min-width: 1500px" to the body style. This worked in a sample page, but not in my published page.[/li]
[li]Adding "overflow:scroll" to either the body or table tag.[/li]
[li]Adding "min-width" style settings to different tags, including the body and table tags.[/li]
[li]I have tried wrapping everything under the body in a div tag with an id class set to "min-width: 1500px".[/li][/ul]
None of these work reliably. What is the bottom line on forcing horizontal scrolling for an entire page display?
Any and all tips or clues would be appreciated.