Template loading right and wrong?

Discussion in 'HTML & Website Design' started by Brian123, Jan 5, 2009.

  1. #1
    I have a free template, that you can see here:
    www.fbdforum.com/test
    It loads and looks okay on my screen, but when I view it on a older PC screen it loads like the image below.
    Any ideas what the problem is?
    I have tried reducing the with of the side bar in css, but it still loads strange on the older PC screen.
    [​IMG]
     
    Brian123, Jan 5, 2009 IP
  2. mariusrec

    mariusrec Peon

    Messages:
    15
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    it's because of the old internet explorer browser...
    it will only look wrong, on the old browser...
    try adding this line of code to your css (if it isn't already there) for the sidebar

    float: left;
     
    mariusrec, Jan 5, 2009 IP
  3. Brian123

    Brian123 Well-Known Member

    Messages:
    784
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    108
    #3
    Okay, thanks for that!
    So it is just a case of it being an old IE browser on my other PC?
    It all looks good on my laptop in both IE and Firefox.
     
    Brian123, Jan 5, 2009 IP
  4. mariusrec

    mariusrec Peon

    Messages:
    15
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yes, you shouldn't worry about it, ,most users have the latest versions of browsers.
     
    mariusrec, Jan 6, 2009 IP
    Brian123 likes this.