top and left in IE6
- by peter
i have really problem adjusting top and left in IE6 , in all browsers just things works good.
i have this css
font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
height: 590px;
left: 50px;
line-height: normal;
overflow: hidden;
position: relative;
text-align: left;
top: -42px;
width: 760px;
z-index: 0;
EDIT
this top and left i get it from javascript like that
function()
{H(a,{left:0,top:0})
i dont have css file to put codes.
so if i change top and hight its not triggered in ie6 . its like that i do nothing . i wonder if ie6 dont handle top and left ?
how can i fix this .?