alignment problems after 5.22

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
rudy
Mega User
Mega User
Posts: 161
Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:

alignment problems after 5.22

Post by rudy »

This is one of the Web pages that the sub-menus are wrapping the text, which they didn't do on any of the prior versions.

http://www.networkdriven.com/qp/TriviaQuiz_aplus5.htm

Click over the first menu topic called "Motherboards" and you will see two sub menu links "[ Wireless Networking ] and "Wireless Connectivity"that are wrapping the text down.

Haven't changed anything in the data files, so the problem must be happening due to the 5.22 version.

Anyway, I sure could use some help making the text in the sub menus not wrap down.

Thx
Rudy
mfurf
Super Advanced
Super Advanced
Posts: 74
Joined: Tue Sep 23, 2003 12:30 am
Location: Purling NY
Contact:

Post by mfurf »

The problem could be browser specific since it does not wrap in Mozilla.

But Mozilla has its own issues with your menu. The large submenu with the scroll bar disappears as soon as I try to scroll it. This does not happen in IE. /mfurf
Oh Saratoga!
User avatar
rudy
Mega User
Mega User
Posts: 161
Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:

alignment problems after 5.22

Post by rudy »

Thanks mfurf for your reply...

But, I would just like to consentrate on the wraping of text in the submenus for now, in IE.

Any help on this part would be appreciated
Rudy
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

I can't tell you what's causing it the change, but there's an easy fix. In that submenu "Motherboards" the item for the wireless is like this

Code: Select all

[ Wireless Networking ]
Place a non-breaking line space in all the open spaces.

Ruth
User avatar
rudy
Mega User
Mega User
Posts: 161
Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:

Post by rudy »

Don't understand what you mean by a non-breaking line space.

Could you explain?
Rudy
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

:oops: Sorry, I should have given it at the beginning. A non-breaking line space code takes the place of a space and it prevents what was the blank space from allowing wrapping or breaking. So, in your [ Wireless Networking ] you would do this

Code: Select all

[ Wireless Networking ] 
Do the same thing for the other words that wrap. You see there are no 'empty' spaces now.


Ruth
User avatar
rudy
Mega User
Mega User
Posts: 161
Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:

Post by rudy »

Tried the   to avoid any spaces but I don't see any difference.

Using IE 6.0
Rudy
User avatar
rudy
Mega User
Mega User
Posts: 161
Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:

Post by rudy »

Sorry Ruth

I forgot one of the   in between the two words, yes that did fix that problem.

I have another one that is similar, I'll get back to you on this.

Thanks alot
Rudy
User avatar
rudy
Mega User
Mega User
Posts: 161
Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:

Post by rudy »

Same type thing happening on this page:

http://www.networkdriven.com/qp/9Ab898b.html

As you can see the text is wrapping on the topic "Moterboards" and "Hard Drives".

Don't give up on me, please - I need to get this fixed and I love the Milonic Menu. I have never had any problems with any of the other version changes. Also, if I upload the 3 .js files from version 5.21 these problems go away, so I think it must be in the last changes Andy made in 5.22.
Rudy
User avatar
rudy
Mega User
Mega User
Posts: 161
Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:

Post by rudy »

Ruth,

The Milonic 5.22 will not tolerate any spaces...

Code: Select all

aI("text=Wireless Connectivity;showmenu=Wireless Connectivity;status=Radio Frequency and Infrared;");
Such as between the words Wireless and Connectivity, above.

I have to use the Latin-1 character set:  

Code: Select all

aI("text=Wireless Connectivity;showmenu=Wireless Connectivity;status=Radio Frequency and Infrared;");
then the text doesn't wrap ( at least in IE anyway ).

Could you check this link in some other browsers for me?


http://www.networkdriven.com/qp/9Ab898b.html

My site is an e-commerce site so the menu must work in most of the newer browse, since the menu leads my customers to my purchase page - no purchase no income.

Sure would appreciate it if you could check this out on some other browsers. ICapture won't let me actually work the menu.

Thanks again Ruth :P
Larry
Rudy
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hey Rudy,

I just had a look with ie6/win2k. I don't see any wrapping. What gives? Did you fix it?

Kevin
User avatar
rudy
Mega User
Mega User
Posts: 161
Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:

Post by rudy »

Hey Kevin,

Yes, Ruth helped me.

For some reason, after I installed version 5.22, the data .js files will not tolerate any spaces between words such as:

Code: Select all

aI("text=Setting Up AWireless Network;showmenu=Wireless Networking;status=Wireless Networking and Security;");
I have to use the   character set instead of a space, like this:

Code: Select all

aI("text=Setting Up A Wireless Network;showmenu=Wireless Networking;status=Wireless Networking and Security;");
It seemed to fix the problem in IE but would like some help having some of the other popular browsers take look at it also. If you could do that for me I would appreciate it.

Here is the URL:
http://www.networkdriven.com/qp/9Ab898b.html

Thanks for your help!
Rudy
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

This has now been fixed for version 5.23.

I'm hoping to get this release out later today.

Cheers
Andy
User avatar
rudy
Mega User
Mega User
Posts: 161
Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:

Post by rudy »

WOW, thanks :D Andy - that was fast...
Rudy
Post Reply