mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
b9cce93cc2
--HG-- extra : rebase_source : ca08ac21ddb8c27c7348f87f6963a03cf6fcfa46
32 lines
360 B
HTML
32 lines
360 B
HTML
<!DOCTYPE HTML>
|
|
<html><head>
|
|
|
|
<style>
|
|
#s {
|
|
position: absolute;
|
|
top: 20px;
|
|
left: 20px;
|
|
display: block;
|
|
width: 400px;
|
|
height: 150px;
|
|
}
|
|
|
|
#p {
|
|
background-color: black;
|
|
width: 400px;
|
|
height: 150px;
|
|
position: absolute;
|
|
top: 270px;
|
|
left: 20px;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<input type="file" id="s" />
|
|
<div id="p"> </div>
|
|
|
|
</body>
|
|
</html>
|