flemingmike Posted June 24, 2010 Share Posted June 24, 2010 hello, is there an easy way to make my table that has a coloured background have rounded corners, so it doesnt look so square? thanks Quote Link to comment https://forums.phpfreaks.com/topic/205696-rounded-corners/ Share on other sites More sharing options...
haku Posted June 24, 2010 Share Posted June 24, 2010 1) Click 'back' in your browser, to go back to the CSS help section of the forum 2) Look through the threads and check out one of the other two threads that are already open in that section of the forum, on page 1, asking how to do rounded corners Good luck! Quote Link to comment https://forums.phpfreaks.com/topic/205696-rounded-corners/#findComment-1076355 Share on other sites More sharing options...
flemingmike Posted June 25, 2010 Author Share Posted June 25, 2010 i asked in php help.... it got moved here. maybe u just overlooked that when u got too excited to be a smart ass! Quote Link to comment https://forums.phpfreaks.com/topic/205696-rounded-corners/#findComment-1076981 Share on other sites More sharing options...
haku Posted June 25, 2010 Share Posted June 25, 2010 My apologies on that matter, there is no indication of that a thread has been moved from another location. I understand why it was moved however - you posted in the wrong section. But that being said, my advice is the same. Quote Link to comment https://forums.phpfreaks.com/topic/205696-rounded-corners/#findComment-1077061 Share on other sites More sharing options...
Dragosvr92 Posted July 1, 2010 Share Posted July 1, 2010 Here is the piece of script from my page.. .Avatar{ -moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: red; border: 1px solid #00FF00; padding: 10px; } Note that it only works into Mozilla and Safari in other browsers there will be a normal border Quote Link to comment https://forums.phpfreaks.com/topic/205696-rounded-corners/#findComment-1079451 Share on other sites More sharing options...
dimitar Posted July 1, 2010 Share Posted July 1, 2010 It will work in Google Chrome too. Quote Link to comment https://forums.phpfreaks.com/topic/205696-rounded-corners/#findComment-1079654 Share on other sites More sharing options...
Dragosvr92 Posted July 3, 2010 Share Posted July 3, 2010 It will work in Google Chrome too. you are right as Chrome seems to be Friend with Mozilla they must use the -moz- css lines too but IE Dos not support it at all you may use a replacement that overrides the page script of the boarder with a second one in IE Quote Link to comment https://forums.phpfreaks.com/topic/205696-rounded-corners/#findComment-1080686 Share on other sites More sharing options...
haku Posted July 3, 2010 Share Posted July 3, 2010 Google runs on Webkit, the safari Engine, not the mozilla engine. Since the code in the above post adds webkit proprietary code, it works for Chrome. Quote Link to comment https://forums.phpfreaks.com/topic/205696-rounded-corners/#findComment-1080750 Share on other sites More sharing options...
Dragosvr92 Posted July 4, 2010 Share Posted July 4, 2010 Google runs on Webkit, the safari Engine, not the mozilla engine. Since the code in the above post adds webkit proprietary code, it works for Chrome. you are right... i could have checked that by looking what $_SERVER["HTTP_USER_AGENT"] said about it lol i only use mozilla so i didnt knew... lol but i know google had some settings that allowed you to import the mozilla profile to it so i thought they are in some way related Quote Link to comment https://forums.phpfreaks.com/topic/205696-rounded-corners/#findComment-1080896 Share on other sites More sharing options...
cs.punk Posted July 5, 2010 Share Posted July 5, 2010 i asked in php help.... it got moved here. maybe u just overlooked that when u got too excited to be a smart ass! LoL the nerve some people have... Quote Link to comment https://forums.phpfreaks.com/topic/205696-rounded-corners/#findComment-1081354 Share on other sites More sharing options...
Dragosvr92 Posted July 5, 2010 Share Posted July 5, 2010 lol i havent read that post i dont see what this topic has to do with PHP lol Quote Link to comment https://forums.phpfreaks.com/topic/205696-rounded-corners/#findComment-1081439 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.