Wrapping MasterPage
Posted: Wed Aug 19, 2009 8:02 am
I have wrapped the following line of code on Scriptlet.master with my site menu, header and footer. Does anyone know if it might cause issues that I cannot see at this point? So far so good except in Firefox and I think that might be related to a z-index.
<cb:ScriptletZone ID="ContentZone" runat="server" HeaderText="Content" PartChromeType="None" Width="50%">
<ZoneTemplate>
<asp:contentplaceholder id="PageContent" runat="server">
</asp:contentplaceholder>
</ZoneTemplate>
</cb:ScriptletZone>
<cb:ScriptletZone ID="ContentZone" runat="server" HeaderText="Content" PartChromeType="None" Width="50%">
<ZoneTemplate>
<asp:contentplaceholder id="PageContent" runat="server">
</asp:contentplaceholder>
</ZoneTemplate>
</cb:ScriptletZone>