I am trying to use the Splitter/Sliding Panel as a "Message Center" for errors in my master page. I would like it at the BOTTOM of my Window. Currently it shows up at the Bottom of My HTML...Can I get it so that it is ALWAYS at the Bottom of the Browser Window? Here is my currently markup:
Thanks, much appreciated.
Mark
See attached image for current placement.
Thanks, much appreciated.
Mark
<telerik:RadSplitter ID="RadSplitter1" runat="server" Orientation="Vertical" Skin="WebBlue" Width="100%" ><br> <telerik:RadPane ID="RadPane1" runat="server"><br> <telerik:RadSlidingZone ID="RadSlidingZone1" runat="server" SlideDirection="Top"><br> <telerik:RadSlidingPane ID="RadSlidingPane1" runat="server" Title="Message Center" Height="100" Scrolling="Y" BackColor="Red"><br> <asp:Label ID="lblErrorMessage" CssClass="textFields" runat="server" Text="Label"></asp:Label><br> </telerik:RadSlidingPane><br> </telerik:RadSlidingZone><br> </telerik:RadPane><br> </telerik:RadSplitter>See attached image for current placement.