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

index fdfc3a8..e409b9a 100644 (file)
   <body id="body">
   
     <div id="right-test"
-         style="width: 100px;height: 100px;display: block;background-color: red;position: relative;left: 133px;top: 400px;"></div>
+         style="width: 100px;height: 100px;display: block;background-color: red;position: relative;left: 100px;top: 100px;"></div>
+    
+     <div id="right-move-test"
+         style="width: 100px;height: 100px;display: block;background-color: red;position: relative;left: 100px;top: 600px;"></div>
+     
+     <div id="left-flip-test"
+         style="width: 100px;height: 100px;display: block;background-color: red;position: relative;left: 100px;top: 400px;"></div>
     
       <div id="below-test"
          style="width: 100px;height: 100px;display: block;background-color: red;position: relative;left: 400px;top: 100px;"></div>