view.jpg

<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>라운드형 박스디자인</title>
<style>
.box {width: 175px;background: url(images/roundBox/bg_01.gif) repeat-y bottom left; }
.box h3 { margin: 0;padding: 6px 8px 4px 10px;font-size: 80%;color: #333;border-bottom: 1px solid #E0CFAB;background: url(images/roundBox/roundBox_01.gif) no-repeat top left; position:relative; }
.box ul {margin: 0;padding: 14px 10px 14px 10px;list-style: none;}
.box li {margin: 0 0 3px;padding: 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:70%;}
.visual {background: url(images/roundBox/roundBox_03.gif) no-repeat top left; width: 175px; height:7px; line-height:0px; padding:0px; margin:0px;}
</style>
</head>
<body>
<div class="box">
<h3>Gifts and Special Offers</h3>
<ul>
<li><a href="/purchase/">Purchase Gift Subscription</a></li>
<li><a href="/redeem/">Redeem Gift Subscription</a></li>
<li><a href="/view/">View Purchase History</a></li>
</ul>
<div class="visual"></div>
</div>
</body>
</html>

출처: NINA 2009-05-22 10:56:29