Is there any way of neutralising or removing the x coordinate value such that the CSS absolute position for the div will take over, and position the div as right:0.
I'm not sure exactly what you're asking, but if I'm understandinf right then instead of giving a value to the x-coordinate when it's declared don't assign a value to it.
Instead of:
var target_x = 370;
use:
var target_x;
Is that what you're looking for?
__________________ l Search Engine Friendly Web Design | Please login or register to view this content. Registration is FREE
l Tips On Marketing, SEO, Design, and Development | Please login or register to view this content. Registration is FREE