Help : Sidebar in my website

Discussion in 'CSS' started by ryan06, Nov 8, 2006.

  1. #1
    Dear all DP members,
    I have a problem in my website http://www.aboutponsel.com. In IE, the sidebar always laying in bottom right corner. I have been find the problem css layout in my website (http://www.aboutponsel.com/style.css).
    Can anyone help me please.
     
    ryan06, Nov 8, 2006 IP
  2. jascele

    jascele Peon

    Messages:
    48
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you make the sidebar a little skinnier, it'll move up top.

    #news .sidebars {

    width: 200px;

    Try width: 180px;


    Or you could make it 190 and remove #news .words { margin-right: 10px; }
     
    jascele, Nov 8, 2006 IP
  3. ryan06

    ryan06 Member

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    Thank you jascele for your advice.
    I had been change the css layout and I can solve my problem now.
    Thank you very much jascele.
     
    ryan06, Nov 10, 2006 IP