Browse by Tags

Related Posts

  • Centering Static level of Horizontal Menu.

    How can I center the first level of a Horizontal Menu? I want: | MenuItem1 MenuItem2 | I am getting: | MenuItem1 MenuItem2 | More detail: I am using CSS Adapters to create a Horizontal Menu, and would like to to center the first level static elements. The menu is being displayed in a fixed width div...
    Posted to CSS Friendly Control Adapters (Forum) by dwilliams459 on 11-25-2006, 12:00 AM
    Filed under: CSS, div, Menu
  • css background-image and menu control

    I have a menu control and i want to use css to set a background image for each item. e.g I have a css class like this... .MenuItemStatic { height:36px; width:81px; background-image:url("Images/MenuStatic.gif")} and a menu control like this... The css class appears to be applied to the text within the...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by TheInternet on 12-07-2006, 12:00 AM
    Filed under: CSS, menu, Theme MasterPage "Cascading Style Sheets (CSS)", menuControl
  • Re: Multiple Menus - Overlay Problem

    Russ, Thanks for replying... I was about to loose all hope. I've created a quick test page using the same CSS for the menus (which is a modified version of the PrettyMenu that comes with the adapters...) The test page I created contains only <divs> and I've explicitly set a "z-index" value for...
    Posted to CSS Friendly Control Adapters (Forum) by sunscar9536 on 01-06-2007, 12:00 AM
    Filed under: "css friendly adapter", menu css IE7 IE6, CSS, div, css Control Adapters Menu, Menu, Css CssAdapters DataList DataListAdapter, CSS Control Adapters, menu IE7 IE6
  • Re: Multiple Menus - Overlay Problem

    A little new development.... After playing with the Z-Index values, I finally got it to work within FireFox, but still no luck in IE. Does anyone know a fix or workaround for this? The environment in which this is going to be used will be IE only.... Thanks
    Posted to CSS Friendly Control Adapters (Forum) by sunscar9536 on 01-08-2007, 12:00 AM
    Filed under: "css friendly adapter", menu css IE7 IE6, CSS, MenuAdapter Compilation Error, css Control Adapters Menu, Menu, Css CssAdapters DataList DataListAdapter, CSS Control Adapters, menu IE7 IE6
  • Re: Multiple Menus - Overlay Problem

    I have tried every single z-index value I know of on every thing that even accepts a z-index value and still can't figure this one out... From what I've read z-index values and IE are very tricky. I tested the exact same layout using the traditional ASP.NET menus and it works fine in both IE and Firefox...
    Posted to CSS Friendly Control Adapters (Forum) by sunscar9536 on 01-11-2007, 12:00 AM
    Filed under: "css friendly adapter", bug, menu css IE7 IE6, CSS, css Control Adapters Menu, Menu, CSS Control Adapters, menu IE7 IE6
  • MouseOver effects when using asp:menu and asp:menuItem in masterpages

    Hi i'm new here I have a menu, built using asp:menu and asp:menuitem, which is located on a master page. The interface of the menu is built using .gif images set using the css background-image property E.G <asp:menu id="menu1" runat="server" Orientation="Horizontal"> <Items> <asp:MenuItem...
    Posted to Web Forms (Forum) by leoforio on 01-19-2007, 12:00 AM
    Filed under: Menu, Master Pages, ASP.NET 2.0, asp.NET 2.0 C#, MasterPages, CSS, .net
  • Re: asp:menu and BackColor

    Hmm... the background for that menu should be yellow (I assume you have the runat='server' attribute in the asp:menu definition you gave) Check that you don't have any CSS styles specified for table or tr or td that has a background of blue. It may be overriding yellow background with the menu control...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by Brian.Ko on 02-28-2007, 12:00 AM
    Filed under: CSS, menu
  • Re: Hyperlink colors conflict with menu control

    I had to come up with something because, like you, I was having trouble with styles overriding other styles. What I eventually settled on was creating a css class with the name of the individual controls. /* using the #id will specifiy a class for only that element id */ # Menu1 { padding-right: 2 px...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by pixelsyndicate on 03-23-2007, 12:00 AM
    Filed under: CSS, menu
  • IE6 PrettyMenu flickering problem

    I've recently implemented CSS friendly control adapters by using PrettyMenu. At first everything seemed ok, but I discovered that in IE6 the menu is flickering (all other browsers are showing it correctly). After a bit google-ing I found that the flicker problem is caused by background image caching...
    Posted to CSS Friendly Control Adapters (Forum) by LordNemesis on 03-27-2007, 12:00 AM
    Filed under: CSS, Menu, PrettyMenu, flicker, ie6, flickering
  • Ajax controls toolkit - DragPanelExtender and css friendly

    I have implemented the CSS Friendly menu in a web application project by adding the App_Browsers folder, App_Code/Adapters folder and the necessary javascript and css files. The implementation I am using is the simple menu example. In the same application I also have an ajax DragPanelExtender - this...
    Posted to CSS Friendly Control Adapters (Forum) by js2004 on 04-05-2007, 12:00 AM
    Filed under: CSS, AltasToolkit UI Glitz, css Control Adapters Menu, Menu, CSS Control Adapters, CSS Friendly Control Adapter
Page 1 of 2 (17 items) 1 2 Next >