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
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