Forum Moderators: not2easy
picture of example:
[i47.tinypic.com...]
the black corners are what im trying to do, as you can see they are 1px from bottom
.bottom_left {
left: 0;
top: expression(this.parentNode.offsetHeight-10+"px");
} // if I remember correctly, it really was a while ago
It works like a replacement for bottom: 0, the -10 part is the height of the corner.
As far as I remember, doctypes and other quirky tricks did not help me solve this issue, so this is the closest I got to solving this annoying issue.
But hey, it's just IE6. Use this trick and forget it ;)