Re: Firefox absolute positioning stopped working

2013-11-11 Thread Gary Stainburn
Firstly, appologies for missing out the relevent bit of code, i.e. the bit that was wrong. Secondly, I've managed to find the solution. The original code was: hp.style.top = yOffset; hp.style.left = xOffset; The new code is: hp.style.top = yOffset+'px'; hp.style.left = xOffset

Firefox absolute positioning stopped working

2013-11-11 Thread Gary Stainburn
Hi folks, Sorry if this is O.T. but I only seem to be having the problem on my Fedora workstations. I use popup div's in my web pages - div's that are initally display:none but then on an event have their absolute size and position changed. This method worked fine until recently (not sure how