Here's my URL:
Printable View
Here's my URL:
What do you mean?Quote:
I also need them to be in the same place no matter what resolution so positioning using pixel position won't work.
You need to use absolute positioning, this way your panels will be on top of each other (they way it should be).
They appear in different position because you use relative positioning.