Set div's left value based on grandparent element

hillskunk

New Member
I have an absolute div nested inside a relative div. I want the absolute div's left value to be relative to the grandparent's position, but still allow it's height to be relative to it's parent element. Here is where the page is: http://pixeloft.com/clients/supportcenter/facilitators/I want the left value of the bio element to always have the left value of the first "Frank Abdale" on click.Is this possible by setting the div's left value through js?
 
Back
Top