In an 800x600 resolution, it is as if the script (that I didn't make) is automatically adding enough space for the drop down menu... therefore giving horizontal scrolling.
I have looked around and tried stuff with no luck.
Does anyone know how I can alter the css or the javascript so that the menu doesn't cause the horizontal scrolling in an 800x600?
I took me awhile to notice it in Firefox, but I did after mousing over the navigation from the javascript. Then it starts showing the scrollbar.
I did play around a little and I think there are two widths causing the problem.
First in the css in the <head> of your document there's a class called anylinkscss. It has a width of 20xpx on it. It looks like all the submenus have this class applied. when I reduced it the scrollbar got smaller.
There's also am inline syle applied to the same divs setting the width of each to 150px. I think it will need to be smaller than 150px, but I'm not sure how small.
Hopefully making both of those smaller (you really should only need the anylinkscss width will solve things.
Funny, I just recommended one in your other thread. IE needs a little javascript though. It still can't quite handle pure css menus. Close, but not quite.
This is the menu I recommended in the other thread: