Ragazzi posto questo css che mi deve dividere lo schermo con i <div> in 5 blocchi con posizioni x e y e dimensioni precise al pixel.
con firefox funziona alla grande con explorer un casino, qualcuno mi sa indicare come intervenire?
Codice PHP:
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#totale {
display: block;
margin: 0px;
padding: 0px;
clear: left;
float: left;
height: 768px;
width: 1360px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: 0;
border-right-style: 0;
border-bottom-style: 0;
border-left-style: 0;
position: fixed;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
}
#spotlive {
display: block;
margin: 0px;
padding: 0px;
clear: left;
float: left;
height: 700px;
width: 1000px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: 0;
border-right-style: 0;
border-bottom-style: 0;
border-left-style: 0;
position: fixed;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
}
#rss {
display: block;
margin: 0px;
padding: 0px;
clear: left;
float: left;
height: 68px;
width: 1000px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: 0;
border-right-style: 0;
border-bottom-style: 0;
border-left-style: 0;
position: fixed;
left: 0px;
top: 700px;
right: 0px;
bottom: 0px;
}
#logo {
display: block;
margin: 0px;
padding: 0px;
clear: left;
float: left;
height: 66px;
width: 360px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: 0;
border-right-style: 0;
border-bottom-style: 1;
border-left-style: 0;
position: fixed;
left: 1000px;
top: 0px;
right: 0px;
bottom: 0px;
}
#meteo {
display: block;
margin: 0px;
padding: 0px;
clear: left;
float: left;
height: 234px;
width: 360px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: 0;
border-right-style: 0;
border-bottom-style: 0;
border-left-style: 0;
position: fixed;
left: 1000px;
top: 66px;
right: 0px;
bottom: 0px;
}
#temporeale {
display: block;
margin: 0px;
padding: 0px;
clear: left;
float: left;
height: 468px;
width: 360px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: 0;
border-right-style: 0;
border-bottom-style: 0;
border-left-style: 0;
position: fixed;
left: 1000px;
top: 300px;
right: 0px;
bottom: 0px;
}
-->