What is the second best possible way to make this content box round corner (without border-radius)?

Posted by jitendra on Stack Overflow See other posts from Stack Overflow or by jitendra
Published on 2010-03-22T05:33:22Z Indexed on 2010/03/22 5:51 UTC
Read the original article Hit count: 258

Filed under:
|
|

Is it possible to make this box's corner round with same html tags. without using any other tag and border-radius property. but i can use css classes and background images. and box height should be depend on content of <p>grr</p>

<h2>Nulla Facilisi</h2>
<p>
   Phasellus at turpis lacus. Nulla hendrerit lobortis nibh. 
   In lectus erat, blandit non feugiat vel, accumsan ac dolor. 
   Etiam et ligula vel tortor tempus vehicula porttitor ut ligula. 
   Mauris felis odio, fermentum vel
</p>

alt text

Edit : What is the best possible way to achieve this without css border-radius property which is not supported by internet explorer?

© Stack Overflow or respective owner

Related posts about XHTML

Related posts about css