Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>fix position</title>
</head>
<body>
  <div class="image"<a href="http://imgur.com/Tnju0gL"><img src="http://i.imgur.com/Tnju0gL.jpg" title="source: imgur.com" /></a>>
    
  </div>
  <div class="box">
    <h1>Szia!</h1>
  </div>
</body>
</html>
 
body {
  margin-color:  blue;
}
img {
  width: 300px; 
  height: 300px;
  margin: 0;
  border: red;
  position: fixed;
  opacity: 0.6;
}
.box {
  width: 300px; 
  height: 300px;
  margin: 0;
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
Timi36pro
0viewers