Forum Moderators: open
Using MSIE 5.0, I have a page all nicely laid out with CSS (yes, I'm getting there...). I put in an internal link, like this:
<a href="#note1">See note below</a>
When I clicked on it, I suddenly realized I had about 3 pixels horizontal scroll -- which remained when I hit the Back button, but went away again when I hit Refresh.
I discovered that the document had been reflowed slightly differently; where there had once been something like this:
Now is the time for all good men to come
to the aid of the party
it now read:
Now is the time for all good men to come to
the aid of the party
The line break was in a different position, and that was what was pushing the <div> off the edge of the screen.
I guess this is just a weird bug. Anyone else seen anything similar, and are there any serious implications?