bom… minha app gera código html…até ai ok… esta gerando corretamente da maneira que eu quero…
ele gera tabelas contendo dados que são pegos de outros arquivos daqui, a minha duvida é em relação ao html mesmo…talves esteja em css a resposta para esses meus problemas… eu to tentando e nã consigo resolver isso desde o final da tarde de ontem, por isso eu pesso que alguem me ajude…rs
o problema, é que eu to tentando cria a tabela, contendo como largura, 140% da tela (usando assim um scroll para ir para o lado)…
no opera/firefox, a grossura das colunas é diminuida para caber na tela, dando 100%…
no IE passa dos 100 %, mais eu mandei ocupa 140, e ta indo ai na base do achometro olhando o tamanho do scroll uns 200…
bom…to colando meu código…por favor…alguem me da um help ai…
[code]<div align =center; style=“width: 140%;”><table border=“2” width=140%>
<tr border=“2”>
<td nowrap align=“center” width=25% rowspan=“2” >NOME DO CAMPO</td>
<td nowrap align=“center” width=15% rowspan=“1” colspan=“3”>POSIÇÃO</td>
<td nowrap align=“center” width=25% rowspan=“2” >TIPO DE DADO</td>
<td nowrap align=“center” width=35% rowspan=“2” >CONTEUDO</td>
<td nowrap align=“center” width=40% rowspan=“2” >POSSIVEIS ERROS</td>
</tr>
<tr border="2">
<td nowrap width=5% align="center">ini</td>
<td nowrap width=5% align="center">fim</td>
<td nowrap width=5% align="center">tam</td>
</tr>
<tr border="2">
<td nowrap align="center" width=25% colspan="1">aaa</td>
<td nowrap align="center" width=5% colspan="1">aaa</td>
<td nowrap align="center" width=5% colspan="1">aaa</td>
<td nowrap align="center" width=5% colspan="1">aaa</td>
<td nowrap align="center" width=25% colspan="1">aaa<pre></pre></td>
<td nowrap align="center" width=35% colspan="1">aaa<pre></pre></td>
<td nowrap align="center" width=40% colspan="1">aaa</td>
</tr>
<tr border="2">
<td nowrap align="center" width=25% colspan="1">aaa</td>
<td nowrap align="center" width=5% colspan="1">aaa</td>
<td nowrap align="center" width=5% colspan="1">aaa</td>
<td nowrap align="center" width=5% colspan="1">aaa</td>
<td nowrap align="center" width=25% colspan="1"><pre>aaa</pre></td>
<td nowrap align="center" width=35% colspan="1"><pre>aaa</pre></td>
<td nowrap align="center" width=40% colspan="1">aaa</td>
</tr>
<tr border="2">
<td nowrap align="center" width=25% colspan="1">aaa</td>
<td nowrap align="center" width=5% colspan="1">aaa</td>
<td nowrap align="center" width=5% colspan="1">aaa</td>
<td nowrap align="center" width=5% colspan="1">aaa</td>
<td nowrap align="center" width=25% colspan="1"><pre>aaa</pre></td>
<td nowrap align="center" width=35% colspan="1"><pre>aaa</pre></td>
<td nowrap align="center" width=40% colspan="1">aaa</td>
</tr>
<tr border="2">
<td nowrap align="center" width=25% colspan="1">aaa</td>
<td nowrap align="center" width=5% colspan="1">aaa</td>
<td nowrap align="center" width=5% colspan="1">aaa</td>
<td nowrap align="center" width=5% colspan="1">aaa</td>
<td nowrap align="center" width=25% colspan="1"><pre>aaa</pre></td>
<td nowrap align="center" width=35% colspan="1"><pre>aaa</pre></td>
<td nowrap align="center" width=40% colspan="1">aaa</td>
</tr>
<tr border="2">
<td nowrap align="center" width=25% colspan="1">aaa</td>
<td nowrap align="center" width=5% colspan="1">aaa</td>
<td nowrap align="center" width=5% colspan="1">aaa</td>
<td nowrap align="center" width=5% colspan="1">aaa</td>
<td nowrap align="center" width=25% colspan="1"><pre>aaa</pre></td>
<td nowrap align="center" width=35% colspan="1"><pre>aaa</pre></td>
<td nowrap align="center" width=40% colspan="1">aaa</td>
</tr>
<tr border="2">
<td nowrap align="center" width=25% colspan="1">aaa</td>
<td nowrap align="center" width=5% colspan="1">aaa</td>
<td nowrap align="center" width=5% colspan="1">aaa</td>
<td nowrap align="center" width=5% colspan="1">aaa</td>
<td nowrap align="center" width=25% colspan="1"><pre>aaa</pre></td>
<td nowrap align="center" width=35% colspan="1"><pre>aaa</pre></td>
<td nowrap align="center" width=40% colspan="1">aaa</td>
</tr> </table></div>[/code]
eu ja tentei usando esse div, sem usar e deixando o width só no table, deixando o width só no div… não consegui fazer funciona de jeito nenhum…
vlw ai kem me ajuda…