Displaying 1 result from an estimated 1 matches for "statusfooter".
2005 Aug 31
4
Element.show - element.style.display=''''
...;
background-color: #ccc;
text-align: center;
color: red;
/*
opacity: 0.0;
filter: alpha(opacity:0);
*/
display: none;
}
#statusHeader
{
border: 0px solid green;
}
#statusBody
{
border: 0px solid red;
height: 70%;
font-size: 14pt;
}
#statusFooter
{
border: 0px solid blue;
font-size: 12pt;
}
</style>
</head>
<body >
<div id="statusDiv">
<div id="statusHeader"><h2>Test</h2></div>
<hr />
<div id="statusBody">
<p id="statusText&quo...