Fix cosmetic bug in theme-Should Verify with IE and Mozilla

This commit is contained in:
sparkyx 2003-10-24 22:19:19 +00:00
parent 68ee1a9213
commit c38b461276
3 changed files with 9 additions and 6 deletions

View file

@ -128,6 +128,7 @@ $bg="";
// Ugly but I cannot change the background color thanks CSS !!!!
$bg="bgcolor=white";
if ($style=="style-aqua.css") $bg="bgcolor=\"#E3F0FF\"";
if ($style=="style-elegant.css") $bg="bgcolor=\"#E3F0FF\"";
}
echo '<!DOCTYPE HTML PUBLIC "-//W3C/DTD HTML 3.2 FINAL//EN">';
echo "<HTML>";

View file

@ -31,7 +31,7 @@ div.mtitle {
position: absolute;
top:15px;
right:300px;
width:330px;
width:100px;
background:#E3F0FF;
}

View file

@ -31,7 +31,7 @@ div.mtitle {
position: absolute;
top:15px;
right:300px;
width:330px;
width:100px;
background:#E3F0FF;
}
@ -39,6 +39,9 @@ div.mtitle {
div.tmenu {
position: absolute;
top:10px;
left:120px;
width:800px;
background-color:#E3F0FF;
}
@ -106,23 +109,22 @@ td.mshort {
}
td.mlltitle {
text-align:center;
background:url('image/glaslake2.jpg') no-repeat;
height:30px;
width:30px;
font-size:12px;
}
td.mltitle {
text-align:center;
background:url('image/glaslake2.jpg') no-repeat;
background:url('image/elegant-n.jpg') no-repeat;
height:30px;
width:100px;
font-size:12px;
}
td.mtitle {
text-align:center;
background:url('image/glaslake2.jpg') no-repeat center;
background:url('image/elegant-n.jpg') no-repeat center;
height:30px;
width:120px;
width:100px;
font-size:12px;
}
span.mtitle2 {