.NET Framework - Flyout Menu Which Drops Down

Asked By North Wales
06-Feb-10 04:32 PM
Hi,

Back again and decided I will not totally get rid of the menu but change it
to horizontal instead so it drops down. Problem is while I have this working
the arrows point to the right and not down which would indicate there is a
drop down menu.

How do I get this to work?

--
Rich...
http://www.jadwizracing.co.uk
StaticPopOutImageUrl
(1)
DynamicMenuItemStyle
(1)
KathyOne
(1)
Flyout
(1)
Kathy
(1)
Gif
(1)
  KathyW replied to North Wales
07-Feb-10 12:24 PM
Create your own down arrow image and set the menu attribute:

StaticPopOutImageUrl="~/Images/your-drop-arrow.gif"

For the dynamic dropdown menu items themselves, they'd still use the default
side arrows, but since any additional levels of flyouts are to the side, it
makes sense.  If you want to change that, add your own DynamicPopOutImageURL.

For the simple case, make a .gif with a black arrow and the background set
to transparent so that menu highlight colors will show through it.
  North Wales replied to KathyW
07-Feb-10 02:30 PM
Hi Kathy,

ok its done, thanks again.

--
Rich...
http://www.jadwizracing.co.uk
  North Wales replied to KathyW
07-Feb-10 04:32 PM
Hi Kathy

One last problem to sort, i have a menu which i have used auto format, shown
in the top image. I would like it as in the bottom image, that is clear
background but still keeping the yellow colour of the top image for the fly
out part of the menu.

Image location is here
http://www.jadwizracing.co.uk/test-menu.gif



--
Rich...
http://www.jadwizracing.co.uk
  KathyW replied to North Wales
07-Feb-10 06:46 PM
In EW, select the menu, then look at the "Tag Properties" pane in the lower
left.  Scroll down and expand the items and see where overall background
colors are set, and where you can add ones specifically for the
DynamicMenuItemStyle, and so on.  This is where you should be looking to
experiment with different menu styles.
  North Wales replied to KathyW
09-Feb-10 06:10 AM
Hi Kathy,

I have now sorted things out how i wanted them ,thanks.
--
Rich...
http://www.jadwizracing.co.uk
Create New Account
help
DynamicMenuStyle-VerticalPadding = "2" DynamicMenuStyle-BackColor = "#E0E0E0" DynamicMenuStyle-ForeColor = "#990000" DynamicMenuStyle-BorderWidth = "1" DynamicMenuStyle-BorderColor = "#C0C0C0" DynamicMenuItemStyle-VerticalPadding = "2" DynamicMenuItemStyle-Font-Size = "9pt" DynamicMenuItemStyle-ForeColor = "#990000" DynamicHoverStyle-BackColor = "#707070" DynamicHoverStyle-ForeColor = "#FFFFFF" Please have a look at the result http: / / tinyurl.com / n8dp6z Thanks in advance. Greetings Michael ASP.NET Discussions DynamicPopOutImageUrl (1) StaticPopOutImageUrl (1) ASP.NET (1) Triangle (1) Submenu (1) N8dp6z (1) StaticPopOutImageUrl = "" DynamicPopOutImageUrl = "" http: / / www.google.co.uk / search?sourceid = chrome&ie = UTF-8&q = asp:Menu
menus instead? TIA - Jeff. ASP.NET Discussions DynamicEnableDefaultPopOutImage (1) StaticEnableDefaultPopOutImage (1) MenuItemStyle (1) DynamicPopOutImageUrl (1) StaticPopOutImageUrl (1) ASP.NET (1) DynamicMenuItemStyle (1) StaticMenuItemStyle (1) Hello Mufasa, Try to use "ASP.NET 2.0 CSS Friendly Control good library to use for menus instead? M> M> TIA - Jeff. M> StaticMenuItemStyle-CssClass = "MenuItemStyle" DynamicMenuItemStyle-CssClass = "MenuItemStyle" .MenuItemStyle { width:100px; } StaticPopOutImageUrl = "" StaticEnableDefaultPopOutImage = "false" DynamicPopOutImageUrl = "" DynamicEnableDefaultPopOutImage = "false" - - Mark Rae ASP.NET MVP http: / / www.markrae.net That
3399FF" ForeColor = "White" Font-Names = "Verdana" Font-Size = "16px" Font-Bold = "true" StaticMenuItemStyle-HorizontalPadding = "5px" DynamicMenuItemStyle-BackColor = "#3399FF" DynamicHoverStyle-Font-Underline = "true" DynamicHoverStyle-ForeColor = "#FFFFFF" StaticSubMenuIndent = "10px" StaticHoverStyle-Font-Underline = "true" StaticHoverStyle-ForeColor = "#FFFFFF" DynamicMenuItemStyle-HorizontalPadding = "5px"> < / asp:menu> css: .menu { color:White; } any idea what I do wrong? ASP