Results 1 to 3 of 3

Thread: horizontal scrollbar/ page alignment question

  1. #1
    Join Date
    Jul 2010
    Posts
    64
    Thanks
    23
    Thanked 0 Times in 0 Posts

    Default horizontal scrollbar/ page alignment question

    Dear all,

    I have a question and I hope you can help me with it.
    I made this page and it looks like it should however, a horizontal scrollbar is shown while this is not needed at all. You are now able to scroll to the right where additional white space is shown while I don't want this.

    Does anyone knows why this scrollbar shows up and how to remove it?

    Thank you very much in advance,

    Rosalie
    Last edited by Rosalie; 04-15-2011 at 12:48 PM.

  2. #2
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    Change this line of code:
    Code:
    ul#navBar2{
    	width: 800px;
    	height: 33px;
    	margin: 0px 0px 0px 57px;
    	list-style: none;
    }
    it's on navbar2.css

    the horizontal bar shows because you push it to much at the margin -left side. But you still use the full width: 950px.
    Just change the width to 800, and it solved

    Good luck...
    _____________________

    David Demetrius // davejob
    _____________________

  3. The Following User Says Thank You to davelf For This Useful Post:

    Rosalie (04-15-2011)

  4. #3
    Join Date
    Jul 2010
    Posts
    64
    Thanks
    23
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by davelf View Post
    it's on navbar2.css

    the horizontal bar shows because you push it to much at the margin -left side. But you still use the full width: 950px.
    Just change the width to 800, and it solved

    Good luck...
    Thank you very much, I didn't see that. It is indeed solved now!

Bookmarks

Posting Permissions

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