I'm trying to position a div inside a table. The parent has position: relative
while my div las position: absolute
. I usually develop in chrome and it works just fine there but when I open firefox my absolute div ignores it's parent and occupies the whole page.
Here's an example which works in chrome but not in firefox: http://jsfiddle.net/pdFSh/
Any ideas?