select

Menu / Fixed Menu

Rate this demo: Feedback
Run example in: C# VB.NET Change Skin:
Vista
  • BlackBlack
  • DefaultDefault
  • ForestForest
  • HayHay
  • Office2007Office2007
  • OutlookOutlook
  • SimpleSimple
  • SitefinitySitefinity
  • SunsetSunset
  • TelerikTelerik
  • VistaVista
  • Web20Web20
  • WebBlueWebBlue
  • Windows7Windows7

Example Source Code & Description

Instructions
Open in new window
  • RadMenu can work in a static mode. To make RadMenu static you should apply the following CSS style to the menu object:

    <style type="text/css" >
    .RadMenu_Fixed
    {
    	position:fixed !important;
    }
    
    * html .RadMenu_Fixed  /*required for IE6*/
    {
    	position:relative !important;
    	top:expression(eval(document.documentElement.scrollTop? document.documentElement.scrollTop : document.body.scrollTop) + "px");
    	left:expression(eval(document.documentElement.scrollLeft? document.documentElement.scrollLeft : document.body.scrollLeft ) + "px");
    }	
    </style>
    <telerik:RadMenu runat="server" ID="RadMenu1" CssClass="RadMenu_Fixed />
    
    
Compatible with ASP.NET 2.0, 3.5 AJAX enabled Accessibility Verified!Valid XHTML 1.1! Optimized for Visual Studio 2005, 2008
Copyright 2002-2010 © Telerik. All right reserved  | 
Telerik Inc., 460 Totten Pond Rd, Suite 640, Waltham, MA 02451

www.telerik.com  |  Terms of Use  |  Contact Us