Wotcha, folks.
Any idea why:
body {position:absolute} doesn't follow down in to the web site itself?
eg.
<img src="piccie" style="position:absolute; left:80px; top:100px"> ....works fine, whilst.......
<img src="piccie" style="left:80px; top:100px" ....doesn't.
Will including position:absolute in the 'body' CSS declaration not work with img tags?
Many thanks,
Jack.