Ciao a tutti
è successo a qualcuno di non riuscire a predisporre box con browser IE ?
Ho letto la guida CSS, che rimandava alla lettura di un articolo; ho provato ad estrarlo, ma non crea box ed impagina in sequenza verticale a sinistra tutti i testi:
<CODE>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<TITLE>A frame document with CSS2</TITLE>
<COMMENT> estratto da : http://www.w3.org/TR/REC-CSS2/visuren.html </COMMENT>
<STYLE type="text/css">
BODY { height: 8.5in } /* Required for percentage heights below */
#header {
position: fixed;
width: 100%;
height: 15%;
top: 0;
right: 0;
bottom: auto;
left: 0;
}
#sidebar {
position: fixed;
width: 10em;
height: auto;
top: 15%;
right: auto;
bottom: 100px;
left: 0;
}
#main {
position: fixed;
width: auto;
height: auto;
top: 15%;
right: 0;
bottom: 100px;
left: 10em;
}
#footer {
position: fixed;
width: 100%;
height: 100px;
top: auto;
right: 0;
bottom: 0;
left: 0;
}
</STYLE>
</HEAD>
<BODY>
<DIV id="header"> header</DIV>
<DIV id="sidebar"> sidebar</DIV>
<DIV id="main"> main</DIV>
<DIV id="footer"> footer</DIV>
</BODY>
</HTML>
</CODE>
Grazie !
P.S. non avendo più la Telecom, è possibile modificare l'indirizzo di posta del forum ?

Rispondi quotando


