CSS Rounded Corners

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    CSS Rounded Corners

    Hello.
    As you see in title, you may use this into gallery, mesages, etc..
    This script make rounded corners of photos.

    CSS
    .bl {background: url(bl.gif) 0 100% no-repeat #e68200; width: 20em}
    .br {background: url(br.gif) 100% 100% no-repeat}
    .tl {background: url(tl.gif) 0 0 no-repeat}
    .tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}
    .clear {font-size: 1px; height: 1px}

    HTML
    <link href="some.css" type="text/css" rel="stylesheet" />

    <div class="bl"><div class="br"><div class="tl"><div class="tr">
    Lorem ipsum dolor sit amet consectetur adipisicing elit
    </div></div></div></div>
    <div class="clear">&nbsp;</div>

    And images.. see in atach
    Attached Files
    http://ngeo.ro

    #2
    CSS Juice - Design, Tutorial, Showcases, and more
    sigpic

    Comment


      #3
      .. i think i saw a thread like this before but btw ty :D
      Did I help you?
      You can help me too
      Your donations will help me finance my studies.

      Comment


        #4
        try this too.
        rounded corners with border around the box
        Attached Files

        Comment


          #5
          maybe u can use this

          -moz-border-radius:10px;
          -webkit-border-radius:10px;

          ..

          if u used IE ..

          you can use this addon for ie ..

          Comment

          Working...
          X