Simple Page [And Yet IE Cannot Display It Correct]

Discussion in 'HTML & Website Design' started by BlueEew, May 28, 2008.

  1. #1
    Hello. Damn I hate IE. Why does it have to be so hard to get a simple page right for it. I have a web page. Just one page that is simple as simple can be. FireFox, Opera, and Safari display it correct.

    IE does not.

    http://pokeproject.net/pokedex.html

    Can someone help me fix this for IE please?

    Thanks,
    BlueEew.
     
    BlueEew, May 28, 2008 IP
  2. Accelerated Media

    Accelerated Media Banned

    Messages:
    597
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I would just use tables to display all that data, instead of messing with DIV's (unless you know what you're doing when it comes to playing with floating DIV's, fixed widths, and cross browser rendering)
     
    Accelerated Media, May 28, 2008 IP
  3. itcn

    itcn Well-Known Member

    Messages:
    795
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    118
    #3
    One thing you can to simply the page's code is move all the div statements into an external style sheet and use class declarations: <div class="box">, etc. It's difficult (too time-consuming) to debug the way you've coded it, but check the paddings/margins on those divs you do have.
     
    itcn, May 28, 2008 IP