brothercake
11-24-2004, 11:04 PM
Yeah sorry that's such a vague title ... but basically, I'm hunting down what may or may not be a CSS or JS bug in one or more browsers ... but I can't really make head nor tail of what's going on.
Here's the URL: http://www.brothercake.com/Ref/mp-something.html
The demo page does three thing:
- click the red square and it tells you it's offset position with an iterative* function
- click the light purple square and it's undisplayed, changing the rest of the layout accordingly
- double-click the light grey central area (which is the BODY) and it becomes position:relative instead of position:static
Using Firefox and Opera 7, or Firefox and Safari, as comparitors - try playing around with that page. change the states of the test elements; get the position of the red square at various states;
Something's wrong there in Opera 7 and Safari ... probably more than one thing ... but I've lost the plot with this - I just can't work out what's happening or why.
* thanks to jkd for reminding me of the difference between recursion and iteration ;)
Here's the URL: http://www.brothercake.com/Ref/mp-something.html
The demo page does three thing:
- click the red square and it tells you it's offset position with an iterative* function
- click the light purple square and it's undisplayed, changing the rest of the layout accordingly
- double-click the light grey central area (which is the BODY) and it becomes position:relative instead of position:static
Using Firefox and Opera 7, or Firefox and Safari, as comparitors - try playing around with that page. change the states of the test elements; get the position of the red square at various states;
Something's wrong there in Opera 7 and Safari ... probably more than one thing ... but I've lost the plot with this - I just can't work out what's happening or why.
* thanks to jkd for reminding me of the difference between recursion and iteration ;)