Add rounded corners

This commit is contained in:
Scott Ullrich 2005-07-01 22:14:56 +00:00
parent 329b5bb7b3
commit 9e03a7503a
2 changed files with 9 additions and 0 deletions

View File

@ -61,6 +61,7 @@ function showhide_black(tspan, tri) {
}
-->
</script>
<div id="niftyOutter">
<table width="750" border="0" cellspacing="0" cellpadding="2">
<tr valign="bottom">
<td width="150" height="65" align="center" valign="middle"> <strong><a href="/"><img src="/logo.gif" border="0"></a></strong></td>

View File

@ -6,3 +6,11 @@
All rights reserved.&nbsp; [<a href="/license.php" class="tblnk">view license</a>]</td>
</tr>
</table>
</div>
<script type="text/javascript">
window.onload=function(){
if(!NiftyCheck())
return;
Rounded("div#niftyOutter","all","#FFF","#D4DDFF","smooth");
}
</script>