me siento en la necesidad de crear una plantilla para worpress pero tengo un inconveniente con ie9 y los "border-radius"
no aparecen redondeados, ya los probe en chrome, firefox, safari, opera
Código HTML:
Ver original
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta charset="UTF-8" /> <title> derzz | Otro sitio realizado con WordPress</title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="stylesheet" type="text/css" media="all" href="http://localhost/wp-content/themes/Derzz/style.css" /> <link rel="pingback" href="http://localhost/xmlrpc.php" /> </head> <body class="home blog logged-in admin-bar"> <div id="wrapper"><!--tanbein en footer.php--> <div class="header" id="header"> <div class="imgn" id="imgn"> <img src="http://localhost/wp-content/themes/Derzz/imagenes/headers/banner.jpg" height="353" width="977" alt="" /> </div> <div class="bar_nav" id="bar_nav"> <center> </center> </div> </div><!--header--> <div id="contenedor_loop" class="contenedor_loop"> <div class="layer" id="layer"> <div class="tag" id="tag"> </div> </div> </div><!--contenedor_loop--> <div class="sidebar" id="sidebar"> <input type="text" value="" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Buscar" /> </div> </ul> </div><div id="recent-comments-2" class="widget_recent_comments"><h3 class="twidgets">Comentarios recientes</h3><ul id="recentcomments"><li class="recentcomments"><a href='http://wordpress.org/' rel='external nofollow' class='url'>Sr WordPress</a> en <a href="http://localhost/?p=1#comment-1">¡Hola mundo!</a></li></ul></div><div id="archives-2" class="widget_archive"><h3 class="twidgets">Archivos</h3> <ul> </ul> </li> </ul> </ul> </div><!--muestra widtgets--> <div class="footer" id="footer"> </div><!--wrapper--> </body> </html>
css:
Código CSS:
Ver original
body{ margin:0 auto; background:#1d1d1d; color:#FFF; } .contenedor_loop a, ul li{ color:#0099CC; list-style:none; list-style-image:none; padding-left:0px; text-decoration:none; } a{ } a:hover{ color:#0099FF; list-style:none; } a:visited{ color:#006699; list-style:none; text-decoration:none; } /*texto*/ h1.titulos{ font-weight:bold; font-size:26px; } h1.fechas{ font-size:12px; font-weight:bold; color:#999; font-style:oblique; } h1.contenido{ font-size:14px; font-weight:bold; color:#FFF; } h1.autor{ font-size:14px; font-weight:bold; color:#999; } h3.twidgets{ font-size:18px; color:#333; } h3{} h2{} h1{} /*header.php*/ /*barra navegacion*/ #bar_nav{ padding:0; margin:0; background-color:#1f1f1f; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3b3b3b, endColorstr=#1f1f1f); background: -o-linear-gradient(top, #3b3b3b , #1f1f1f); background: -moz-linear-gradient(top, #3b3b3b , #1f1f1f); background: -webkit-gradient(linear, 0 0, 0 100%, from(#3b3b3b), to(#1f1f1f)); } .menu{ margin:auto; width:900px; } .menu ul{ padding:0; margin:0 auto; overflow:hidden; display:block; } .menu ul li{ float:left; margin:0; } .menu ul li a{ display:block; padding:10px 25px; outline:0; color:#FFF; text-decoration:none; } .menu ul li a:hover{ color:#969696; text-decoration::none; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1f1f1f, endColorstr=#3b3b3b); background: -o-linear-gradient(top, #1f1f1f , #3b3b3b); background: -moz-linear-gradient(top, #1f1f1f , #3b3b3b); background: -webkit-gradient(linear, 0 0, 0 100%, from(#1f1f1f), to(#3b3b3b)); } .menu ul li ul{ display:none; position:absolute; background:#3b3b3b; padding:0; width:242px; } .menu ul li:hover ul{ display:block; margin-top:0; text-align:left; } .menu ul li ul li{ display:block; position:relative; float:none; } .menu ul li ul li a:hover{ color:#295474; } /*pagina*/ #wrapper{ width:977px; margin:auto; background:#0f0f0f; overflow:hidden; } .header{ width:977px; height:auto; } .imgn{ width:100%; } .bar_nav{ } .separador_head{ width:100%; height:30px; } /*Loop.php*/ .contenedor_loop{ width:65%; float:left; margin:0 auto 0 auto; padding-left:65px; } .layer{ color:#006699; width:570px; border-bottom-color:#666666; border-bottom-style:solid; border-bottom-width:1px; } .titulo{ padding:0px; } .tag{ } .post{ width:100%; color:#000000; } .editar{ height:30px; color:#FF0000; } /*sidebar.php*/ .sidebar{ width:200px; margin:0; margin-right:50px; padding:0; float:right; } .widgetclass div{ } .widgetclass h3 { background: -webkit-gradient(linear, 0 0,0 100%,from(#3b3b3b), to(#1f1f1f)); background: -moz-linear-gradient(top, #3b3b3b, #1f1f1f); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3b3b3b, endColorstr=#1f1f1f); border-radius:5px; -moz-border-radius:5px; margin:0; color:#666666; text-align:center; } .widgetclass ul{ margin:0; padding:8px 8px; margin-top:5px; margin-bottom:25px; background: -webkit-gradient(linear,0 0, 0 100%, from(#3b3b3b), to(#1f1f1f)); background: -moz-linear-gradient(top, #3b3b3b, #1f1f1f); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3b3b3b, endColorstr=#1f1f1f); border-radius:5px; -moz-border-radius:5px; } .widgetclass ul li a{ text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-style:italic; font-size:14px; color:#0099ff; outline:none; } /*foooter.php*/ .footer{ border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; width:90%; float:left; background: -webkit-gradient(linear, 0 0, 0 100%,from(#255da8), to(#1f1f1f)); background: -moz-linear-gradient(top, #255da8, #1f1f1f); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#255da8, endColorstr=#1f1f1f); margin:0 5%; margin-bottom:10px; text-align:center; } .widget_search{ margin-bottom:25px; } input#s{ background:#666 url(imagenes/search.png) left no-repeat ; padding:7px 10px 7px 20px; width:80%; color:#1f1f1f; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; border-style:solid; border-color:#09C; outline:none; } input#searchsubmit{ margin:5px; border-width:2px; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; border-color:#000; border-style:solid; padding:5px 15px; background: -webkit-gradient(linear, 0 0, 0 100%,from(#255da8), to(#1f1f1f)); background: -moz-linear-gradient(top, #255da8, #1f1f1f); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#255da8, endColorstr=#1f1f1f); }