kind of a strange request, but I was wondering if there was a way to access (via DOM or otherwise) the position properties of an element while it's still hidden...
for example if I had a div element that has style: display: none -- is there a way that I could query the DOM and get the element's top and left position that it would have (if it were to be made visible later on with a display:block switch)?
I know this is almost a javascript question, but thought I would try my luck on this support board, as I've gotten good solutions here. Thanks
