I cannot see a height or width attribute in the tables that are used
for the infowindows. And because tables doesn't have a height
attribute (when the HTML should be valid), I would do the following:
Give all infowindow tables a class attribute and declare their height
and width via css
<table class="iw" ...
table.iw { heigth: 300px; width: 350px; }
On Jun 30, 2:03 pm, Mig <[email protected]> wrote:
> I've developed a dynamic page which shows everything alright in
> Firefox. When I try to view it in IE then the infowindows are as small
> as they can be.
>
> First I used IE7, but upgraded to IE8 in an attempt to fix the
> problem. But no luck.
>
> I read something about IE wanting values for the width and hight of an
> infowindow. That's why I tried putting values to the table I've got
> inside the infowindow. But it doesn't work either.
>
> If anybody can help it'll be very much appreciated!
>
> Thanks in advance.
>
> Url:http://www.digikort.horsens.dk:8080/Server/student.jsp
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.