how to position this one?

Discussion in 'HTML & Website Design' started by tanicos, May 20, 2008.

  1. #1
    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
     
    tanicos, May 20, 2008 IP
  2. promaxstudio

    promaxstudio Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    try use
    margin-top:0px
    margin-left:32px

    or padding
     
    promaxstudio, May 20, 2008 IP
  3. Ulquiorra

    Ulquiorra Peon

    Messages:
    422
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    Ulquiorra, May 20, 2008 IP