Answered by:
IE 8 web page not displayed properly

Question
-
User1263964680 posted
IE 8 Web page not displayed properly, its working with IE6 and IE7.
The web page hafe part displayed but remaining half part not display also for that scroll bar is also not display for seen remaining part of page.
does anyone occur same problem, how to solve the problem please send reply any solution.
Thanks & Regards,
Arun
Thursday, August 12, 2010 6:29 AM
Answers
-
User-37275327 posted
May be you need to change the css or change layout arrangement. if u use table try using divs. to change runtime markups tools - Developer Tools in IE 8
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, August 16, 2010 4:40 AM
All replies
-
User933465580 posted
Quick Fix, add this tag to force compatability mode:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Thursday, August 12, 2010 7:07 AM -
User-1954435776 posted
Can you be more clear? compailtablity issues are more common in front end design
Thursday, August 12, 2010 8:08 AM -
User933465580 posted
IE8 can be made to run in compatability mode, where it emulates IE7.
To make this happen, you insert this tag into the header section of your page:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Obviously this is only a quick fix, but this will give you time to check your CSS, where I suspect your problem lies.
Thursday, August 12, 2010 8:54 AM -
User1263964680 posted
In my web site the web pages (controls) are display/worked clearly in IE6/7, but not in IE8.
e.g. I use ont panel on my webpage it display properly or on central position whatever I mentioned in web page it looks good ion IE6/7 but in IE8 I occurred problem of that the page panel goes on right down corner and half of it display other half part will be not displayed, for that part there is not any scrollbar come on the page. IT looks as a static.
Monday, August 16, 2010 1:07 AM -
User-37275327 posted
May be you need to change the css or change layout arrangement. if u use table try using divs. to change runtime markups tools - Developer Tools in IE 8
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, August 16, 2010 4:40 AM