I had problems trying to get my site to be a crossbrowser. in IE6, I have a container with relative positioning, and inside there is an absolute div that has a negative top and left, but instead of going to the top of the relative div, it looks like this:
insted of:
++++++++++++++++++++++ + container + +++++++++++++++++++er + + hello +er + + world +er + +++++++++++++++++++er + + container + + container + ++++++++++++++++++++++
in all other browsers im, using only static positioning for the container and absolute position for hello world div, and works fine, but in ie6 the absolute div was strange positioning, and no matter how top or left I gave it, it didnt move. so I thought about this for IE6, but have the problem described above.
source share