Problemi con i css/html (layout tre colonne)

Cage cage@katamail.com
Mer 24 Ago 2005 17:45:20 CEST


On Wednesday 24 August 2005, alle 13:16, alexic wrote:
> 
> Salve a tutti,
> sto facendo un layout per un sito (php).

male. ;-)))

> 
> Ho il seguente problema:
> 
> Lo schema è questo:
> -------------------------------------
> |    HEADER                        |
> -------------------------------------
> |      |             |             |
> |      |             |             |
> |menu 1|  contenuti  |menu 2       |
> |      |             |             |
> |      |             |             |
> |      |             |             |
> |      |             |             |
> -------------------------------------
> |    FOOTER                        |
> -------------------------------------
> 
> ovvero un layout fluido a tre colonne.
> 

mah.. io lo farei cosi' ma e' poi la soluzione migliore non ci ho mai 
capito molto di css e infatti uso ancora le tabelle (che e' veramente 
male, questo si :( ).  

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

<body>
<div style="background: #FF0000; width: 100% ">HEADER</div>
<div style="background: #00FF00; float:left ; width: 20%">col1</div>
<div style="background: #0000FF ; float: left ; width: 60%">col2</div>
<div style="background: #00FF00; float:right ; width: 20%" >col3</div>
<div>FOOTER</div>
<hr>
<p>
<!-- hhmts start -->Last modified: Wed Aug 24 17:39:55 CEST 2005 <!-- 
hhmts end -->
</body> </html>

Ciao.
C.

-- 
Cage Autoproclamatosi fan N°1 di Sucaman
zetalab : http://www.inventati.org/zetalab/
homepage: http://www.autistici.org/interzona/


Maggiori informazioni sulla lista palermo