1
I Template di Joomla 1.0.x / Re: Problema di visualizzazione con IE 7.0
« il: 03 Giu 2007, 13:02:30 »
Ecco il div di mainarea:
div#mainarea {
width: 760px;
margin-top: 10px;
float: left;
background: #FFFFFF url(../images/main_bg.png) repeat-y 50% 0;
color: #000000;
}
div#mainarea_inner {
width: 740px;
height: 100%;
background: transparent;
}
E quello del footer:
#footer {
width: 760px;
padding-top: 5px;
height: 30px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #666666;
background: #FFFFFF url(../images/w1.jpg) no-repeat bottom;
clear: both;
}
div#footer2 {
width: 760px;
background: transparent;
margin-top: 5px;
margin-bottom: 5px;
}
div#footer2_inner {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
width: 760px;
float: left;
color: #000000;
background: #CCCCCC;
}
div#footer2 a:link, div#footer2 a:visited {
color: #000000;
background: #CCCCCC;
text-decoration: none;
}
div#footer2 a:hover {
color: #0078C0;
background: #CCCCCC;
}
.contentpaneopen{
padding-right:15px;
}
GRazie!
div#mainarea {
width: 760px;
margin-top: 10px;
float: left;
background: #FFFFFF url(../images/main_bg.png) repeat-y 50% 0;
color: #000000;
}
div#mainarea_inner {
width: 740px;
height: 100%;
background: transparent;
}
E quello del footer:
#footer {
width: 760px;
padding-top: 5px;
height: 30px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #666666;
background: #FFFFFF url(../images/w1.jpg) no-repeat bottom;
clear: both;
}
div#footer2 {
width: 760px;
background: transparent;
margin-top: 5px;
margin-bottom: 5px;
}
div#footer2_inner {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
width: 760px;
float: left;
color: #000000;
background: #CCCCCC;
}
div#footer2 a:link, div#footer2 a:visited {
color: #000000;
background: #CCCCCC;
text-decoration: none;
}
div#footer2 a:hover {
color: #0078C0;
background: #CCCCCC;
}
.contentpaneopen{
padding-right:15px;
}
GRazie!