La cuestion es la siguiente, estoy maqueteando una pagina, queria saber si voy bien o lo que estoy haciendo es abusar del Absolute:
Tengo un contenedor con posicion relative, el cual contiene mas div, estos ultimos estan en pisicon absolute, con respecto al div que los contiene
Este es el codigo:
Código HTML:
<html> <head> <link rel="stylesheet" href="algo.css" type="text/css"> </head> <body> <Div STYLE="position:relative; top:5px; left:5px; width:704px; height:800px; background-color:#555555"> <Div STYLE="position:absolute; top:1px; left:1px; width:250px; height:120px; background-color:#FFBBBB"> <p>Esto es una prueba</p> </Div> <Div STYLE="position:absolute; top:1px; left:252px; width:40px; height:120px; background-color:#BBFFBB; visibility:hidden"></Div> <Div STYLE="position:absolute; top:1px; left:293px; width:410px; height:120px; background-color:#BBBBFF"></Div> <Div STYLE="position:absolute; top:126px; left:1px; width:550px; height:60px; background-color:#BBBBFF"></Div> </Div> </body> </html>
En fin muchas gracias!!!
PD:. una capa puede ser transparente o tener cierto grado de trasparencia!!???