Results 1 to 3 of 3
  1. #1
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,443
    Thanks
    65
    Thanked 30 Times in 28 Posts

    Force Scroll Bar Display in IE

    Anybody got any idea if it is possible for my website to force IE to display the right handside scroll bar at all times, even on pages that are short and don't require it?

    I am working on a website that has some really long pages and some very short pages (due to textual content), when I navigate between these pages transition isn't smooth because on some pages the scroll bar isn't there and on others it is...shifting the site about a cm left/right each time.

    Any ideas?

  2. #2
    Senior Member Xenonsoft's Avatar
    Join Date
    Nov 2008
    Location
    Essex
    Posts
    585
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hey Damon,

    If you put this in your css file you will force all browsers to display a vertical scroll bar.

    Code:
    html 
    	{
    		overflow-y: scroll;
    	}
    I just ran the code through the validator and it says its not valid in CSS level 2.1 but is valid in CSS3.

    Hope this helps.

  3. #3
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,443
    Thanks
    65
    Thanked 30 Times in 28 Posts
    Works a treat Fred, many thanks :icon_thumbup:

Similar Threads

  1. Advice for printing an old map scroll
    By wellington in forum Printing & Print Design Forum:
    Replies: 1
    Last Post: 11-10-2011, 04:34 PM
  2. A2 portfolio display box
    By heartburn in forum Tenders & Services Required Forum:
    Replies: 0
    Last Post: 05-07-2009, 02:32 AM
  3. What to display on Limited Company Stationery
    By Boss Hog in forum Graphic Design Resources:
    Replies: 2
    Last Post: 09-03-2008, 11:06 AM
  4. Compare fonts for screen display
    By Boss Hog in forum Website Design Resources:
    Replies: 0
    Last Post: 08-31-2008, 04:32 PM
  5. Website display issues in Internet Explorer 8?
    By Boss Hog in forum Website Design Forum:
    Replies: 0
    Last Post: 08-30-2008, 08:15 PM

Tags for this Thread

Posting Permissions

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