Hi,
If I have a <div> or a <fieldset> tag in Firefox, I can apply the following styles to make them have rounded corners:
-moz-border-radius: 8px;
-moz-box-sizing: border-box;
In IE I use VML to render rounded rectangles to replaces <divs> and the <fieldset> tag is already rounded if Windows Themes are enabled.
Is there something similar for Safari and Opera to produce rounded rectangles?
Thanks,
~R
typedef map<GiantX,gold, less<std::shortestpathtogold> > AwesomeMap;
If I have a <div> or a <fieldset> tag in Firefox, I can apply the following styles to make them have rounded corners:
-moz-border-radius: 8px;
-moz-box-sizing: border-box;
In IE I use VML to render rounded rectangles to replaces <divs> and the <fieldset> tag is already rounded if Windows Themes are enabled.
Is there something similar for Safari and Opera to produce rounded rectangles?
Thanks,
~R
typedef map<GiantX,gold, less<std::shortestpathtogold> > AwesomeMap;