top and left in IE6
Posted
by
peter
on Stack Overflow
See other posts from Stack Overflow
or by peter
Published on 2012-11-16T22:23:34Z
Indexed on
2012/11/16
23:00 UTC
Read the original article
Hit count: 222
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 .?
© Stack Overflow or respective owner