Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:08

Followscroll


Poster: Maz
Dated: Wednesday October 1 2003 - 4:33:27 BST

Mac IE 5.1.7 I have take off in table, position relative, but no launch.

Background is going down but menu skeleton remains in place.
I do have a character error I'm searching for, background is moving;)

Couple of questions, is it safe to use apostrope in text?
What is text=bold? typestyle="bold"; doesn't respond.

Regards
maz
link_www_


Poster: Maz
Dated: Wednesday October 1 2003 - 18:13:38 BST

post removed. Discovered the problem wasn't the menu.

However, the menu background is still moving down the page leaving the skeleton links in place. Submenu is not opening.

script in table, followscroll, position=relative.

maz


Poster: Maz
Dated: Friday October 3 2003 - 2:11:32 BST

Today's mac IE 5.1.7 update:

I placed the main menu items in the table, submenus opened, but the menu wouldn't move from vertical alignment middle.

I tried placing background in menu items since it was the only thing moving with followscroll, then only border moved with followscroll.

I went back to script in table, because it works for everyone else. Now the top position is lower than it should be.

I'm thinking of using css to replace table. Any suggestions?

Thanks
maz


Poster: John
Dated: Friday October 3 2003 - 2:25:03 BST

OS X/Safari...

Tools menu scrolls, images are there, but there is no text at all (white on white, maybe?). If you mouseOver the menu text then appears in red. If you then happen to hit a sub-menu, it opens directly on top of the Tools menu, rather than offset to the right.

IE5.1.7...

Ah, an aqua background has appeared, and white text (that explains the above). Subs do not open at all, and I see the background scrolling but not the menu items.

Goofy. Heading for your code...


Poster: Maz
Dated: Friday October 3 2003 - 16:58:21 BST

I ended up with 3 different sets of code trying things out, they got muddled. Something still needs fixing back to what I had originally.

Sorry about that :?
maz


Poster: Maz
Dated: Friday October 3 2003 - 19:58:01 BST

My menus are all cleanedup and working.

Has anyone else noticed that left=2 main in table bound is not responding now?

maz -www- link


Poster: John
Dated: Saturday October 4 2003 - 1:07:38 BST

Hey, Maz - there be tools menus here :!: And they all scroll together, and the subs no longer fall on top of the main. And all this in Safari, too. The only thing I see wrong here is a couple of the horizontal menu sub definitions are too wide for the sub background.

5.1.7, however, still is in trouble. The background comes in too low, only the background scrolls, and there are no subs.


Poster: Maz
Dated: Saturday October 4 2003 - 5:27:14 BST

John, I looked at sai, home and tech background fill the page.

I've taken off itemwidth on submenus, does it adjust correctly? In my browser the submenu grew with text, itemwidth acted as minimum width.

Followscroll worked perfectly in a div, but not on a pc. Would a ul box make any difference?

Thank you,
maz


Poster: John
Dated: Saturday October 4 2003 - 17:26:29 BST

Heh, that's one combination I hadn't tested that page against. However, I'm getting slightly different failures than you are.

The only menu for me that fills the page with background is Home/ASU Sites/Student Affairs. That also happens to be the only overflow/scroll menu on the page. Possible connection (in the Andy department)?

I also find that the menus don't always drop on a mouseOver - sometimes I have to click to get the sub. It's also random - not the same menu fails every time.

That one is running RC13 - took most of the week off and wasn't there when 14 came out.

Thanks for the catch, but unless Andy finds a bug (overflow=background fill) I'm not going to worry about it.


Poster: Maz
Dated: Saturday October 4 2003 - 19:50:24 BST

John, none of my subs do that now, only main horizontal 'right' screenposition on first load. But then I avoided sub/sub and scroll.

Maybe tied to the parent of the sub, but I think it has something to do with itemwidth or height.

Regards
maz


Poster: John
Dated: Saturday October 4 2003 - 19:59:04 BST

maz wrote:
Maybe tied to the parent of the sub, but I think it has something to do with itemwidth or height.

Neither of which I'm using in that setup.

I hate old browsers... :cry:


Poster: Maz
Dated: Sunday October 5 2003 - 0:27:45 BST

I took the menu out of table, first background splashed the page, I took of all sizes, then put bgimage in every item except type=header, that worked, no background image spill.

Next I have border taking on bgimage color on right side, took off border.

Next I have shadow extending full page, right and down, from top left corner, can't get rid of it. Maybe its because the first item is a header.

Still have submenus opening on the opposite side of the page. I have an idea on this, when I use css I cannot group properties, followscroll groups properties, what if there was a way to separate the property following followscroll so it read each property seperately; ; ; ? ---okay maybe they are values ;) like the only example in css that works for me is bottom-border: 1px red; that I have all over my site. I've tried other groups but they just get ignored.

Otherwise it appears the page links are working underneath this, which was the major problem with having followscroll out of a table.

Laterz
maz
-www-


Poster: John
Dated: Sunday October 5 2003 - 18:11:51 BST

Email sent - major problems...


Poster: Maz
Dated: Sunday October 5 2003 - 23:57:38 BST

John, its been a problem solving day, so here is what I have for you.

Where your background overflows, look to the parent with itemwidth or itemheight, make either of those the first item in the string. Sounds weird, but let me know if it works.

Regards,
maz


Poster: John
Dated: Monday October 6 2003 - 2:43:11 BST

maz wrote:
Where your background overflows, look to the parent with itemwidth or itemheight, make either of those the first item in the string. Sounds weird, but let me know if it works.

As mentioned above, not using either of those in that setup.