Search found 9 matches

by LotteryPost
Tue Jul 13, 2004 6:01 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: HELP: Popup Menu goes off edge of page
Replies: 17
Views: 9719

John,

Thanks very much for looking into this for me. I really appreciate it, but I need to make a couple of corrections:

- Single quotes and double-quotes are interchangeable in JavaScript - nothing wrong with using the single quotes in the aI() funciton.
- Ditto for the single quotes in menu_data ...
by LotteryPost
Mon Jul 12, 2004 9:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: HELP: Popup Menu goes off edge of page
Replies: 17
Views: 9719

Just tried some additional browsers on the Mac. Here's the summary:

Safari 1.2.2 didn't work.
Netscape 7.1 worked fine.
Opera 7.52 didn't work.
Firefox 0.9.1 worked fine.
Mozilla 1.5 worked fine.
IE didn't work (but who cares).

BTW, my Mac is a dual 2GHz G5 w/ 2GB RAM, running 10.3.4.

-Todd
by LotteryPost
Mon Jul 12, 2004 9:41 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: HELP: Popup Menu goes off edge of page
Replies: 17
Views: 9719

Which version of Safari is the problem with?

Just tried 1.2.2 and it all seems to be fine, both menus poped up OK, anyone else got Safari?

Cheers
Andy

I am running 1.2.2 (v125.8 ), and it doesn't work for me.

I am also running Norton Internet Security on that Mac, but I don't see it changing ...
by LotteryPost
Mon Jul 12, 2004 9:38 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: HELP: Popup Menu goes off edge of page
Replies: 17
Views: 9719

Hi John,

Thanks for the reply.

I've finished coding the Lottery Post site with popups on all user links and game links. I really like the way it came out, and I found some nice ways to save download time (minimal code on each page).

The latest version of the code is on the root lottery post site ...
by LotteryPost
Mon Jul 12, 2004 7:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: HELP: Popup Menu goes off edge of page
Replies: 17
Views: 9719

Andy,

Well, we're almost there. The problem with the 3 pixels was fixed by the offset parameter, but the problem with browser support is half-fixed.

The addition of the id parameter to the image tag fixed the problem in Netscape and Firefox, but Safari is still no-go. In fact, I tried loading your ...
by LotteryPost
Mon Jul 12, 2004 6:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: HELP: Popup Menu goes off edge of page
Replies: 17
Views: 9719

I uploaded the new code, and it was 95% successful.

I'm going to be picky here, but from the attention to detail you have put into your menus, I'm guessing that you try to get things 100% perfect.

When I click open the User Name popup menus (the ones that ran off the side of the page), in IE it ...
by LotteryPost
Mon Jul 12, 2004 6:15 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: HELP: Popup Menu goes off edge of page
Replies: 17
Views: 9719

Awesome, I'll check it out and report back.

Thanks!
by LotteryPost
Mon Jul 12, 2004 2:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: HELP: Popup Menu goes off edge of page
Replies: 17
Views: 9719

Ruth,

Thanks for the reply.

I am not aligning the popup with a table cell - I am aligning it with the link itself.

I plan on using the popups extensively throughout the Web site, so it need to be done in a generic manner. I can't hardcode the menus to right-align one place and left-align another ...
by LotteryPost
Sun Jul 11, 2004 6:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: HELP: Popup Menu goes off edge of page
Replies: 17
Views: 9719

HELP: Popup Menu goes off edge of page

I am in the process of converting my site to use Milonic popup menus extensively, but just hit a pretty major bug.

I have popup menus that activate when the user clicks a link. The popup is positioned to the link by referencing the link ID in the popup function. For example, Popup('menuname ...