mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
26 lines
247 B
HTML
26 lines
247 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
|
|
#a {
|
|
float: left;
|
|
position: relative;
|
|
padding: 331890106943cm 0;
|
|
}
|
|
|
|
#b {
|
|
position: absolute;
|
|
top: 100%;
|
|
}
|
|
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="a"><div id="b"></div></div>
|
|
</body>
|
|
|
|
</html>
|