Just decided to be cool and update you all and even (gasp) as for some ADVICE!!!!!
Well, as you can see, I've updated myself with some poems. Their... ok, at best. Damn my lack of writing and creativity >.< So anyway, just so you know, more poems and maybe some songs will be on the way, so don't forget to check back sometimes to see some new material.
BTW, my band has been launched and we have a site up. One song is up, and more will be coming soon. Be sure to check it out! [link]
And as far as advice goes, I'm just asking for some criticism on my work. Advice on how to improve is ALWAYS important. That's all I ask!
Thank you, and enjoy your life.


§§__§§_§§__§§_§§__§§__§§___§§___§§§§___§§___§§
§§__§§_§§__§§_§§__§§_§§_________§§§§___§§
§§§§§__§§__§§__§§_§§_§§___§§§__§§__§§____§§§
§§_____§§__§§__§§_§§_§§____§§__§§§§§§______§§
§§_____§§__§§__§§_§§__§§__§§§_§§____§§_§§§__§§
§§_____§§__§§___§§§§____§§§§__§§____§§___§§§§
--
[link]
"PCP is serious business"--A short film by Me and ~HoodedCobra
Prego is a sauce not a state of being
I know, no matter what, no matter who, no matter what I do somebody hates me and I hate somebody too!
Fretshedder
not
Fretshredder
--
[link]
"PCP is serious business"--A short film by Me and ~HoodedCobra
Prego is a sauce not a state of being
I know, no matter what, no matter who, no matter what I do somebody hates me and I hate somebody too!
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?
<td>
<script>
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("Main Menu")){
style=menuStyle;
top=155;
left=200;
alwaysvisible=1;
orientation="horizontal";
position="relative";language=JavaScript src="/menu_data.js" type=text/javascript>
with(milonic=new menuname("Milonic")){
style=menuStyle;
aI("text=Home;url=[link] To Home Page;");
aI("text=Menu Samples;showmenu=Samples;");
aI("text=Milonic;showmenu=Milonic;");
aI("text
aI("text=Links;showmenu=Links;");
aI("text=My Milonic;showmenu=My Milonic;");
}
with(milonic=new menuname("Milonic")){
style=menuStyle;
aI("text
aI("text=Contact Us;url=[link]");
aI("text=Newsletter Subscription;url=[link]");
aI("text=FAQ;url=[link]");
aI("text
aI("text=Software License Agreement;url=[link]");
aI("text
}
drawMenus();
</script>
</td>
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:
<td><script>
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=155;
left=200;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Home;url=[link] To Home Page;");
aI("text=Menu Samples;showmenu=Samples;");
aI("text=Milonic;showmenu=Milonic;");
aI("text
aI("text=Links;showmenu=Links;");
aI("text=My Milonic;showmenu=My Milonic;");
}
drawMenus();
</script></td>
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 "<script language=javascript>" just hanging in there doing nothing. It needs to come out.
Read the files that come in the download, and also see the samples and other reading suggested at [link] The files are important, especially...
Quote:
Sorry if I seem slow, this is my first time using these menus things.
Poster: Ruth
Dated: Friday December 26 2003 - 5:42:45 GMT
Actually, it only said you could download the zips 'if you wanted' mainly because I thought that just a simple page with no text of any kind on it, with nothing but the table and the menu would make it easy to see in the source code how the files were placed. But, that's ok, it gave me something to do besides watch dumb tv programs.
Ruth
Poster: Hopeless
Dated: Friday December 26 2003 - 18:36:54 GMT
Thanks to everyone that had help me out. I think I'm beginning to understand...sorta. I'm concluding that you only have the change the information in the menu_data.js file, is that right? After that, you upload all 4 files from the .zip document to your server? So what do you use to edit the information in the file menu_data.js?
Poster: Hergio
Dated: Friday December 26 2003 - 18:41:58 GMT
Thats personal preference. I personally user Dreamweaver to edit my javascript files. But since you sound alittle newer to the subject, notepad should do just fine. Just open it up, edit it and then just save it. Do not save it as a .txt file, leave it as a .js file.
Poster: Hopeless
Dated: Friday December 26 2003 - 21:49:34 GMT
I did it! Yay! Thanks for being patient with me everyone. ^^
Can someone tell me how to get rid of the extra menu to the Milonic site?
Poster: bobwill
Dated: Sunday December 28 2003 - 15:46:19 GMT
You should read the following to get answers about license.
Licensing FAQ: [link]
Poster: Hopeless
Dated: Tuesday December 30 2003 - 21:42:31 GMT
I knew it was too good to be free. Oh well, I guess I'll just keep that "milonic menu" tab. ^^
If you would like to see the final product, go here:
[link]
Poster: kevin3442
Dated: Saturday January 3 2004 - 0:33:30 GMT
If you apply for, and are granted a free license, the forced "Milonic Menu" link should disappear when you download and install an update. Bob (in an earlier post in this thread) provided a link regarding the non-profit licenses.
Kevin
©1998-2009 Milonic Solutions Ltd. UK Registered Company #4406835
Privacy Policy | License Agreement | Contact Us | Tech Support
Bulk SMS & Web Server Hosting - Email to SMS & SMS to Email
--
I'm jerking off right now.
What are you up to?
--
I feel alone as I walk with the thousands, yet I feel like I'm with the thousands when I'm alone
I WANNA TAKE YOU TO A GAY BAR
I WANNA TAKE YOU TO A GAY BAR!
I WANNA TAKE YOU TO A GAY BAR, GAY BAR, GAY BAR
--
[link]
"PCP is serious business"--A short film by Me and ~HoodedCobra
Prego is a sauce not a state of being
I know, no matter what, no matter who, no matter what I do somebody hates me and I hate somebody too!
--
I feel alone as I walk with the thousands, yet I feel like I'm with the thousands when I'm alone
--
I'm jerking off right now.
What are you up to?
--
I feel alone as I walk with the thousands, yet I feel like I'm with the thousands when I'm alone
--
I'm jerking off right now.
What are you up to?
--
[link] [link] [link]
[link] [link] [link]
Click one to win!
Previous Page123Next Page