Click to See Complete Forum and Search --> : CSS Popup


wpahiker
08-09-2006, 06:18 AM
I'm trying to get a CSS Popup to work, and I'm getting three different results (how's that for confusing).

URL to the page: http://www.usatek.net/~snoopy/Trails/Maps.shtml


What should happen:

There should be two red squares visible on the Pa. map, one over #1 the other over #2. When you hover over them a rectangle should appear giving the trail name (#1 is Appalachian, #2 is Baker), and a hyperlink should appear in the status area (pages don't really exist at this point).


What is happening:

Safari works perfectly. :)

FireFox shows only one square, centered on the top of the map. When you hover over it the popup appears for Baker, as does the hyperlink. I did disable Baker in the html to test and the square for Appalachian appears in the same spot, so it seems FireFox is putting both squares in the same place. :confused:

IE (always a pleasure), performs similarly to FireFox, except that the popup doesn't appear at all. :confused: :confused:

LeeU
08-09-2006, 09:09 AM
Will this one (http://mikecherim.com/experiments/css_map_pop.php#cmp04) work any better for you?

wpahiker
08-09-2006, 10:21 AM
Will this one (http://mikecherim.com/experiments/css_map_pop.php#cmp04) work any better for you?

It may, but it's going to take a lot of digesting. Thanks.