Results 1 to 2 of 2

Thread: force horizontal scroll?

  1. #1
    Join Date
    Apr 2011
    Posts
    3

    force horizontal scroll?

    I've got a page that is 900px wide with the main wrapper div centered with margin-left, margin-right:auto. I then put a small graphic (125x40) "outside" the wrapper with an absolute value trick:

    Code:
    img#outsidePix { position: absolute; top: 3px; left: -110px;}
    But if the screen/browser is small (< 900px), the picture is cut off. Q: Is there a way to turn horizontal scrolling on before the viewing (screen, browser) is sized below 900px wide?

  2. #2
    Join Date
    Jun 2010
    Posts
    24
    it is a good practice to put everything in your "wrapper" when you design a site in div

    for scrolling try overflow:scroll; property if this don't help then show me the design code maybe i can help

Similar Threads

  1. Force browser refresh
    By Ironwil in forum General Questions
    Replies: 0
    Last Post: 19 Jun 2009, 06:42 PM
  2. no horizontal scroll bar
    By dmelo in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 12 Feb 2007, 01:31 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •