If you view my site in 800x600 resolution in IE 6 on PC, the layout jumps a few pixels to the right when hovering over the menu items, which has dropdowns built with anylink. The tabled layout is centered in the browser using CSS. Does anyone know how I can get rid of the little jump? It's distracting to users on low-res monitors. I've tried to disable the placement adjustment of the menus by recoding lines 119 & 120 of the script to:
That did fix the menu placement, but the layout still jumps.Code:dropmenuobj.style.left=dropmenuobj.x+"px" dropmenuobj.style.top=dropmenuobj.y+obj.offsetHeight+"px"
Here is the link to my site: http://lahealthaction.org/index.php
Thanks for any help.



Reply With Quote

Bookmarks