No scrollbars when using Firefox browser

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:

No scrollbars when using Firefox browser

Post by rudy »

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-questio ... =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?
Last edited by rudy on Thu May 31, 2012 11:16 pm, edited 1 time in total.
Rudy
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: No scrollbars when using Firefox browser

Post by Ruth »

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
User avatar
rudy
Mega User
Mega User
Posts: 161
Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:

Re: No scrollbars when using Firefox browser

Post by rudy »

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
Rudy
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: No scrollbars when using Firefox browser

Post by Ruth »

Hi Rudy,

I found the solution. It is NOT a bug. I was testing it in old FF versions and old menu versionx , 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: Select all

 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
Post Reply