Hey guys;

I've been working on a little concept webpage, and it works great in any browser !IE. But, any IE browser will not render the middleAlign DIV's as centered in the web page (like all the other browsers do).

Apart from that, and a few other little quirks, it looks good though (need to fix the height issue).

Here is the page:
http://drafts.thatcompdude.com/NewSite/

Any help on it would be great. Arg, M$, make a good rendering engine!

Cheers,
--Dylan

Recommended Answers

All 2 Replies

Looks centered for me, I tested in IE8 under IE8 standards mode and IE7 standards mode). The height issue shows up in IE7 standards mode but not IE8 standards mode. But I think that will be fixed it you set the div with class innerDialog to have 100% height:

.innerDialog{height:100%;}

Yea, I fixed it a day or two ago. Thanks anyway,
--Dylan

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.