<html>
<head>
<title>Nyan</title>
</head>
<STYLE type="text/css">
</STYLE>
<body>
<DIV style="position: fixed; left: 10px; top: 10px; border: 4px
soild blue; color: white; background-color: black; width: 400px">
¿Comoo?
</DIV>
</body>
</html>
He investigado un poco y se que hay que poner esto:
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
Y mas tipos... ( http://www.miguelmanchego.com/2010/css3-esquinas-redondeadas/ )
Sonara muy tonto. Pero no consigo saber donde se tiene que poner ese fragmento de código.
Gracias por leer y feliz "fin del mundo"!! ;D
La mayoría de navegadores actuales ya reconoce border-radius:
Citar"The border-radius property is supported in IE9+, Firefox 4+, Chrome, Safari 5+, and Opera."
Puedes dejarlo así:
<html>
<head>
<title>Nyan</title>
</head>
<STYLE type="text/css">
</STYLE>
<body>
<DIV style="position: fixed; left: 10px; top: 10px; border: 4px
soild blue; color: white; background-color: black; width: 400px; border-radius: 5px;">
¿Comoo?
</DIV>
</body>
</html>
http://www.css3maker.com/
Cita de: cassiani en 21 Diciembre 2012, 16:18 PM
http://www.css3maker.com/
de oro esta página, excelente aporte amigo gracias!
Tissiemous. ¿Por que comentas? Mas bien... ¿Que comentas? Que yo sepa no esta permitido hacer publicidad.