Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CSS and Browser Compatibility

New Here ,
Jun 23, 2010 Jun 23, 2010

My web pages work fine on Internet Explorer 8, but changing the compatibility makes the page look completely different.  My menu bar is a big blue box and some users that don't have IE 8 can't see things on the page.

How can I make the CSS compatible for other browsers?

TOPICS
Server side applications
386
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 23, 2010 Jun 23, 2010

w3schools.com has a very good CSS reference page:

http://www.w3schools.com/css/css_reference.asp

When you click any of the CSS properties, it explains the usage etc. and shows supporting browsers with their icons.

Look at your CSS file, and check all the CSS properties you are using if they are compatible with non-IE browsers.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 26, 2010 Jun 26, 2010

I've read all through that and still can't figure it out. I have IE8 and

when I click the Compatibility button, my page looks completely different

(the way it looks on others old browsers). I don't see however where I have

used anything that isn't compatible with all browsers.

Any other suggestions?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 26, 2010 Jun 26, 2010
LATEST

If you can provide the url,maybe I can tell what is wrong...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines