Hi,

I'm building a custom dropdown menu where I need to position the
dropdown layers relative to the main menu item. This works just fine
when I do it initially. However, in IE6/7 when I add an event listener
for the window resize event, the menu gets positioned incorrectly on
page load. The way I do it, is as follows:
- I calculate the position of the main menu item element by using
positionedOffset.
- I then position the sub menu element by setting the left and top
style attributes.

After checking the calculations in IE6/7, I discovered that
positionedOffset results change between the initial value and after
the resize event is fired after a page load. Element.cumulativeOffset
has the same problem; the returned values change between the onload
event and onresize event during page load, even though they should be
the same.

I can't figure out why this happens. Anyone got a clue?

Thanks,
Ron Derksen


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to