1 html, body{height:100%}
2
3 #contenedor{
4 background-color:#DDD;
5 width:960px;
6 margin:0 auto;
7 height:auto !important;
8 height:100%;
9 min-height:100%;}
10
11 #cabezal{
12 margin:left;
13 height:360px;
14 background-image:
15 url(interfaz/fondoCabezal.jpg)
16 }
17 #menu ul{
18 height:40px;
19 border: 1px solid red;/*lo puse para ver si está correcta la propiedad y el html*/
20 }
21 #menu{height:40px;
22 background-color:#CCC;}
23 #menu li {
24 float:left;
25 width:119px;
26 list-style-type:none;
27 height:40px;
28 position:relative;}
29 #datos01{with: 260px;
30 height:502px;
31 background-color:#FFF;
32 background-repeat:no-repeat;
33
34 }
35 #datos01 .col1{
36 float:left;
37 width:253px;
38 height:400px;
39 background-image:url(interfaz/titulos2.jpg);
40 background-repeat:no-repeat;}
41
42 #datos02 {
43 height:502px;
44 width:668 px;
45 background-color:red;}
46
47 #datos02 .col1 {
48 background-color: #fff;
49 float:left;
50 width:340px;
51 height:191px;
52 }
53
54
55
56 #pie{
57 height:35px;
58 background-color:#CCC;
59 margin-top:-35px;
60 width:960px;
61 margin:0 auto;
62 }
63 .restaurador{
64 clear:both;
65 height:0;
66 }
67 #restaurador_final{clear:both;
68 height:50px;
69 }
70
Este ShareCode tiene versiones:
Enlace
El enlace para compartir es: