|
<html>
<head>
<title>א"ב בבנית אתרים</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-8">
<STYLE type="text/css">
.greySelect {background-color:#333333; font-weight:bold;}
.optionYellow{background-color:#ffcc00;}
.optionRed{background-color:#cc0000;}
.optionGreen{background-color:#336633;}
</STYLE>
<link rel="stylesheet" href="../accessories/liora3.css"
type="text/css">
<link rel="stylesheet" href="../liora3.css" type="text/css">
</head>
<body >
<table width="80%" border="1" cellspacing="2"
cellpadding="2" align="center" bgcolor="#ece8cf"
bordercolor="#666666" class="bord2">
<tr>
<td align="left" width="56%">
<FORM>
<SELECT class="whiteSelect">
<OPTION>select one
<OPTION class="optionYellow">option one</OPTION>
<OPTION class="optionRed">option two</OPTION>
<OPTION class="optionGreen">option three</OPTION>
<OPTION class="optionYellow">option four</OPTION>
<OPTION class="optionRed">option five</OPTION>
<OPTION class="optionGreen">option six</OPTION>
</SELECT>
</FORM>
</td>
<td align="left" width="44%"> </td>
<tr valign="top">
<td align="left" colspan="2">
<p> </p>
</td>
</table>
</body>
</html>
|