rh71
06-02-2000, 09:01 AM
BACKGROUND INFO: A pop-up window uses javascript to dynamically populate a menu to do things like closing an issue, update an issue, close the pop up window, etc. ie. if an issue is already closed, they won't see the update or close buttons, they will only see the button to close the pop-up window. (These are not the submit type buttons - they are icons that link to other pages)
This is the top frame. The bottom frame in the same pop-up window would contain the details of that issue.
PROBLEM: When the user has their desktop display properties (not the web browser option) set to use Large Fonts, the top frame's menu doesn't show up at all. It shows the other info in the top frame, skips the dynamically built buttons, and shows the bottom frame. But when using Small Fonts, everything shows up as intended.
Problem exists in both IE5 and Netscape 4.08 and up. Anyone have any idea why or how to resolve this in code?
This is the top frame. The bottom frame in the same pop-up window would contain the details of that issue.
PROBLEM: When the user has their desktop display properties (not the web browser option) set to use Large Fonts, the top frame's menu doesn't show up at all. It shows the other info in the top frame, skips the dynamically built buttons, and shows the bottom frame. But when using Small Fonts, everything shows up as intended.
Problem exists in both IE5 and Netscape 4.08 and up. Anyone have any idea why or how to resolve this in code?