A ver si me podeis decir como puedo solucionarlo. Gracias.
Código HTML:
Ver original
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style> .forma1{ -moz-border-top-left-radius:200px; -moz-border-bottom-right-radius:200px; !important } .fondo1{ background: -moz-linear-gradient(bottom, #DDDFF7, #FFFFFF); filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#DDDFF7', EndColorStr='#FFFFFF', GradientType=0); !important} </style> </head> <body> <div id="prueba" class="forma1 fondo1"> </div> </body> </html>