Bueno, lo que pasa es que soy novato y estoy tratando de diseñar una Web, pero tengo un problema, es que utilizo
Código:
<table><tr><th style="width: 1.000px"></th></tr></table>
Esta "burla" me la tiene montada Google Chrome. Con otros navegadores (Mozilla, Internet Explorer) el diseño se ve exacamente igual, pero no se si también cambia "como por arte me magia" por que nos los uso para diseñar (pero se supone que el diseño debe de funcionar con todos los navegadores, no?)...
En resumen!!! El tamaña de <table> cambia como por arte de magia.
Ah:!!! Y por cierto, no es el Zoom Jeje
En fin, soy novato así que no se que es lo que pueda estar pasando...
Aquí les dejo un código que se parece a lo que estoy haciendo
Código:
<!DOCTYPE HTML>
<html>
<head>
<title></title>
</head>
<body>
<table border="1" style="width: 700px;">
<tr>
<th colspan="8">
Imagen
</th>
</tr>
<tr>
<th colspan="8">
Título
</th>
</tr>
<tr>
<th colspan="8">
Menú
</th>
</tr>
<tr>
<th colspan="8">
<table border="">
<tr>
<th style="width: 80px">
Opción1
</th>
<th style="width: 80px">
Opción2
</th>
<th style="width: 80px">
Opción3
</th>
<th style="width: 80px">
Opción4
</th>
<th style="width: 80px">
Opción5
</th>
<th style="width: 80px">
Opción6
</th>
<th style="width: 80px">
Opción7
</th>
<th style="width: 80px">
Opción8
</th>
</tr>
</table>
</th>
</tr>
<tr>
<th style="height: 300px">
<table border="1" style="height: 300px; width: 100px">
<tr>
<th>
Imagen
</th>
</tr>
<tr>
<th>
Imagen
</th>
</tr>
<tr>
<th>
Imagen
</th>
</tr>
</table>
</th>
<th style="width: 500px;">
Desarrollo
</th>
<th style="height: 300px;">
<table border="1" style="height: 300px; width: 100px">
<tr>
<th>
Imagen
</th>
</tr>
<tr>
<th>
Imagen
</th>
</tr>
<tr>
<th>
Imagen
</th>
</tr>
</table>
</th>
</tr>
<tr>
<th colspan="8">
Copyright
</th>
</tr>
</table>
</body>
</html>
Solo utilizo HTML y CSS solo para darle color a los link, nada de javascript, JQuery, XML, PHP ni nada de nada...