Not showing right in IE

Discussion in 'HTML & Website Design' started by hand, Dec 15, 2009.

  1. #1
    Not sure why but my site is not showing right in IE 7
    http://fredericksburgbusinesses.com/index.php
    On the right side you can see the right hand menus are all at the bottom of the screen on the right side and not alongside the content.

    But, if you click any other menu item it all shows up correctly. Not sure what exactly I need to change on it.

    Any help appreciated.
     
    hand, Dec 15, 2009 IP
  2. HomeComputerGames

    HomeComputerGames Peon

    Messages:
    871
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi, try making the advertisement window that you have just under the listing a bit smaller. This may be causing the right side to wrap.

    flippa, I reported you as a spammer
     
    HomeComputerGames, Dec 15, 2009 IP
  3. jwitt98

    jwitt98 Peon

    Messages:
    145
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Take a look in your CSS and find this line:

    #content {
    clear:both;
    width:100%;
    }
    Code (markup):
    remove the "width: 100%" line so that that it looks like this:

    #content {
    clear:both;
    }
    Code (markup):
     
    jwitt98, Dec 15, 2009 IP
  4. hand

    hand Well-Known Member

    Messages:
    658
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    130
    #4
    thank you much for the info
     
    hand, Dec 15, 2009 IP
  5. AlexKey

    AlexKey Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    "Clearfix" hack would be helpful too.

     
    AlexKey, Dec 15, 2009 IP
  6. glorykid

    glorykid Active Member

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #6
    You should also download ietester so whenever you design a website you can see how it looks in all versions of Internet exploer
     
    glorykid, Dec 15, 2009 IP