Round Corners in CSS

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Round Corners in CSS

    Hi,

    I was wondering if anyone knew how to create round corners in CSS w/o adding an image to the top/bottom - left/right corners.
    Is there a simplified way of doing it?

    Thanks,

    N.
    Faisca1978 Guest

  2. Similar Questions and Discussions

    1. How to round up my table corners?
      I'm building a htm base on tables for navigation and content. I want the outer tables to have rounded corners. How can i do this?
    2. round corners on specific points of an object...
      I'm using Illustrator CS. I'm trying to round the corners of specific points on an object by selecting them and hitting "round corners".. but without...
    3. Round some corners command
      Hi, years ago with FW3 I downloaded a nifty extension called "round some corners" - which meant that you could create a shape with some square...
    4. #24828 [Asn->Csd]: round() function doesn't round !
      ID: 24828 Updated by: edink@php.net Reported By: christophe dot bidaux at netcourrier dot com -Status: Assigned...
    5. #24828 [Opn->Asn]: round() function doesn't round !
      ID: 24828 Updated by: iliaa@php.net Reported By: christophe dot bidaux at netcourrier dot com -Status: Open...
  3. #2

    Default Re: Round Corners in CSS

    Faisca1978 wrote:
    > Hi,
    >
    > I was wondering if anyone knew how to create round corners in CSS w/o adding an image to the top/bottom - left/right corners.
    > Is there a simplified way of doing it?
    Theoretically when browsers support all of CSS3 you might be able to get a pure CSS solution that doesn't involve extra markup, but that's not anytime soon, so for now you'll need to pick lots of extra markup to do it only with CSS and borders/background colors but they all seem to be blocky rounded, not really rounded, or a bit of extra markup and images. Plus you can get away with fewer images if you don't have to have all for corners rounded.

    I'm sure there are more pages out there, but take a look at these pages for a some rounded corner techniques:
    [url]http://www.cssjuice.com/25-rounded-corners-techniques-with-css/[/url]
    [url]http://www.stumbleupon.com/tag/corners/[/url]

    They mostly use images and some use only one image but use judicious positioning, and some may set it up using JavaScript that auto-adds in the extra markup and images for you.

    --
    Danilo Celic
    | Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139