NLCJ Posted January 9, 2011 Share Posted January 9, 2011 Hello, I'm totally confused by the rounded corners, in Chrome and Safari (webkit browsers) everything is working perfectly, however in FireFox and Internet Explorer it's not... The problem is that some corners are rounded, like they're supposed to do and some are not, even though I used EXACTLY the same CSS definitions! Does anyone know how this can happen? And maybe how I can fix this? Quote Link to comment https://forums.phpfreaks.com/topic/223868-rounded-corners/ Share on other sites More sharing options...
haku Posted January 9, 2011 Share Posted January 9, 2011 http://jonraasch.com/blog/css-rounded-corners-in-all-browsers Quote Link to comment https://forums.phpfreaks.com/topic/223868-rounded-corners/#findComment-1157058 Share on other sites More sharing options...
NLCJ Posted January 9, 2011 Author Share Posted January 9, 2011 Thank you, I found that blog. But I was wondering why it does round some corners in for example FireFox, and using the same method it doesn't round other corners at the same page?! I will setup an example if needed. Quote Link to comment https://forums.phpfreaks.com/topic/223868-rounded-corners/#findComment-1157062 Share on other sites More sharing options...
AJayUK Posted January 10, 2011 Share Posted January 10, 2011 Are you asking why some borders are rounded in some browsers yet they arent rounded in others??? If so, its because some browsers dont support the border radius css style (the css style to show borders with round corners) but some do, so you will get some browsers that show curved borders and some that dont. Quote Link to comment https://forums.phpfreaks.com/topic/223868-rounded-corners/#findComment-1157362 Share on other sites More sharing options...
haku Posted January 11, 2011 Share Posted January 11, 2011 why it does round some corners in for example FireFox, and using the same method it doesn't round other corners at the same page?! What? Quote Link to comment https://forums.phpfreaks.com/topic/223868-rounded-corners/#findComment-1157792 Share on other sites More sharing options...
NLCJ Posted January 11, 2011 Author Share Posted January 11, 2011 Are you asking why some borders are rounded in some browsers yet they arent rounded in others??? If so, its because some browsers dont support the border radius css style (the css style to show borders with round corners) but some do, so you will get some browsers that show curved borders and some that dont. No, I'm talking about the same page. Take a look at the images I attached, it is very strange (right?!)... Internet Explorer got EXACTLY the same problems as FireFox, except that this is at different corners. I've used the same method everywhere... :s By the way, I'm sorry for the late response. [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/223868-rounded-corners/#findComment-1158091 Share on other sites More sharing options...
haku Posted January 12, 2011 Share Posted January 12, 2011 Probably something wrong with your code. Quote Link to comment https://forums.phpfreaks.com/topic/223868-rounded-corners/#findComment-1158168 Share on other sites More sharing options...
haku Posted January 12, 2011 Share Posted January 12, 2011 Probably something wrong with your code. Quote Link to comment https://forums.phpfreaks.com/topic/223868-rounded-corners/#findComment-1158169 Share on other sites More sharing options...
NLCJ Posted January 12, 2011 Author Share Posted January 12, 2011 I checked that more than 5 times, and also thought this would be it... Anyhow, I asked someone else to look at it and it seems that I've switched two words. That's gonna be a lot of editing at all pages... Thanks though! Quote Link to comment https://forums.phpfreaks.com/topic/223868-rounded-corners/#findComment-1158322 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.