On 15 nov, 20:39, Andrew Leach <[email protected]> wrote:
> On Nov 15, 7:21 pm, Eve <[email protected]> wrote:
>
>
>
> > On the page below the map should appear, but only appears text:
> > "Localizacion geográfica de Inmuebles :"
>
> >http://rimmamarbella.com/es/se-alquila/2-urb-los-naranjos-de-marbella
>
> > Do you think there is any solution??
>
> Yes. This part is wrong:
>
> <h3>Localizacion geográfica de Inmuebles :</h3>
> <p><div id="jea_property_map"></div>
> </p>
>
> You have your map div inside a <p> which is not a particularly good
> idea. And the div has no size, so when the map is created at 100% size
> there is nothing to be 100% of. If you use percentages, then that
> percentage has to be calculated as a percentage of the containing
> element, so you need to make sure that every containing element -- all
> the way up to <html> if necessary -- can be calculated.
Dear Andrew,
I found the code in joomla but it's a bit different.
i thought to put directly something like
<div style="width: 175px;
height: 150px;>
but everything got messed up..
Im sorry I dont know to program, only use joomla
Do you know if it could work out and where could I put it?
Thank you for everything Andrew!!
Anyway, another option could be just to put one by one the Googlemap
parameters in the text editor :)
-------------------------------------------------------------------------------------
<div class="clr" > </div>
<?php $dispatcher->trigger('onAfterShowDescription', array(&$this-
>row)) ?>
<?php if ( $this->params->get('show_googlemap') ): ?>
<h3><?php echo JText::_('Localizacion geográfica de
Inmuebles') ?> :</h3>
<p>
<?php echo $this->showGoogleMap($this->row) ?>
<?php endif ?>
<?php if ( $this->params->get('show_contactform') ): ?>
</p>
<p> </p>
<form action="<?php echo $this->getViewUrl ($this->row-
>id,'&task=sendmail', true ) ?>" method="post" enctype="application/x-
www-form-urlencoded">
</dd>
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.