When increasing the font size in the browser under View -> Text Size the spacing between the html java menu images increases...
Return to Recent Questions
Q:
I have built out a vertical menu that fits within a fixed size
box. The items of the menus are all fixed size images. However when
increasing the font size in the browser under View -> Text Size the
spacing between the images increases and the html java menu no longer fits
within the fixed space. I did have CSS padding-top in the html java menu that
I took out but it still does not fit in the space.
I took out but it still does not fit in the space.
Have you run into this before or do you know of a fix for this?
A:
You've installed the menu in DIV with absolute position (boxNav). That
is why you have such behaviour.
Try to use relative position for this DIV.
Return to Recent Questions
Related:
- Aug 30, 2006 - Can all the java script be contained with in the html and not use an external .js file?
- Sep 02, 2006 - Can I show / hide the javascript floating menu .
- Sep 06, 2006 - The alighment of the dropdown menu is off to the right in Firefox...
- Sep 06, 2006 - Can't see my javascript vertical tree menu in FireFox.
- Sep 06, 2006 - The first item of the html drop down menu stays highlighted.
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Sep 15, 2006 - Are vertical menus also supported? I don't see any in the javascript menu examples.
- Sep 16, 2006 - I need to be able to highlight the selected menu item of the html tree menu.
- Sep 17, 2006 - How can your javascript onmouseover menu be set to open by click?
- Sep 22, 2006 - How to call the function in my java script menu?
- Sep 23, 2006 - Is it possible that javascript drop down menus doesn't put anything on the local computer?
|