Hola a todos, quiero hace un encabezado, lo hago con position absolute, pero me dicen que eso no sirve porque no se adapta a cualquier resolucion de monitor, entonces lo hago con float::left, ó position relative...
Ya he probado de todo, si alguien me da una mano. porfa..
mi semi proyecto quedó asi:
http://www.revistaunimevonline.com/
mi codigo css:
Código CSS:
Ver originalhtml, body{
margin:0px;
padding:0px;
}
body {
background:#CCC url(../img/cab/back2_r1_c1.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #474848;
}
.pagina{
width:1000px;
height:auto;
margin-right:auto;
margin-left:auto;
margin-top:0px;
padding:0px;
}
.st1 {float:left;position: relative;
background-image:url(../img/cab/back2_r1_c2.jpg); background-repeat:no-repeat;
left:17px; top:0px;
width:75px; height:56px;
}
.st2 {float:left;position: relative;
left:92px; top:0px;
background-image:url(../img/cab/back2_r1_c3.jpg); background-repeat:no-repeat;
width:75px; height:56px;
}
.st3 { float:left;position: relative;
background-image:url(../img/cab/back2_r1_c4.jpg); background-repeat:no-repeat;
width:75px; height:56px; left:167px;
}
.st4{ float:left;position: relative;
background-image:url(../img/cab/back2_r1_c5.jpg); background-repeat:no-repeat;
width:75px; height:56px; left:242px;
}
.st5{float:left;position: relative;
background-image:url(../img/cab/back2_r1_c6.jpg); background-repeat:no-repeat;
width:75px; height:56px; left:317px;
}
.st6{ float:left;position: relative;
background-image:url(../img/cab/back2_r1_c8.jpg); background-repeat:no-repeat;
width:75px; height:56px; left:467px;
}
.form1{float:left;position: relative;
background-image:url(../img/cab/back2_r1_c12.jpg);background-repeat:no-repeat;
width:75px; height:56px; width:267px; height:150px; left:433px;
}
Igual lo pueden ver en link que deje arriba..
Ya no se como hacerlo, he probado de tantas maneras que enserio estoy hagotado, hace mas de una semana que estoy con el encabezado, si pongo algo, lo otro se corre, en fin
espero alguna mano por favor
Saludos y gracais a todos
Fede