Is there a way to find out the "OffsetRight" property of an object? I need to find where the right/top point of my div is. I know OffsetLeft and OffsetTop work but there OffsetRight doesn't exist. One way to find out is to add the OffsetLeft and the width of the div. Only I don't know the width of my div. So how can I find out the offsetRight of my div? Anybody has any ideea?


Reply With Quote
Bookmarks