PDA

View Full Version : rounded corners with css



rich
06 Feb 2010, 08:02 PM
Hi-

I would appreciate anyone's help with this problem. I am designing a simple page and hope to take some of the box divs and give them rounded corners. I've tried to do this a number of ways, from just css to the use of corner images placed accordingly. I've tried numerous ideas found on the web, but none seem to work.

I've posted the page I've been working on. It can be viewed at http://www.martinitimerossi.net/insurance_index.htm

Can someone tell me what's wrong with the current code and, if not, does someone have
a method for rounded corners using CSS that they would suggest?

Also, how does one create a dropshadow behind the box?

Thanks in advance for any advice.

nits4u
08 Feb 2010, 04:40 PM
seems now u r done with rounded corners.

for box shadow try this:
-moz-box-shadow: #13282F 10px 10px 10px ; (firefox)
box-shadow: #13282F 10px 10px 10px ; (rest)

Both of these are under CSS3 specifications and still even the latest versions of most of the browsers does not fully support it !!!