On 21-Apr-08, at 1:50 PM, Naveen Bhaskar wrote:
I want a rounded strechable rectangle inside another rectangle
which is 500px width. the rounded strechable rectangle should align
center .
Naveen,
This seems to be a good way to build rounded corner boxes [1].
Aligning elements to the center is usually a matter of setting the
left/right margins to auto, and fixing it for some versions of IE with
text-align: center. The wiki is your friend [2].
Best,
- Rahul.
[1] http://www.456bereastreet.com/archive/200406/css_teaser_box_revisited/
[2] http://css-discuss.incutio.com/?page=CenteringBlockElement
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************