[Ovillo] cajas css: evitar el desplazamiento

Alex Moreno al3xmor3no en gmail.com
Lun Jun 25 08:25:47 UTC 2007


sigo con lo mio.

Lo que tengo ahora es que he conseguido que el background no se monte uno
sobre otro, pero quiero que se estire hasta rellenar toda la web. Alguien
podría echarme alguna pista?

--- CODIGO ---

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
    <title>liquid test</title>

    <style type="text/css" media="screen">
        #contentheader
        {
            float: left;
            margin-left: 2%;

            width: 100%;
            min-width: 946px;

            height: 150px;
            max-height: 200px;

            margin-bottom: 10px;

            border: 1px solid grey;
        }

        #fondo1
        {
            float: left;
            height: 100%;
            width: 330px;
            margin-bottom: 0px;

            background: transparent url(cabecera_bodaestilo.jpg) no-repeat;

        }

        #fondoc
        {
            float: left;

            height: 100%;
            width: 4%;

            background: transparent url(cabecera_centro.jpg) repeat-x;

        }

        #fondo3
        {
            float: left;
            height: 100%;
            width: 164px;

            background: transparent url(cabecera_bodaestilo2.jpg) no-repeat;

        }

        #fondo4
        {
            float: left;
            height: 100%;
            width: 374px;
            margin-bottom: 0px;
            background: transparent url(cabecera_bodaestilo3.jpg) no-repeat;

        }

</style>
</head>
<body>


<div id="contentheader">

<div id="fondo1"></div>
<div id="fondoc"></div>
<div id="fondo3"></div>
<div id="fondoc"></div>
<div id="fondo4"></div>

</div>

</body>
</html>


Más información sobre la lista de distribución Ovillo