hello i am trying to use the absolute positioning css rule to position a "script" it's a live help script link. i can't get it working with "display:block; position:absolute; top:0px; left:32px;" thanks
Since it's a link, you can do this: <a href="your-url" style="display:block; position:absolute; top:0px; left:32px;">Stuff</a> If it's not just an <a> tag, need to see more of the script please.