alignment problems after 5.22
alignment problems after 5.22
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
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
alignment problems after 5.22
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
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
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
Place a non-breaking line space in all the open spaces.
Ruth
Code: Select all
[ Wireless Networking ]
Ruth

Code: Select all
[ Wireless Networking ]
Ruth
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.
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
Ruth,
The Milonic 5.22 will not tolerate any spaces...
Such as between the words Wireless and Connectivity, above.
I have to use the Latin-1 character set:
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
Larry
The Milonic 5.22 will not tolerate any spaces...
Code: Select all
aI("text=Wireless Connectivity;showmenu=Wireless Connectivity;status=Radio Frequency and Infrared;");
I have to use the Latin-1 character set:
Code: Select all
aI("text=Wireless Connectivity;showmenu=Wireless Connectivity;status=Radio Frequency and Infrared;");
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

Larry
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:
I have to use the character set instead of a space, like this:
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!
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;");
Code: Select all
aI("text=Setting Up A Wireless Network;showmenu=Wireless Networking;status=Wireless Networking and Security;");
Here is the URL:
http://www.networkdriven.com/qp/9Ab898b.html
Thanks for your help!
Rudy