Changeset 52 for ATGoogleMaps


Ignore:
Timestamp:
07/07/06 22:31:49 (6 years ago)
Author:
takanori
Message:

change style attribute with TALES

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ATGoogleMaps/trunk/skins/googlemaps/gmap_view.pt

    r47 r52  
    9494    </ul> 
    9595     
    96     <div id="map" style="position: relative; height: 480px;"> 
     96    <div id="map" style="position: relative; height: 480px;" 
     97         tal:attributes="style string:position: relative;; height: ${here/height}px;;"> 
    9798    </div> 
    9899     
Note: See TracChangeset for help on using the changeset viewer.