Jump to content

Map Legend


mrscripto

Recommended Posts

I'm using a field to show different markers on my map. On my listings page (blog view) I tried adding a legend underneath the square map, but each time you scroll down it disappears.

 

		<?php if($show_map == true):?>

	<div id="jr-map-column" class="jrMapColumn">

		<?php echo $this->renderControllerView('geomaps','map_results'); /* MAP */?>
		<p>Map Legend</p>
	</div>

	<?php endif;?>

 

Is is possible to have it scroll down and stay underneath the map?

Link to comment
×
×
  • Create New...