mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
15 lines
317 B
HTML
15 lines
317 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
|
|
<div style="position:absolute; top: 50px; left: 50px; border: 2px solid orange;" id="v">
|
|
a
|
|
<select style="width: 200%">
|
|
<option style="visibility: collapse; overflow: auto; display: table-footer-group;">X</option>
|
|
</select>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|