Thanks a lot for the reply.Even in another thread I found a suggestion to change the default-layout.xsl. But i am unable to find it in the teamsite installation. I did a find . "*.xsl" in /iw-home/TeamSite directory but nothing came up.
Even in another thread I found a suggestion to change the default-layout.xsl. But i am unable to find it in the teamsite installation.
We are trying to create a hybrid fixed area layout similar to the layout given below.<Canvas Id="InteriorThreeCol4" row-spacing="5" inline-css="true"> <Name>Three Column Content</Name> <Row Id="row-1" > <Area Id="row-1-area-1" width="liquid" class="InteriorThreeCol4-Header"> <Name>Header, BreadCrumb</Name> </Area> </Row> <Row Id="row-2" css-class="InteriorThreeCol4-Title"> <Area Id="row-2-area-1" width="liquid"> <Name>Title,Top Navigation</Name> </Area> </Row> <Row Id="row-3" css-class="InteriorThreeCol4-MidRow" area-spacing="10px" > <Area Id="row-3-area-1" css-class="InteriorThreeCol4-LeftNav" width="210px"> <Name>LeftNav</Name> </Area> <Column Id="row-3-col-2" row-spacing="10px"> <Row Id="row-3-col-2-row-1" area-spacing="10px"> <Area Id="row-3-col-2-row-1-area-1" width="liquid" css-class="InteriorThreeCol4-TabNavigation"> <Name>Tab Navigation</Name> </Area> </Row> <Row Id="row-3-col-2-row-2"> <Column Id="row-3-col-2-row-2-col-1" row-spacing="10px"> <Row Id="row-3-col-2-row-20" area-spacing="10px"> <Area Id="row-3-col-2-row-2-col-1-area-1" width="liquid" css-class="InteriorThreeCol4-TabBody"> <Name>Main Body Content</Name> </Area> <Area Id="row-3-col-2-row-2-col-2-area-1" width="200px" css-class="InteriorThreeCol4-RightCol"> <Name>Right Column Content</Name> </Area> </Row> </Column> </Row> </Column> </Row> <Row Id="row-4"> <Area Id="row-4-area-1" width="liquid" class="InteriorThreeCol4-Footer"> <Name>Footer</Name> </Area> </Row></Canvas>The layout is being displayed properly in mozilla with all columns at the right position.But in internet explorer the layout is distorted.The columns are being pushed down as rows.