# getBoundingClientRect() i Firefox
Author: johan

Vad är Firefoxs motsvarighet till IE:s getBoundingClientRect() för att bestämma var ett visst element ligger och dess storlek?

## Comment 1
Author: mans

document.getBoxObjectFor(element)  
  
...ska det vara.

## Comment 2
Author: johan

Har den left, top, bottom och right-properties också?

## Comment 3
Author: johan

Den har x och y-properties. Tack för hjälpen.
