Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Olá ...
Por favor, preciso de uma ajudinha ...
O pro ... é o seguinte:
Por favor, estou tendo dificuldades para ordenar ítens em uma tabela...
Preciso que Teste 2, fique na hierarquia igual a do Teste com o Teste 1.
Simples, mas estou tendo uma certa dificuldade ...
Segue exemplo abaixo do que estou tentando :
<tbody>
<table width="500" border="1">
<tr>
<td>Titulo</td>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
<tr>
<td><ul><li>Teste</li></ul></td>
<td>4</td>
<td>5</td>
<td>6</td>
</tr>
<tr>
<td><li>Teste 1</li></td>
<td>7</td>
<td>8</td>
<td>9</td>
</tr>
</table>
</tbody>
e o CSS que estou utilizando é:
[b][b]<style media="screen,projecton,print">
<!--
* {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}
dt,dd,ul,li,table,tr,td {
margin: 0;
border: none;
padding: 0;
list-style: none;
}
dt {
font-weight: bold;
text-transform: uppercase;
}
ul {
margin-right: 10px;
}
li {
margin-left: 10px;
}
table * td {
}
table thead td {
background-color: #eee;
font-weight: bold;
padding: 5px;
text-align: center;
}
table tbody td li {
font-size: 12px;
line-height: 16px;
}
table tbody td li.Identador {
line-height: 0px;
font-size: 0px;
}
table tbody tr.Divisor td {
font-weight: bold;
font-size: 11px;
padding-bottom: 2px;
padding-top: 10px;
border-bottom: 1px solid #333;
}
/*
* definicoes das classes
*/
.Sobrescrito {
font-size: 10px;
font-weight: normal;
}</style>
<style media="screen,projection">.Esconde {
display: none;
}Aguardo um help ...
Carregando comentários...