<head><title>
Home Page
</title>
<style type="text/css">
cssBorder
{
width: 32%;
border-bottom-style: solid;
border-bottom-width: thin;
float: left;
margin: 0,0,0,0;
border-width: 0;
padding-right: 20px;
}
</style>
</head>
<body>
<div class="cssBorder" id="divBelowObjects" style="visibility:hidden; position:absolute; z-index:1;">
Hello, This is a test
</div>
</body>
</html>
|