test.htm 1.11 KB
<style>
.corner-top-left{
	height:6px;width:6px;
	background:url('corner-top-left_wev8.gif') no-repeat;	
}
.corner-top-right{
	height:6px;width:6px;
	background:url('corner-top-right_wev8.gif') no-repeat;
}
.corner-bottom-left{
	height:6px;width:6px;
	background:url('corner-bottom-left_wev8.gif') no-repeat;
}
.corner-bottom-right{
	height:6px;width:6px;
	background:url('corner-bottom-right_wev8.gif') no-repeat;
}
.line-x-t{
	height:6px;
	background:url('line-x-t_wev8.gif') repeat-x;
}
.line-x-b{
	height:6px;
	background:url('line-x-t_wev8.gif') repeat-x;
}
.line-y-l{
	width:6px;
	background:url('line-y-l_wev8.gif') repeat-y;
}
.line-y-r{
	width:6px;
	background:url('line-y-r_wev8.gif') repeat-y;
}

</style>
<table width="100%" height="100px" cellpadding="0" cellspacing="0">
	<tr>
		<td class="corner-top-left"></td>
		<td class="line-x-t"></td>
		<td class="corner-top-right"></td>
	</tr>
	<tr>
		<td class="line-y-l"></td>
		<td>aaabcdqrqrqrqrqrqrqe</td>
		<td class="line-y-r"></td>
	</tr>
	<tr>
		<td class="corner-bottom-left"></td>
		<td class="line-x-b"></td>
		<td class="corner-bottom-right"></td>
	</tr>
	
</table>