Trium918 Posted May 14, 2009 Share Posted May 14, 2009 What is the specific name for an oval shaped edges layout for the background of a web page? Link to comment https://forums.phpfreaks.com/topic/158195-oval-shaped-edges-layout/ Share on other sites More sharing options...
jackpf Posted May 15, 2009 Share Posted May 15, 2009 Uhh...rounded? Link to comment https://forums.phpfreaks.com/topic/158195-oval-shaped-edges-layout/#findComment-834441 Share on other sites More sharing options...
.josh Posted May 15, 2009 Share Posted May 15, 2009 -moz-border-radius Link to comment https://forums.phpfreaks.com/topic/158195-oval-shaped-edges-layout/#findComment-834472 Share on other sites More sharing options...
jackpf Posted May 15, 2009 Share Posted May 15, 2009 -webkit-border-radius as well. Safari also support it Link to comment https://forums.phpfreaks.com/topic/158195-oval-shaped-edges-layout/#findComment-834618 Share on other sites More sharing options...
nadeemshafi9 Posted May 15, 2009 Share Posted May 15, 2009 -moz-border-radius is this css to round edges ? Link to comment https://forums.phpfreaks.com/topic/158195-oval-shaped-edges-layout/#findComment-834629 Share on other sites More sharing options...
Daniel0 Posted May 15, 2009 Share Posted May 15, 2009 -moz-border-radius is this css to round edges ? It is in Gecko based browsers. Neither -moz-border-radius nor -webkit-border-radius are valid CSS attributes though. There is an attribute in CSS3 called border-radius. Link to comment https://forums.phpfreaks.com/topic/158195-oval-shaped-edges-layout/#findComment-834652 Share on other sites More sharing options...
jackpf Posted May 15, 2009 Share Posted May 15, 2009 Firefox doesn't understand border-radius though. Only -moz-border-radius... Link to comment https://forums.phpfreaks.com/topic/158195-oval-shaped-edges-layout/#findComment-834661 Share on other sites More sharing options...
nadeemshafi9 Posted May 15, 2009 Share Posted May 15, 2009 jquery has functionality for rounded edges let me find it Link to comment https://forums.phpfreaks.com/topic/158195-oval-shaped-edges-layout/#findComment-834663 Share on other sites More sharing options...
jcombs_31 Posted May 15, 2009 Share Posted May 15, 2009 Firefox doesn't understand border-radius though. Only -moz-border-radius... I think you missed the point. Link to comment https://forums.phpfreaks.com/topic/158195-oval-shaped-edges-layout/#findComment-834667 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.