Hi, I've been reading most of the list emails that get sent to me but have
never posted until now.  I am a beginner with css and have been playing
around with css3 and a cms called phpCoin.  If you view my test site in
firefox you'll see what I'm trying achieve
http://www.vanislebc.com/billing. The problem is with Opera and IE not
showing rounded corners properly.  I
realize that IE cannot do this but I thought Opera could.  Can anyone help
me with this?

Here is
the css code that I've altered:

/* left and right column headers */
.BLK_MENU_TITLE { color: #000000; font-style: normal; font-weight: bold;
text-align: left; font-size: 11px; font-family: Verdana, Arial, Helvetica,
Geneva; border: 2px solid #1b5ef8; -moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px; -moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px; -webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px; -webkit-border-bottom-left-radius:
0px; -webkit-border-bottom-right-radius: 0px; border-bottom: 0px; padding:
5px 14px; height: 25px }

/* body content header */
.BLK_IT_TITLE           { color: #000000; font-style: normal; font-weight: bold;
text-align: left; font-size: 11px; font-family: Verdana, Arial, Helvetica,
Geneva; border: 2px solid #1b5ef8; -moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px; -moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px; -webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px; -webkit-border-bottom-left-radius:
0px; -webkit-border-bottom-right-radius: 0px; border-bottom: 0px; padding:
5px 14px; height: 25px }



______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to