Template:Mapmark: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<div class="mapmark"> <div style="top: 35px;left: 200px; background-color: red; height: 50px; width:24px; z-index: 1;">1</div> <div style="top: 35px;left: 220px; backg...") |
No edit summary |
||
| Line 1: | Line 1: | ||
<div class="mapmark"> | <div class="mapmark"> | ||
<div style="top: 35px;left: 200px; background-color: red; height: 50px; width:24px; z-index: 1;"> | <div style="top: 35px;left: 200px; background-color: red; height: 50px; width:24px; z-index: 1; position: relative; margin-top: -15px;"> </div> | ||
<div style="top: 35px;left: 220px; background-color: green; height: 50px; width:24px; z-index: 2;"> | <div style="top: 35px;left: 220px; background-color: green; height: 50px; width:24px; z-index: 2; position: relative; margin-top: -15px;"> </div> | ||
<div style="top: 35px;left: 225px; background-color: blue; height: 50px; width:48px; z-index: 3;"> | <div style="top: 35px;left: 225px; background-color: blue; height: 50px; width:48px; z-index: 3; position: relative; margin-top: -15px;"> </div> | ||
</div> | </div> | ||