Results 1 to 2 of 2

Thread: rounded corners with css

  1. #1
    rich Guest

    rounded corners with css

    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.

  2. #2
    Join Date
    Aug 2009
    Posts
    12
    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 !!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •