Results 1 to 4 of 4

Thread: Right sidebar gets pushed down in ie6

  1. #1
    Join Date
    Jul 2008
    Location
    boston, ma
    Posts
    88
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default Right sidebar gets pushed down in ie6

    Hi,
    The right sidebar is lined up fine in every browser cept for ie6. any ideas why it gets pushed down so far?
    http://www.clashgraphicdesign.com/CC.../homepage.html
    Last edited by Snookerman; 04-22-2009 at 08:56 AM. Reason: fixed title and added “Resolved” prefix

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Add this to your css:
    Code:
    #right-sidebar{
    	background-color:#dbd7cc;
    	width:160px;
    	height:1110px;
    	float:right;
    	_clear:both;
    }

  3. #3
    Join Date
    Jul 2008
    Location
    boston, ma
    Posts
    88
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    works nicely! thank you

  4. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Wink

    You're welcome!
    Make sure you go to your first post, edit and then add the Resolved prefix to let others know the problem is solved.

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
  •