Avatar of jensjakobsen
jensjakobsen
Flag for Denmark asked on

CSS - IE10/IE9 vs. Chrome/Safari/Firefox

Hi

I have the weirdest problem with som CSS.

I have attached 2 screenshots:

Website shown with Chrome
Website shown with IE10

Internet Explorer 10
Chrome
Test your browser at http://www.dsts.org

Hope you can help.
CSS

Avatar of undefined
Last Comment
jensjakobsen

8/22/2022 - Mon
Kim Walker

I think you have to take IE9 out of compatibility mode to see CSS3 stuff. I've not seen IE10 yet.
jensjakobsen

ASKER
Meaning? Please describe the suggested ind detail if possible.
Kim Walker

Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
jensjakobsen

ASKER
OK - according to the article a compatibility icon will appear if the website has issues with the browser.

According to my screnshot, this is not the case.

No compatibility view issues?
Kim Walker

Can you post a link to the page? Which styles did you use? There are CSS3 styles that work in most all CSS3-compatible browsers. There are -moz styles that work in Firefox only. There are -webkit styles that work in Safari and Chrome only. You can use them all and the browser will ignore the ones it doesn't recognize.
jensjakobsen

ASKER
OK.

The page is www.dsts.org.

I appreciate your help a lot.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Kim Walker

Sorry for the delay. This is the first opportunity I've had to view the page in IE9. I do get the compatibility view icon in IE9 and am able to see the rounded corners in normal mode, squared corners in compatibility view mode. I don't see the gradient background image in either.

I believe you may have modified your CSS since I viewed this in Firefox and Chrome. I'm only seeing the CSS3 border-radius style now which is all you need for modern browsers. But the only gradient background image I see is a -moz-linear-gradient which is primarily supported by Firefox browsers. But the gradient does appear in Firefox, Safari, and Chrome in Windows 7.

I've attached a screen capture of what I'm seeing in IE9 in normal view mode.
IE9 normal (non-compatibility view) mode
jensjakobsen

ASKER
I haven't modified the code.

Is there any issues with the new IE10 and CSS?
Kim Walker

Frankly, I didn't know there was a version 10. When I go to Microsoft to download the latest version it takes me to IE9.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
jensjakobsen

ASKER
Sorry - I meant IE9.
jensjakobsen

ASKER
It appears that there is no solution to this :(
ASKER CERTIFIED SOLUTION
Kim Walker

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
jensjakobsen

ASKER
Thx for your anwser - I'll check tomorrow. I'm quite sure I've seen IE9 browsers handle the rounded corners I've specified in my CSS.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
jensjakobsen

ASKER
This answer was able to show me why CSS works as it does in IE9.