To discuss everything about CSS and its syntax. Please post any questions you may have with regards to either the CSS tutorial on the Florida-Team wiki or with CSS in general.
Tutorials-CSS
Archived thread 561442 from Florida Team - US. Markdown source: Florida_Team_-_US/thread_561442_Tutorials-CSS.md
reya276 said: To discuss everything about CSS and its syntax. Please post any questions you may have with regards to either the CSS tutorial on the Florida-Team wiki or with CSS in general.
Whats the best way to do rounded corners for boxes?
dantrevino said: Whats the best way to do rounded corners for boxes?
There is an issue with this option because CSS3 has made it possible to do a "[COLOR=Red]-moz-border-radius:5px;[/COLOR]" for the entire div or you can make it specific to only a corner such as "[COLOR=Red]-moz-border-radius-topright:5px;[/COLOR]" but the only issue is that it works with Mozilla Browsers such as FireFox and this can/may also work in Safari but it has not been tested. So any Mozilla enabled CSS3 browser can handle it. IE is a different story, but who knows maybe someone already has it working in IE. You can checkout this reference Link [http://www.css3.info/preview/rounded-border/].