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:02

No scrollbars when using Firefox browser


Poster: rudy
Dated: Thursday May 31 2012 - 21:14:42 BST

I have two domains both Milonic licensed.
Using the newest version available.

Here is a typical piece of code in my menu - notice the "scrollbars=yes"

aI("text=Connecting Storage Devices;url=http://www.certdriven.com/aplus-questions/connect_devices.htm;target=_blank;targetfeatures=width=768 height=510 left=285 top=35 scrollbars=yes location=no status=yes;");

This all works fine in IE 8 and 9 and Google Chrome but not in Firefox. The page loads but can't scroll down to see the whole page - no scrollbars showing up at all.

Here is a link to see it in action - make sure your using Firefox: http://www.certdriven.com/apluscertdemoqm09/quiz.html

Also, I use to be able to send a support question directly to Andy but done't see where I can do that anymore - can I still get his help?

Re: No scrollbars when using Firefox browser


Poster: Ruth
Dated: Thursday May 31 2012 - 23:13:50 BST

Hi Rudy,

As far as I know you can fill out a support ticket on the main site Tech Support link at the bottom. However, you must be logged in under whatever your main site user name is.

As to the issue, it seems that opening the link and getting the scroll bars works if you are using the function that we put together, but not if you just put the normal url= and targetfeatures= in the aI string. I don't know what version of the menu you are using, but I tried 5.912 [which is what the file says, but the download link at the main site version information says 5.910] Anyway, I will report this to Andy for him to check out.

Ruth

Re: No scrollbars when using Firefox browser


Poster: rudy
Dated: Thursday May 31 2012 - 23:26:00 BST

Thanks Ruth, I shot off a support ticket to Andy.

Ruth wrote:
Hi Rudy,

As far as I know you can fill out a support ticket on the main site Tech Support link at the bottom. However, you must be logged in under whatever your main site user name is.

As to the issue, it seems that opening the link and getting the scroll bars works if you are using the function that we put together, but not if you just put the normal url= and targetfeatures= in the aI string. I don't know what version of the menu you are using, but I tried 5.912 [which is what the file says, but the download link at the main site version information says 5.910] Anyway, I will report this to Andy for him to check out.

Ruth

Re: No scrollbars when using Firefox browser


Poster: Ruth
Dated: Friday June 1 2012 - 0:11:29 BST

Hi Rudy,

I found the solution. It is NOT a bug. I was testing it in old FF versions and old menu versionx [I keep for testing], and I knew it worked in FF and with the old versions, but it wouldn't. Then I realized that you don't have any commas between the items.

Try it this way, it works fine, in old and version 11 FF :)

Code:
aI("text=Connecting Storage Devices;url=http://www.certdriven.com/aplus-questions/connect_devices.htm;target=_blank;targetfeatures=width=768, height=510, left=285, top=35, scrollbars=yes, location=no, status=yes;");


Sorry about that. I should have seen it right away :oops:

Ruth