Hello,
I have a master page with table in it, and in one of the table cells I have content placeholder and in the other table cell I have menu.
How to make content placeholder scrollable while master page with menu to be fixed?
I tried to make table cell with menu positon:fixed, and I also tried surrounding content placeholder with <div style="overflow:scroll"> but it didn't work.
Go to the complete details ...