Given this reduction:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css">
input,
checkbox,
radio,
select,
textarea {
margin: 2px;
padding: 0px;
background-color: rgb(161, 121, 70);
border-color: rgb(84, 72, 36);
border-style: ridge;
font-size: 10px;
}
.button {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
border-style: ridge;
border-color: rgb(159, 114, 48);
font-weight: bold;
background-color: rgb(159, 114, 48);
padding: 2px;
margin: 0px;
}
#box_container {
position: absolute;
top: 205px;
width: 100%;
text-align: center;
color: rgb(255, 255, 255);
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
}
</style>
</head>
<body>
<form method="post" action="file:///">
<div id="box_container">
<table>
<tbody>
<tr>
<td>
<div>
<div>
<table>
<tbody>
<tr>
<td><input /></td>
</tr>
<tr>
<td><input /></td>
</tr>
<tr>
<td>
<select>
<option value="EC" selected="selected">
1 Caledonii
</option>
</select>
</td>
</tr>
<tr>
<td>
<input
type="submit"
value="Log in"
class="button clickable"
/>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</form>
</body>
</html>
Only the top 1/3-1/2 of the button is clickable.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too