<!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" lang="ru" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>WYSIWYG</title>
<style type="text/css">
dl {
border: 1px solid #DDDDDD;
border-bottom: none;
margin: 0px auto;
overflow: hidden;
width: 100px;
height: auto;
}
dt {
background: url('http://cdn.iconfinder.net/data/icons/splashyIcons/arrow_state_grey_right.png') 0% 50% no-repeat;
border-bottom: 1px solid #DDDDDD;
disply: block;
padding: 5px 15px 5px;
height: 20px;
}
</style>
</head>
<body>
<dl>
<dt>Text 1</dt>
<dt>Text 2</dt>
<dt>Text 3</dt>
</dl>
</body>
</html>