Hi,

I have two element ID's same as below unfortunately....

<div id="homeAddress">
  <div id="addrsModuleFromSomeone">.....</div>
</div>

<div id="officeAddress">
  <div id="addrsModuleFromSomeone">.....</div>
</div>

When I do $$('#addrsModuleFromSomeone').length in firefox I get 2 but
I get only one in IE...
And also only in IE (ff it works fine)...
$$('#homeAddress #addrsModuleFromSomeone') gives me the aoddress
element....
$$('#officeAddress #addrsModuleFromSomeone') gives me null....

I cannot change the id of the addrsModule id since someone else had
written it.

Can some help me with this?

Regards,
Hari

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to