i normally use position:absolute to position DIV's on an XHTML page which works ok.
Now, i'm trying to include one XHTML page inside another using the PHP include() command.
Trouble is, that instead of being contained inside it's own DIV, the absolutley positioned elements appear x pixels from the left and y pixels from the top of the page rather than from the top of the <div> in which they are enclosed.
Any ideas? I never could get my head round all these div positioning commands...
Now, i'm trying to include one XHTML page inside another using the PHP include() command.
Trouble is, that instead of being contained inside it's own DIV, the absolutley positioned elements appear x pixels from the left and y pixels from the top of the page rather than from the top of the <div> in which they are enclosed.
Any ideas? I never could get my head round all these div positioning commands...

Comment