Add <LABEL> tags arounf checkboxes and radiobuttons

This commit is contained in:
rods%netscape.com 1998-12-18 16:24:53 +00:00
Родитель 27f0cfe8cc
Коммит d4e26552a1
1 изменённых файлов: 34 добавлений и 9 удалений

Просмотреть файл

@ -9,6 +9,28 @@
<style type="text/css">
/* This style sheet should be in a seperate file */
FIELDSET {
background-color: rgb(192, 192, 192);
border: 2px groove rgb(192, 192, 192);
display: inline;
margin-left: 10px;
padding: 2px;
}
LEGEND {
background-color:rgb(192, 192, 192);
border: none ;
padding: 2px;
}
LABEL {
background-color: #C0C0C0;
margin: 0px 0px 0px 0px;
padding-left: 0px;
padding-right: 0px;
}
BODY,TD {
font-family: Sans-Serif;
background-color: #C0C0C0;
@ -24,10 +46,8 @@ BODY {
<FORM>
<table border="0" bgcolor="#C0C0C0">
<tr>
<td NOWRAP width="30" align="LEFT">
<div align="LEFT">
Find what:
</div>
<td nowrap width="30" align="LEFT">
<div align="right">Find what: </div>
</td>
<td width="134">
<input type="text" id="query">
@ -37,16 +57,17 @@ BODY {
</td>
</tr>
<tr>
<td NOWRAP width="30" align="LEFT">&nbsp;
<td nowrap width="30" align="LEFT">&nbsp;
<div align="RIGHT">
<table border="0" width="100%">
<tr>
<td width="27%">
<div align="LEFT">
<td width="27%" height="20" NOWRAP>
<div align="LEFT">
<LABEL>
<input type="checkbox" id="matchcase" value="checkbox" style="background-color: rgb(192,192,192);">
</div>
Match Case</div>
</LABEL>
</td>
<td width="73%" NOWRAP>Match Case</td>
</tr>
</table>
</div>
@ -54,10 +75,14 @@ BODY {
<td width="134">&nbsp; <fieldset style="background-color: rgb(192, 192, 192); display: inline; border: 2px groove white; margin-left: 10px; padding: 10px;">
<legend style="background-color:rgb(192, 192, 192); border: none ; padding: 0px;" align=left>&nbsp;Direction
&nbsp;</legend>
<LABEL>
<input type=radio name="search" id="searchup" size=15 maxlength=80 style="margin-right:10px; background-color: rgb(190, 190, 190);">
<u>U</u>p
</LABEL>
<LABEL>
<input type=radio checked name="search" id="searchdown">
<u>D</u>own
</LABEL>
<input type="HIDDEN" id="a" value="n">
</fieldset> </td>
<td width="137">