Raw File
mixed-dimentionA-ref.html
<!DOCTYPE html>
<html id="parent">
  <head>
    <link rel="stylesheet" type="text/css" href="style.css">
    <script src="../handleprop.js" type="text/javascript"></script>
    <style>
      #child {
        left: 300px;
        top: 200px;
        right: 20px;
        bottom: 20px;
      }
    </style>
  </head>
  <body>
    <div id="child">
      <div class="floatLeft"></div>
      <div class="floatLeft"></div>
    </div>
  </body>
</html>
back to top