I try to create a 3 column page structure for my page. Each column has different independant content. What always happens with me is I need to position each element in each column individually.
Position of one element like button or div changes when content in another column changes. Do I have any bug in my code? I think I lack some standard rule to follow in my code.
Please see demo 1 here.
Here content of right and left column should remain on top of the column but it does not. Why?
After the content of middle column changes, it also affects the position of right and left column element. Why?
Demo 2 After content in middle column changes
How can I code so that content should be independant to changes in another columns?