Skip to content

How to prevent HTML content from wrapping when i re-size the browser window?

nick asked:


I am using div and tables as containers for the content.
When i re-size the window, the content wraps. I just want the content to be locked where it is and provide a horizontal scroll bar to view the entire content.
How to achieve this?
Thanks!

Caffeinated Content
Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay

One Comment

  1. Jay wrote:

    The head of your document or set fixed width eg div or set fixed width eg 800px.
    The div stylewidth1200px you should either set fixed width eg percent or by referencing an external.
    The div or table fixed width eg 800px.

    Tuesday, December 22, 2009 at 8:02 am | Permalink