Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone,
I'm currently working on a website, and I primarily use Google Chrome as my default browser.

In Chrome the website looks fine, all divs are laid out correctly, and all CSS stylings are how they should be, however in IE9, some of the stylings are not showing, and a couple of my divs are different sizes, or incorrectly placed on the page.

Now I have researched on CSS compatibilty and found the correct ways of showing some CSS styles in IE, like box-shadow, and text-shadow for example. However they still do not show.

If anyone has any suggestions that would be greatly appreciated!

Regards,
Tom.
Posted
Comments
Sergey Alexandrovich Kryukov 13-Feb-12 20:42pm    
Just a note: "found the correct ways of showing" sounds like a little exaggeration in view of "However they still do not show". :-)
IE still sucks.
--SA

1 solution

AFAIK, There is no standard single solution for cross browser CSS compatibility issues.

If you choose to make your website look good in various browsers and browser versions,

You can have seperate CSS files for each browser and version that you target and tailor each CSS file accordingly for each browser.

If you choose to have a single CSS file, then you will need to manually perform CSS optimisation by trial and error method by testing it in various browsers and adjusting the attributes accordingly.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900