salvador wrote:
Please don't top-post. See
http://www.html-faq.com/etiquette/?toppost
Corrected for you again. - JH
Quote:
On Mar 1, 7:47 pm, John Hosking <J...@DELETE.Hosking.name.INVALID>
wrote:
>
Quote:
>>salvador wrote:
>>
Quote:
>>>Are you saying that you cannot see the odd positioning of the elements
>>>that use a visibility property to control their display on the page
>>>(id="popupbox";id="showcities";id="hello") in IE 6 versus FF and
>>>Opera? Are there boxes being displayed when the map you are looking
>>>at is loaded? If so, do they appear in the map, or are they aligned
>>>to the right of the map?
>>
>>Yes. No. No and no (meaning neither). I don't see those elements at all
>>in IE6, FF 1.0.7, Opera 7.23, or Netscape 7.1. In Opera, the map is
>>positioned in the upper-left corner of the page, not in its bordered
>>box. (Opera also gives me a warning about your domain trying to set an
>>illegal cookie from Google.)
Time to revise the above slightly. See below.
Quote:
>
Hmmm.. do you have javascript turned on?
Yes, in all the browsers mentioned.
Quote:
>
The elements are clearly visible in the source code of the page, but
are defaulted to visibility:hidden in the stylesheet, and require
javascript to display. In Firefox, or in Opera, they'll display
inside of the container for the map. In IE 7, they display to the
right of the map.
Ah. So now we know what we're supposed to see...
div#hello:
Welcome to the Oregon Home Finder
Click on a marker to get started.
div#popupbox:
Loading Houses... / (roll mouse over markers to view)
div#showcities:
Click on a city marker / to view home listings
I do indeed see div#hello in Firefox, Netscape, and Opera but only for a
few seconds. In Opera the box appears in the middle of the map's box,
but to the right of the actual map. I see part of it also in IE6, and
yes, it's to the right of the rest of the content. I never saw it before
because (1) I only see it when I maximize the browser on my 1280x1024
display, (2) when I refresh, something (JS?) causes the content to
re-center (pushing the box's location back off the screen), and (3) it's
only there for a few seconds.
With JavaScript off I never see #hello.
I have no idea when the other boxes are supposed to appear, so I've
never seen them.
--
John