Forum : Rounded Rectangle Border
Brief description  about Online courses   join in Online courses
View Pradeep  Chikkanna 's Profile

Rounded Rectangle Border

Hi All,

I have to create a rounded rectangle border to the html page.... so please let me know the tag or procedure to do the same...

Thanks for the reply in Advance!!!


Regards,
Pradeep
Asked by Pradeep Chikkanna | Mar 9, 2010 |  Reply now
Replies (1)
View douglas g wolfe 's Profile
While this does not pass a W3C css compliance test, the simplest way is to use the moz and webkit tags for FF and IE. You have to use both since each browser only recognizes one.

In this CSS manner you need no images, jave etc. the following two tags applied to division with an id set. Will give you the rounded corner effect. you can take a look at a site I am presently working on to see how these work.

The tags are:
-moz-border-radius: 24px;
-webkit-border-radius: 24px;

The site is:
http://www.sheaheights.nl

Hope this helps
Douglas Wolfe
Mar 26, 2010