Can I make text box with curvy edges?

liunx

Guest
Can somebody show me a CSS example of text box with:

background color of the text box (maybe even a gradient)
CURVY EDGES (is that possible, and controll of the curvyness)
apply a dashed line as a stroke on the text box (control the color of the stroke)
put some type of text in the text box (and controll the placement of the text)

Thanksread this, i think its what you looking for

<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/mountaintop/If">http://www.alistapart.com/articles/mountaintop/If</a><!-- m --> you want to use CSS for this then CSS 3 has a way of doing it (<!-- m --><a class="postlink" href="http://www.w3.org/TR/2002/WD-css3-border-20021107/#the-border-radius">http://www.w3.org/TR/2002/WD-css3-borde ... der-radius</a><!-- m -->), unfortunately it is not widely supported.
 
Back
Top