Hi Till & Falko, It's known that IE7 & IE8 are not the best browsers as it comes to CSS. So, rounded corners defined in css does not work without a fix. But, when using a fix, it is possible to see rounded corners if you using IE7 or IE8, as you can see here: http://109.71.49.185/fileadmin/ind.html However, when we use the same html-file on our own Debian ISPConfig3 server, we can not see the rounded corners in IE7 and IE8: http://wonnebald.typo3surfer.eu/fileadmin/beheer/home/csv/ind.html So, I had a look at the content of the file /etc/mime.types. There we have have a line, like: text/x-component htc Do you know why the rounded corners on our Debian ISPConfig3 server are not shown when IE7 or IE8 is used? I wonder what else needs to be configured, to make it possible.
Border radius IE doesn't support border-radius. You could try this possible fix described here: http://dimox.net/cross-browser-border-radius-rounded-corners/
Yes i know, but as you can see here: http://109.71.49.185/fileadmin/ind.html WITH IE7 or IE8, you see a border radius. But, when i visit exactly the same file on our ISPConfig3 server, with IE7 or IE8 at http://wonnebald.typo3surfer.eu/fileadmin/beheer/home/csv/ind.html, the border radius is NOT shown! So the question is, what needs to be configured to make it possible on the ISPConfig3 server as well.
Css is a browser side technology like javascript. It is not related to any server setting and it does not matter which controlpanel, operating system, webserver etc. you use to deliver the web pages, so this is not related to ispconfig in any way.
Thanks both for your help! And yes i realize that Till, but do you have an explanation then? I mean, when i visit the html file on the first server i can see the border-radius and on the ISPConfig3 server not??? Same pc, same browser, same html file, different servers (but both Debian).
Might be a browser extension or any setting on your windows workstation that e.g. handles that one site is a trusted system and the oter one not or you have any browser extension installed that loades a different rendering engine for one IP etc. Another option might be that the file is not the same or that the file has any relative links or includes to css or javascript or images that are missing.
The issue with the rounded corners fix for IE7/8 is solved. The htc file was not loaded correctly. The path to the htc file was incorrect. After fixing this we discovered another issue. The htc solution will only fix the rounded borders issue for all borders, but not if you only want to change the radius of one or two borders. Thank you for trying to help us out!
Did you use vendor prefixes for border-radius property? You should use it in the following way: box with rounded corners using CSS3. And for IE of versions 8 and 7 you need to use PIE.