PROKA Posted February 2, 2006 Posted February 2, 2006 (edited) If I click on an element but not exactly on the writing, as in the attached picture, it doesn't select it. How could I select that Item even if I don't click on the writing? Edited March 13, 2007 by PROKA Quote Development & Research Department @ Elven Soft
Nate Bross Posted February 3, 2006 Posted February 3, 2006 I don't understand, are you doing the menu with ASP.NET, or client side JavaScript? If you are using client side js, you will want to use the <tr onMouseDown="JS:CallFunction();"> or something similar. Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
PROKA Posted February 4, 2006 Author Posted February 4, 2006 I don't understand, are you doing the menu with ASP.NET, or client side JavaScript? If you are using client side js, you will want to use the <tr onMouseDown="JS:CallFunction();"> or something similar. it's an ASP.NET 2.0 Menu check http://uniforme.elvensoft.ro and you'll see what I'm talkin' about. Quote Development & Research Department @ Elven Soft
Nate Bross Posted February 24, 2006 Posted February 24, 2006 I know this is kind of old; however, I just found out that if you use after the text in the menu item, for example <asp:MenuItem Text="Corporate " NavigateUrl="Default.aspx?pa=services&sid=corp" Value="Corporate" /> This allows the user to click on the non-breaking space as part of the text without having underscores or other characters. Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
PROKA Posted February 27, 2006 Author Posted February 27, 2006 thank you very much Nate Bross , it really helped! Quote Development & Research Department @ Elven Soft
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.