Results 1 to 3 of 3

Thread: Tutorials-CSS

  1. #1
    Join Date
    May 2007
    Location
    Miami, FL
    Beans
    36
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Smile Tutorials-CSS

    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.
    Rey Angeles

  2. #2
    Join Date
    Nov 2004
    Location
    gainesville, fl
    Beans
    127

    Re: Tutorials-CSS

    Quote Originally Posted by reya276 View Post
    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?

  3. #3
    Join Date
    May 2007
    Location
    Miami, FL
    Beans
    36
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Tutorials-CSS

    Quote Originally Posted by dantrevino View Post
    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 "-moz-border-radius:5px;" for the entire div or you can make it specific to only a corner such as "-moz-border-radius-topright:5px;" 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/].
    Rey Angeles

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •