HOME | DD | Gallery | Favourites | RSS
| Mettaliar
# Statistics
Favourites: 2; Deviations: 10; Watchers: 7
Watching: 8; Pageviews: 2946; Comments Made: 81; Friends: 8
# Interests
Favorite visual artist: not sureFavorite movies: Gundam Wing: Endless Waltz
Favorite bands / musical artists: too many
Favorite writers: Kurt Vonnegut
Favorite games: a lot
Favorite gaming platform: XBox 360 or PC
Tools of the Trade: stuff
Other Interests: history, military, and politics
# About me
I feel alone when I walk with the thousands, yet I feel like I'm with the thousands when I'm alone.Current Residence: Parsippany
Favourite genre of music: too many, my friends
Favourite photographer: dunno
Favourite style of art: anime
Operating System: Vista
MP3 player of choice: iPod i guess
Shell of choice: ... not sure
Wallpaper of choice: not sure
Skin of choice: uhhhh
Favourite cartoon character: Trowa Barton
Personal Quote: I feel alone when I walk with the thousands, yet I feel like I'm with the thousands when I'
# Comments
Comments: 19
Destin4Disaster [2009-06-10 17:13:26 +0000 UTC]
§§§§§__§§__§§§____§§___§§§§______§§______§§§§
§§__§§_§§__§§_§§__§§__§§___§§___§§§§___§§___§§
§§__§§_§§__§§_§§__§§_§§_________§§§§___§§
§§§§§__§§__§§__§§_§§_§§___§§§__§§__§§____§§§
§§_____§§__§§__§§_§§_§§____§§__§§§§§§______§§
§§_____§§__§§__§§_§§__§§__§§§_§§____§§_§§§__§§
§§_____§§__§§___§§§§____§§§§__§§____§§___§§§§
👍: 0 ⏩: 1
Destin4Disaster In reply to Destin4Disaster [2009-06-10 17:15:12 +0000 UTC]
Oh and BTW you gotta change your status it says
Fretshedder
not
Fretshredder
👍: 0 ⏩: 0
CidDark [2009-04-21 13:49:43 +0000 UTC]
Industrial Strength JavaScript and DHTML Menus
Home About Milonic About Us Testimonials Contact Us Our Distinguished Clients Investing in Non-Profits Where Are We Privacy Policy Software Licensing Agreement
Products DHTML JavaScript Menu Menu Samples Product Information Documentation Beginners Guide Page Integration Quick Reference Guides Embedding Into a Table or DIV Removing the Forced Link Adding Multiple Menus
Supported Browsers Download Purchase Tech Support Help & Support Forum
SCOMBO Tooltips
Support Login to Tech Support Problems With Flash Activation Menu Borders Menu Demos Menu CSS Styling FAQ DHTML Menu Website & Loggin In Licensing Purchasing
My Milonic View/Edit My Details Change My Password Change My Password My Licenses Pay My Invoices My Discounts Purchase a new license My Orders
Search
Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you
Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Last Updated: Tuesday April 21 2009 - 06:04:41 WARNING: long codes ahead
Poster: Hopeless
Dated: Thursday December 25 2003 - 3:32:44 GMT
Hi all, I'm new. ^^ I also have a problem with this menu which I'm putting in a table cell. It wont show up no matter what I do. Here's the code that I put in to see if it work. Can someone tell me what I'm doing wrong?
Poster: Ruth
Dated: Thursday December 25 2003 - 6:42:13 GMT
If you downloaded the menu, you got a menu_data.js file with everything else. The 'main menu part goes in the table cell
Code:
The rest stays in the menu_data.js file including all the submenus [showmenu=samples] etc.
Code:
with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="menuimages/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}
with(milonic=new menuname("Samples")){
style=menuStyle;
etc, etc. for all the ones in that file [links,partners, milonic, etc.etc, etc,
drawMenus();
You seem to have included the style in the cell and also some submenus. If you have some other samples of the menu you could open the menu_data.js file for one of them and for this one and compare and see that the only thing moved to the cell is the: with(milonic=new menuname("Main Menu")){menu part. Hope that helps
Ruth
Poster: Hopeless
Dated: Thursday December 25 2003 - 15:10:47 GMT
Sorry if I seem slow, this is my first time using these menus things.
So you're saying the only thing that's in the table cell is the first set of code? The rest (including the sub menus) should be in the file menu_data.js?
So should I load the file menu_data.js to my server or something?
Poster: Ruth
Dated: Thursday December 25 2003 - 21:43:57 GMT
Yes. Here are two pages. One is with a horizontal menu in a table, the other vertical menu in a table. They have info and explanations on them for you, and simple pages with nothing but the menu and a table on it to see.
links removed#
Ruth
Poster: Hopeless
Dated: Thursday December 25 2003 - 23:40:56 GMT
This is so strange, my head hurts. >.< How come there's no information for the sub menus? Where does that information comes from?
Also, why do I have to download that .zip file? It doesn't seem to help me in any way.
These are my last few questions, sorry. ^^
Poster: Hopeless
Dated: Friday December 26 2003 - 2:00:36 GMT
I think I'm beginning to understand it, but another problem that I have is making the menu to show up. It's always a blank no matter what I do. Here's the result from my experimentation.
[link] ... realm.html
Poster: John
Dated: Friday December 26 2003 - 3:41:52 GMT
Easiest way to understand it is to read the install.txt file that comes in the download. Specifically, it shows you exactly what the JS calls should look like (yours are wrong), and also the order in which the items are called (yours are wrong)...
From that file...
Quote:
The order in which the tags appear IS important, and must be as shown above.
Your calls are not in the right order, plus you're missing one completely.
Also, you have a "