Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Getting IE6 to recalculate absolute position after BlindDown Re: Getting IE6 to recalculate absolute position after BlindDown

#57834
apostrophe
Participant

Is that code copied and pasted direct from your project?

The reason I ask is:

Code:
This is the div that contains the corner image that isn’t moving.

and

Code:
#bottomLeft {
background: url(../images/corner.jpg) no-repeat;
width: 98px;
height: 101px;
text-indent: -9999px;
position: absolute;
bottom: 0;
*bottom: -1px;
left: -50px;
}

LeftBottom is not the same thing as bottomLeft!