Thanks Ryan,
Your idea sent me looking for solutions in CSS
This is what worked
style.css contains:
img.bubbleimage {
width: 300px;
height: 200px;
}
And the html code looks like this:
<img ex:src-content=".Imagen" class="bubbleimage" alt="No hay
imagen" />
Works great in iE, firefox and chrome
Thanks for the tip.
On Nov 22, 7:28 pm, Ryan Lee <[email protected]> wrote:
> Have you tried using CSS instead? Which version of IE are you using?
>
> <img style="width: 300px; height: 200px" ... />
>
> On 11/22/11 10:44 , EdgarAllenPoe wrote:
>
>
>
>
>
>
>
> > Hello all,
>
> > I have put together this site:
> >http://audiobiblesforparaguay.org/audiobible_map/
>
> > If you click on one of the orange pins that are clustered together,
> > you should see the typical popup with some info and an image. The
> > part of my HTML that controls the image size looks like this:
>
> > <img ex:src-content=".Imagen" width="300" height="200" alt="No hay
> > imagen" />
>
> > and everything appears fine in firefox, but in iexplorer the image
> > does not re-size properly.
>
> > This is probably just a simple HTML thing, but I am cookbook, cut and
> > paste hobbiest and don't quite know how to fix this. Any suggestions
> > would be welcomed.
>
> > Tom
--
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" 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/simile-widgets?hl=en.