aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes IE8 Compatibility Issue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "IE8 Compatibility Issue" Watch "IE8 Compatibility Issue" New topic
Author

IE8 Compatibility Issue

Abhishek Ralhan
Ranch Hand

Joined: Aug 01, 2010
Posts: 40

Hello Ranchers,

Our application was developed in IE6 and we have to make it IE8 compatible. There are lot of allignment issues, blocks of pages which are not displayed correctly and some of the functionality is being affected.
As the application contains a lot of javascript and css, and I barely have any experience in both of them.
Can you please provide any guide, links or anything which specifies the common problems and compatibility issues..

or can i find from anywhere what are the differences between ie8 and ie6?

Please help..


-Abhishek
I came to this world on a Learner's License
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
Jumping from IE6 to IE8 is like moving to a new country.

There is no guide to making it work other than coding CSS correctly and to standards and using CSS underscore and asterisk hacks to make it work in IE6.

Eric

Abhishek Ralhan
Ranch Hand

Joined: Aug 01, 2010
Posts: 40

What do you mean by asterisk and hacking in ie8.

There is no guide to making it work other than coding CSS correctly and to standards


Does that means i have to learn, how to code in CSS??
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56229
    
  13

If you are writing web pages, absolutely. That's like saying "do I need to learn Java to write Java applications?".


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: IE8 Compatibility Issue
 
Similar Threads
IE8 issue in GWT 2.0.3
rectangle curve border is hidden because of div tag
Finding out the version of Dojo
Javascript working with IE7, will work with IE8 without any issue?
Applet works in IE6 but not IE8