Changeset 6170
- Timestamp:
- 02/09/08 13:09:05 (10 months ago)
- Files:
-
- sandbox/euzuro/pop/examples/framedPopups.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/pop/examples/framedPopups.html
r6101 r6170 3 3 <style type="text/css"> 4 4 #map { 5 width: 512px;6 height: 400px;5 width: 800px; 6 height: 500px; 7 7 border: 1px solid black; 8 8 } … … 81 81 <div id="tags"> 82 82 </div> 83 <p id="shortdesc">84 All kinds of ways to create and interact with Popups.85 </p>83 <p id="shortdesc"> 84 All kinds of ways to create and interact with Popups. 85 </p> 86 86 87 <div id="map"></div> 88 <div id="docs"> 89 Detailed description of this example needs to be written.<br /> 90 <a href="javascript:changeDecoration();void(0)" >change popup decoration</a> 91 You'll need to reopen the popup to see it rendered differently.<br /> 92 Below you can find the way bubble decoration dimensions are calculated.<br /> 93 <img src="../img/popup_orange_dimensions.png" /> 94 87 <div id="map"></div> 95 88 </div> 96 89 </body>
