Hi,
I am new to DNN and absolutely loving it...
I am developing a new skin for my site and it is a pretty complex one at that.... the skin almost half way through but I am stuck on one part.
My tables on several ContentPanes that I have, DO NOT COLLAPSE completely like they are suppose to when there is no module or content in them.
This is the Content Panes structure of my skin:
Header Area:
Logo
|
Rotating Header Pictures
|
Menu
Menu
Menu
|
Content Area:
LeftPane
|
RightContentPane
|
ContentPane
|
LeftContentPane
|
RightPane
|
QuadLeft
|
QuadCenter1
|
QuadCenter2
|
QuadLeft
|
BottomPane
|
I designed these ContentPanes this way to accomodate all possible configurations of data presentation using just one skin file with the intent that the rows that are not used to display on a particular page will collapse.
The problem is that the unused rows collapse but not completely, in the sense that there is supposed to be a 2px spacer between the header area and the content area and this renders correctly when content is filled in the first row of the content area and that is the first visible row.
But if the first row is kept blank and the second or the third row is populated with content then the upper rows do collapse but the 2px spacer between the header area and content area keeps on increasing with each unused row.
I hope I was able to expalin my problem accurately
I would really appreciate any help in this matter.
Thank you in advance.