Hi guys, I have problem with floating div in Internet Explorer. In Firefox, we can make a floating div (that will not moving at all even the page is scrolling) just by simply set the style "position:fixed;top:0px;left:0px". Unfortunately that style code is not working for Internet Explorer. What's the right code for IE then?
if ur using float:left IE messes it up.. because the layer has to go to the left by default.. might fix it. if it doesnt do u mind putting the whole id or class code in.