examples/bootstrap4/popover.html
authorAlan Knowles <alan@roojs.com>
Thu, 11 Feb 2021 04:42:05 +0000 (12:42 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Feb 2021 04:42:05 +0000 (12:42 +0800)
examples/bootstrap4/popover.html

index 4c2b113..fdfc3a8 100644 (file)
          style="width: 100px;height: 100px;display: block;background-color: red;position: relative;left: 133px;top: 400px;"></div>
     
       <div id="below-test"
-         style="width: 100px;height: 100px;display: block;background-color: red;position: relative;left: 500px;top: 300px;"></div>
+         style="width: 100px;height: 100px;display: block;background-color: red;position: relative;left: 400px;top: 100px;"></div>
+      
+      <div id="below-bad-test"
+         style="width: 100px;height: 100px;display: block;background-color: red;position: relative;left: 400px;top: 500px;"></div>
     
+     <div id="above-bad-test"
+         style="width: 100px;height: 100px;display: block;background-color: red;position: relative;left: 400px;top: 100px;"></div>
     
+     <div id="above-test"
+         style="width: 100px;height: 100px;display: block;background-color: red;position: relative;left: 400px;top: 500px;"></div>
     
   </body>
     <script type="text/javascript">