Comment #1 on issue 15535 by jer...@chromium.org: doula.co.il: Navigation  
menus are unusable in Chrome
http://code.google.com/p/chromium/issues/detail?id=15535

Analysis:
The main site body consists of a div with a fixed width enclosed in a  
<center> tag.
If you resize the window horizontally such that the window is exactly the  
width of the site's body and there are no
white margins left to either side of the site contents then the horizontal  
position of the menu is correct.

The menu's placement is calculated in the showFirstNodeV() function in
http://www.doula.co.il/_Includes/ns_NavigationVerticalH.js

Which uses the parent's .offsetLeft & offsetTop attributes to set the  
position of the menu, these appear to be
wrong.

I'm pretty sure this is a WebKit bug in that the offsetLeft & offsetTop  
positions do not match Firefox or IE on this
site.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to