everyday problems
hi all,
1.How do you handle attachEvent in other browsers(non-IEs) such as firefox?(please don't share solutions such as assigning the event to the body of the page)
2.How do you attach events to the whole browser?
(problem:assume you've got a page including an iframe and you've assigned the onclick to the whole page but the event wouldn't fire when you click on the iframe body)
3.really? ain't there any solution to gain the absolute left and top position of for example a <td> tag in javascript language?
(I'm sick of offsetLeft,offsetTop and offsetParent they suck and won't work for this)
|