[code]
[/code]This code should display 2 pictures(one overlapped by the other), but the player image is displayed on the bottom of player2. I think it’s because of relative position. How may i fix it?
[code]
[/code]This code should display 2 pictures(one overlapped by the other), but the player image is displayed on the bottom of player2. I think it’s because of relative position. How may i fix it?
This problem is simple if you think of the layout of the DIV’s.
Two div’s one after the other are two separate items. The simplest way to fix this is to wrap them inside another DIV. Make the outside DIV the master of it and the inside pictures locked into positions inside of the outside one. Did that make sense.
I have a nice explanation of this somewhere and will send it if you have not solved it as yet.
(This post is a bit old. I am cleaning up the old ones!)
Let us know if you solved it or if you wish further help…