Poblem with CSS template

Discussion in 'CSS' started by pablodauria, Nov 1, 2007.

  1. #1
    Hi, I'm not a designer, but as I'm always having problems with designers, not delivering what they promise on time, I decided to start using a free template I found to build my new sites (buying only the header to a designer).

    The problem is that now the site I built looks great with Firefox, but there is something with I Explorer and the content doesn't look OK.

    Could somebody tell me how can I fix it?

    The site is: www.easypocketbikes.com.

    If you check it with Firefox is fine, but with I Explorer it doesn't look OK.

    Thanks,

    Pablo.
     
    pablodauria, Nov 1, 2007 IP
  2. webdesigner

    webdesigner Well-Known Member

    Messages:
    489
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    110
    #2
    You just need to reduce the width slightly for your content div. Its slightly to big to fit there in IE hence pushing it down and making it start after left nav
     
    webdesigner, Nov 1, 2007 IP
  3. soulscratch

    soulscratch Well-Known Member

    Messages:
    964
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    155
    #3
    The problem is you're making #content and #sidebar fluid (percentages) when your container is a fixed size. If its going to be 850 px then make #content and #sidebar pixel values as well.. if not, then make the container a percent width.
     
    soulscratch, Nov 1, 2007 IP