On 3/4/11 3:17 PM, [email protected] wrote:
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:

[code snipped]

Opera and Webkit (Safari, Chrome...) support border-radius without the
vendor prefix. Firefox 4 will no longer need the -moz- prefix either.
IE9 seems to support plain border-radius in some cases, too.

If I were you I'd not attempt to use CSS on a nested table layout. Too
many nasty bugs, positioning problems, and so on...
--
Cordially,
David
______________________________________________________________________
css-discuss [[email protected]]
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