1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

HELP ! .. my Web is Screw up in IE but perfectly fine in Firefox

Discussion in 'HTML & Website Design' started by rzoned, Jul 30, 2007.

  1. #1
    can anyone check
    http://www.mygame-store.com

    both in IE and Firefox
    for some reason in IE, it screw up. everything become very big
    but in Firefox it show perfectly fine

    I couldn't figure out whats wrong
    anyone please help me :)

    Thanks in advance guys
     
    rzoned, Jul 30, 2007 IP
  2. sawz

    sawz Prominent Member

    Messages:
    8,225
    Likes Received:
    808
    Best Answers:
    0
    Trophy Points:
    360
    #2
    i'm just gonna take a stab at this, that bookmark link you have in the upper left hand corner, that might be causing the problem. like i said, just a guess.
     
    sawz, Jul 31, 2007 IP
  3. Tobias

    Tobias Peon

    Messages:
    20
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Probably the font sizes, in my opinion.

    Try using a definitive amount of px instead of ems, and tell us what happens. I doubt it's the bookmark thing in IE because it displays perfectly fine for me... and from the images displaying fine, the divs displaying fine and the text being the only thing that isn't displaying fine.. take a guess :)

    Anyways, hope I helped! :)
     
    Tobias, Jul 31, 2007 IP
  4. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,998
    Best Answers:
    253
    Trophy Points:
    515
    #4
    <div id="sitetitle" style="float: left; height: 121; width: 1040; color: #333">
    <h1 style="text-align: center">
    <h1 style="text-align: center">PlayStation 3</h1>
    <h2>

    Gee, I wonder what's wrong? Inlined presentation, mixed metrics, lack of metric on some elements (height:121 - 121 WHAT? PX? EM? %? Taco's? Jalapeno's on a stick?), unclosed H1 tag (that's your most likely culprit - H1 inside a h1 with a % font size = doublesize), google adverts inside an h2, then later down the page headers that are using ten tags to do the job of a single header....

    See, we have this thing called validation these days... separation of content from presentation? Ring any bells?

    Phew... what a train wreck. Lemme guess, first website?
     
    deathshadow, Jul 31, 2007 IP
    sawz likes this.
  5. rzoned

    rzoned Well-Known Member

    Messages:
    162
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #5
    hey
    those unclosed h1 tag causing the problem

    I got lot to learn
    thanks guys
     
    rzoned, Jul 31, 2007 IP