Click to See Complete Forum and Search --> : Div expanding off the screen in IE8


ROSEBLOOD
10-21-2008, 02:41 PM
I have an AJAX script on my site, which pulls some HTML/Text from a file and puts it into a Div layer.

It works great in Opera, FireFox, Safari, and Chrome.....But IE is being retarded.

The website is no where near complete, but I went ahead and uploaded it to my website anyways so I could post the link here and possibly figure out what the hell is going on.

If you view it in any browser, aside from IE, it does what its supposed to. I've had to create 2 style sheets for my site, one for IE and one for everything else.

http://www.ajmaxwell.com/serv.php - Page in question
http://www.ajmaxwell.com/css/ie.css - Style Sheet in question

My brain hurts....:confused:

~ROSEBLOOD

dtm32236
10-21-2008, 03:49 PM
I would first try adding a Doctype:
http://www.alistapart.com/articles/doctype/

Then check for any coding errors:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.ajmaxwell.com%2Fserv.php

ROSEBLOOD
10-21-2008, 06:27 PM
Thanks :-) That fixed it. Now I don't need 2 style sheets.

Thanks for your help.

~ROSEBLOOD

dtm32236
10-22-2008, 08:11 AM
Sweet - glad it worked out!