Considerring two DIVs A and B, which A includes B, and CSS:
A { margin-left: -2000px; } B { margin-left: 2000px; }
I have a colleague who uses a lot of absolute positioning in his css. I find I can usually achieve the same visual effects by providing a different structure to the html ...