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.
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)
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.