https://github.com/mozilla/gecko-dev
Raw File
Tip revision: cf84f2eafe2ad1dc4efeefef940acb095dedbe85 authored by ffxbld on 14 March 2012, 14:36:24 UTC
Added FIREFOX_12_0b1_RELEASE FIREFOX_12_0b1_BUILD1 tag(s) for changeset 249ecd7beaf3. DONTBUILD CLOSED TREE a=release
Tip revision: cf84f2e
uncovering-2-ref.html
<!DOCTYPE HTML>
<html>
<head>
<style>
body {
  width: 1500px;
  overflow: hidden;
}
div#bottom {
  position: fixed;
  left: 0;
  top: 0;
  height: 200px;
  width: 200px;
  background: green;
}
</style>
</head>
<body>
<div style="margin-left:200px; left:200px; width:100px; height:100px; background:pink;"></div>
<div style="left:0; width:500px; height:20px; background:blue;"></div>
<div id="bottom"></div>
</body>
</html>
back to top