|
Wotcha, folkls.
I've created a body {position:absolute} in my CSS at the beginning of my web page, but it doesn't seem to carry through to the actual page itself.
If I want to correctly position a picture, I have to then use <img src="piccie" style="position:absolute; left:0px; top:80px">. Without the Position:absolute it places the image a few pixels below where I want it to be.
Any ideas why?
Ta,
Jack.
|