35 lines
973 B
HTML
35 lines
973 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>new listbox test</title>
|
|
<meta name="generator" content="BBEdit 6.5.2">
|
|
<style type="text/css">
|
|
|
|
.list-item
|
|
{
|
|
display: block;
|
|
width: 236px;
|
|
font-family: Monaco, monospace;
|
|
font-size: 10px;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body background="images/stripes_gray.gif">
|
|
|
|
<table border="0" cellspacing="0" cellpadding="2" bgcolor="#8C93AD">
|
|
<tr>
|
|
<td><table border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
|
|
<tr>
|
|
<td class=list-item onmousedown="this.style.background = '#D7D7E6'"><img src="images/mp3_file.gif" width="16" height="16" hspace="2" vspace="2" align="middle">one</td>
|
|
</tr>
|
|
<tr>
|
|
<td class=list-item onmousedown="this.style.background = '#D7D7E6'"><img src="images/mp3_file.gif" width="16" height="16" hspace="2" vspace="1" align="middle">two</td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|