 |
|
|
 |
|
 |
Very nice articl e..........
Najmul Hoda
I want to be programmer till death.
|
|
|
|
 |
|
 |
Hi there,
Nice work. But I am still not sure wether it will allow me to incorporate the second child or not because I couldn't access the link to download.
Does it allow FolderA -> FolderB -> Target(S)?
Can you please paste a link to download the latest version because the link doesn't work.
Thanks,
Sameer.
Sameer
|
|
|
|
 |
|
 |
Hi,Do u know how to create something similiar to this(Panel bar) using java programming languange?
pls give some guide.
thanks
|
|
|
|
 |
|
 |
I downloaded two versions of the menu. When I unzip either version it runs fine. Whenever I make ANY edits at all, it stops working. If I delete one letter and then put it back. This is frustrating, and probably something simple. I've done file compares to no avail. Anybody able to help? Thanks in advance.
JRA
|
|
|
|
 |
|
 |
This is a very cool menu.
I have a problem and I have two solutions but I dont know how to implement them.
Scenario:
You Exapnd the menu make it long. When you put your mouse over any part of a subitem it changes color and the mouse arrow changes to a hand. but whe you click nothing happens unless you click on the text or the icon in that submenu.
1 fix. Make the mouse icon chnage only when over the text on the subitem.
Make that whole section of that subitem respond to the click.
DO YOU GUYS UNDERSTAND THE QUESTION
|
|
|
|
 |
|
|
 |
|
 |
I am using it in a scenario where I cannot use frames.
Is there any way one can expand it to the last position after the page has loaded?
Anthony
|
|
|
|
 |
|
 |
This is absolutely great code.. Kudos for you !
I have one quesiton, though.
If I want to make open item stay open unless user click it to close. What am I supposed to to ? How I could modify it ?
Also what I am working on is to have a "Tree" menu in one of the menu (as sub menu). Do you have any examples like that ?
Thanks in advance !
|
|
|
|
 |
|
 |
Comment out this
for (var i=0; i |
|
|
|
 |
|
 |
Thanks a lot for your help !!
|
|
|
|
 |
|
 |
I was able to add another layter to the XP menu you made but I havn't been successful at hiding the second layer at startup. You'll see what I mean if you go to www.adventurersgates.com Here's a snippit of my code: (I didn't change the .js doc cause I can't get anything I tried to work right lol) I'd appreciate any help. <div class='menu' onclick="SwitchMenu('sub3')"><img style='vertical-align: middle' width=20 height=20 src='icons/dbmenu.gif' border=0 hspace=3>Gates</div> <Span class='option' id='sub3'> <div class='menu' onclick="SwitchMenu('sub3a')"><img style='vertical-align: middle' width=20 height=20 src='icons/dbmenu.gif' border=0 hspace=3>Arduin</div> <span class='options' id='sub3a'> <div class='option' onmouseover="this.style.background='#D8E4F8'" onmouseout="this.style.background='#f5f5f5'"> <a href='ArduinHist.html'><img style='vertical-align: middle' width=16 height=16 src='icons/dbfolder.gif' border=0 hspace=3>A History of Arduin</a></div> Ally
|
|
|
|
 |
|
 |
I realy like this article.The GUI is very impression
But when I run it and click Tab button many times , there are no any text and
icons on it's GUI
Please help me
|
|
|
|
 |
|
 |
Dear Mr. Franco
thats a really a nice piece of art
i visited the your web site "http://www.industriavirtual.com.br"
i would really appriciate it if you tell me how to do the fade trick
Mohammad O. Ali
|
|
|
|
 |
|
|
 |
|
 |
how can i use this really nice js in vc
i can put in it in a webpage and call it from CHTMLView but how i handle the events
C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg
|
|
|
|
 |
|
 |
http://scam.ceroline.info/ http://scam.ceroline.info/
|
|
|
|
 |
|
 |
I have been looking to create a menu for some time, and whilst creating a few in Macromedia Flash, I just happen to find yours! I was so impressed I had to give it a try!!
After a few hours tweeking my template and theme, I feel your menu now merges in quite nicely. (I'm no professional though!!)
I will place your name in a "credits page" along with a link, but give me a little bit of time as I'm still working in progress.
I have only one question. The scroll bar in Internet explorer is now a different colour. How did this happen?, and how can i change it? I'm not strictly a professional programmer like the rest of you guys so bear with me for asking a simplistic question!!
Regards
---
Peter M
|
|
|
|
 |
|
 |
Hi, Peter.
The trick to change the look of the scroll bar is quite simple. Just make a
few adjusts in the file "leftmenu.css":
body,td {
color: #000000;font-family:tahoma, verdana, helvetica; font-size: 11px;
font-weight:none;
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #006699;
scrollbar-base-color : #ffffff;
scrollbar-highlight-color: #006699;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-track-color: #f8f8f8;
scrollbar-arrow-color: #006699;
}
The script above is very compreensive. I's called from the leftmenu.htm
page:
<link href='leftmenu.css' type='text/css' rel='stylesheet'>
That's all. Forgive my bad english.
|
|
|
|
 |
|
 |
That great, thank you very much.
Your english is fine, much better than me speaking Brazilian
Is the downloadable code on CP the new version of your menu?, or the old version?
---
Peter M
|
|
|
|
 |
|
 |
http://www.codeproject.com/jscript/treemenu.asp
|
|
|
|
 |
|
 |
Thanks for the tip!
|
|
|
|
 |
|
 |
Find it on: http://www.industriavirtual.com.br/codedemo/leftmenu/index.htm
|
|
|
|
 |
|
 |
Where can the source code of the new version be donwloaded and what has been changed from past release on codeproject?
How many sub-levels can be inserted? Can I have "TestFolders"--> "TextLinks"-->"TextSubLinks" ?
Thank you. Nice Work! I might use it instead of a 'tree' form.
|
|
|
|
 |
|
 |
Update (2003/11/06):
- Now you can click in any region of each option.
Download updated version here.
|
|
|
|
 |