Site looks good on FireFox...but not in IE7....????

Discussion in 'HTML & Website Design' started by tonyfloyd, Jun 8, 2008.

  1. #1
    hi all.....

    see http://www.phonezone.net

    sidebar is fine in firefox....however in IE7....it drops to the right....under content.....how do i fix this??

    any ideas?

    thanks
    tony
     
    tonyfloyd, Jun 8, 2008 IP
  2. tonyfloyd

    tonyfloyd Well-Known Member

    Messages:
    1,230
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    140
    #2
    any ideas how i can fix this?....i have a feeling its a simple code error somewhere.....
     
    tonyfloyd, Jun 8, 2008 IP
  3. Jongusmoe

    Jongusmoe Member

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    Those are floating divs, right?
    If so, do you have a container (aka wrapper) going around it?
    Make sure it's big enough, otherwise I'm not sure what would cause that problem.
     
    Jongusmoe, Jun 8, 2008 IP
  4. tonyfloyd

    tonyfloyd Well-Known Member

    Messages:
    1,230
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    140
    #4
    hhhm.....not sure where to edit this to make site look normal on IE....any help?

    thanks
    tony
     
    tonyfloyd, Jun 9, 2008 IP
  5. Spawny

    Spawny Well-Known Member

    Messages:
    252
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #5
    remove adsense code above
    <!DOCTYPE html PUBLIC 
    HTML:
    that's what make it look screwy on IE find <body> add the code after the body tag
    
    <div style="text-align:center;">
     <!-- Your Adsense Code Here -->
    </div>
    HTML:
     
    Spawny, Jun 9, 2008 IP
  6. tonyfloyd

    tonyfloyd Well-Known Member

    Messages:
    1,230
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    140
    #6
    thanks!...that did it..:)
     
    tonyfloyd, Jun 9, 2008 IP