Maybe you're moving the image but not the link. So the link stays where it was, try putting that id to the link instead.
-- Ariel Flesler http://flesler.blogspot.com On 20 mayo, 07:34, Davis <[EMAIL PROTECTED]> wrote: > Hi, > > i got a simple html > > <a href="abc"> > <img id="xxx" src="{$image_dir}mu_ad_space.png" border="0" alt="" /> > </a> > > once i applied $('#xxx').css({position:'absolute',top:'250px'}), it > taken effect, but why href are disappear? > > appreciated for any input. > > Thanks/Davis.

