Set absolute position for client control

Discussion in 'C#' started by snufse, Feb 27, 2009.

  1. #1
    I'm trying to set position for an image control. Not sure if I'm doing it right. Seems like that when I change value of Left and Right, the image always appears top left hand regradless.


    <img alt="No Image" src="icons/Vecenergy_RGB_1800p.jpg" name="slide" width="160"
             height="70" style="position: absolute; left:100; top:50;">
    PHP:

     
    snufse, Feb 27, 2009 IP
  2. snufse

    snufse Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Guess I could use:

    style="position: absolute; left:100px; top:50px;
     
    snufse, Feb 27, 2009 IP