Cannot change the Position of this code

Discussion in 'HTML & Website Design' started by FireStorM, Aug 20, 2006.

  1. #1
    When i put the code below on my site , i cannot change its position ( changing position:absolute variables not working) .. There is something wrong with the code but i cannot figure what it is .. Can someone plz help me ?

    thx lots in advance

    <style="position:absolute; left:20%;top:270;height:150px;width:300px;border:solid 3px red;color:blue;font-weight:bold;cursor:hand;font-size:14px;background-color:white;" onclick=":location.href='http://site.com';"><i style="background:url('http://www.theunishop.com/img/hi5hlf.gif') no-repeat;left:0px;top: 69px;position:absolute;width:294px;height:79px;"></i><a style="position:absolute; top:5px;left:15px;font-size:8px;" onmouseover=":document.all.tussplash.style.visibility='hidden';return false;">Close X</a><b style="position:absolute;top:22;left:75;font-size:16px;color:black;">
    roma is a:</b><u style="background:url('http://images.hi5.com/images/header/logo_hi5.gif') no-repeat;position:absolute; top:48px;left:24px;width:79px;height:57px;"></u></b><br><br>
     
    FireStorM, Aug 20, 2006 IP
  2. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #2
    try this code

    <div style="position:absolute; left:20%;top:100;height:150px;width:300px;border:solid 3px red;color:blue;font-weight:bold;cursor:hand;font-size:14px;background-color:white;" onclick=":location.href='http://site.com';">
    <i style="background:url('http://www.theunishop.com/img/hi5hlf.gif') no-repeat;left:0px;top: 69px;position:absolute;width:294px;height:79px;"></i>
    <a style="position:absolute; top:5px;left:15px;font-size:8px;" onmouseover=":document.all.tussplash.style.visibility='hidden';return false;">Close X</a>
    <b style="position:absolute;top:22;left:75;font-size:16px;color:black;">roma is a:</b>
    <u style="background:url('http://images.hi5.com/images/header/logo_hi5.gif') no-repeat;position:absolute; top:48px;left:24px;width:79px;height:57px;"></u>
    </div><br><br>
     
    ludwig, Aug 21, 2006 IP
  3. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #3
    you're welcome, did it work?
     
    ludwig, Aug 21, 2006 IP