![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
30/12/2013, 14:21
|
| | Fecha de Ingreso: mayo-2008
Mensajes: 287
Antigüedad: 16 años, 9 meses Puntos: 2 | |
Respuesta: problema con css y el de la tabla es
Código:
body {
font: 15px/1.75em Verdana, Tahoma, arial, sans-serif;
font-color:#1AA03C;
}
.esquinasRedondasA {
color:#fff;
background: black;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
width: 200px;
}
table {
border-collapse:collapse;
background:#EFF4FB url(http://www.roscripts.com/images/teaser.gif) repeat-x;
border-left:1px solid #686868;
border-right:1px solid #686868;
font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
color: #333;
}
td, th {
padding:5px;
}
caption {
padding: 0 0 .5em 0;
text-align: left;
font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;
color: #333;
background: transparent;
}
/* =links
----------------------------------------------- */
table a {
color:#950000;
text-decoration:none;
}
table a:link {}
table a:visited {
font-weight:normal;
color:#666;
text-decoration: line-through;
}
table a:hover {
border-bottom: 1px dashed #bbb;
}
/* =head =foot
----------------------------------------------- */
thead th, tfoot th, tfoot td {
background:#333 url(http://www.roscripts.com/images/llsh.gif) repeat-x;
color:#fff
}
tfoot td {
text-align:right
}
/* =body
----------------------------------------------- */
tbody th, tbody td {
border-bottom: dotted 1px #333;
}
tbody th {
white-space: nowrap;
}
tbody th a {
color:#333;
}
.odd {}
tbody tr:hover {
background:#fafafa
}
e durado varias horas tratanto de dar con el error pero nadamas no, espero me puedan ayudar |