Search found 362 matches

by fredlongworthhighschool
Fri Jan 20, 2006 9:37 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: how to optimize the menu size
Replies: 3
Views: 3502

Have you compressed your menu_data.js file through the Javascript compactor?

http://milonic.com/jscompactor.php
by fredlongworthhighschool
Mon Apr 25, 2005 10:36 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can I justifty the menu?
Replies: 8
Views: 5424

Slightly off topic, but I really liked the effects you have on the thumbnails you have on your main page Scott, how did you create them?

EDIT: Not to worry, I figured it out using Fireworks and Alien filters!
by fredlongworthhighschool
Fri Apr 01, 2005 3:29 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: DHTML MENU Position
Replies: 4
Views: 4283

I have one menu set up as follows. Just alter the "167" value to suit.

Code: Select all

with(milonic=new menuname("Main Menu")){
style=mainStyle;
screenposition = "center";
top = 167;
alwaysvisible=1;
followscroll=0;
orientation="horizontal";
overfilter="";
by fredlongworthhighschool
Thu Mar 31, 2005 10:51 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: DHTML MENU Position
Replies: 4
Views: 4283

Taken from: http://www.milonic.com/menuproperties.php "screenposition" screenposition is useful for websites that are centered in orientation. By declaring "center" for screenposition, this will ensure that the menu will remain centered at all times. Other options for screen posi...
by fredlongworthhighschool
Tue Mar 08, 2005 2:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: background image problem on scrolling
Replies: 2
Views: 2892

Re: background image problem on scrolling

pipo81 wrote:Hi,

Using Version 5.32 menu
Don't forget to also try the latest version - 5.715. Forum support is officially for the latest release only.
by fredlongworthhighschool
Tue Mar 01, 2005 4:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Anonymous access and fileshare links
Replies: 2
Views: 3104

Have you tried substituting the <b>'%'</b> symbol for a <b>'&'</b> ?
by fredlongworthhighschool
Wed Feb 02, 2005 3:41 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Bug in new versions
Replies: 22
Views: 60311

OK thanks. By the way, I tried registering for the newsletter several times hoping to get emailed when a new version is released. It tells me "Thank You! Your Account (number xxxxxx) has now been flagged for receiving email based news letters." But I never got any emails, and I do check t...
by fredlongworthhighschool
Mon Jan 31, 2005 5:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Where did my opacity go??
Replies: 3
Views: 3854

We really need to see an example of your page before we can make any comment or fault-finding.

Plus can you tell us which OS and browser and version you are using.
by fredlongworthhighschool
Mon Jan 31, 2005 5:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Scroll Bar
Replies: 5
Views: 4775

Can you give a URL so we can check yours?

Bobwill's seems to be ok still and his code appears to be 5.691 (Wed Jan 12th 2005) as well.
by fredlongworthhighschool
Mon Jan 17, 2005 9:31 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Home Page link is in a different color
Replies: 3
Views: 3501

I'm guessing here but isn't it because of the home page url and the page you are on? There is a function that highlights the current page you're on. Because your link is http://www.uuss.org/ when you go to that page, it's highlighted in your menu. But, when you go to the slightly different URL (even...
by fredlongworthhighschool
Sun Jan 16, 2005 1:51 pm
Forum: Anything Goes
Topic: Does anyone know about SQL?
Replies: 1
Views: 4342

Does anyone know about SQL?

Sorry to be extremely off topic but I urgently require some help and advice with some SQL coding that I am strugling with.

If anyone can help, please email or instant message me and I'll fill you in further.

Thanks.

Andy.
by fredlongworthhighschool
Fri Jan 14, 2005 4:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Set As Homepage Help!!! URGENT!
Replies: 9
Views: 10839

I'll try and create one now and post the results shortly (assuming it works!)

Andy.
by fredlongworthhighschool
Fri Jan 14, 2005 4:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Set As Homepage Help!!! URGENT!
Replies: 9
Views: 10839

Have you read my reply to your first question about a link to create a bookmark? I would imagine it's the same process.

Andy.
by fredlongworthhighschool
Fri Jan 14, 2005 11:53 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Help on menu-Can i put command to bookmark Us/Set as Homepag
Replies: 1
Views: 4910

I've just tried this, it seems to work: 1) This is the menu entry: aI("text=BOOKMARK US!;url=javascript:addtofav(window.location.href,document.title);"); 2) Add this function at the end of your MENU_DATA.JS file, just before the DRAWMENUS(); function addtofav(linkUrl,linkTitle){ if (!docum...
by fredlongworthhighschool
Wed Nov 24, 2004 3:44 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Placement and Milonic link
Replies: 14
Views: 8087

In the menu_data.js file, in the main menu section of the code, add the following line: screenposition = "center"; and delete the two lines: top=100; left=220; Has that made the menu centred on screen? The MILONIC link is there until the menu is registered. You need to check the licensing ...
by fredlongworthhighschool
Wed Nov 17, 2004 10:14 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu not displaying unless page is refreshed
Replies: 10
Views: 7310

I extracted your menu from your web page and put it back into the menu_data.js file and it seemed to work ok.

The problem could be either in your tables or internal web server.
by fredlongworthhighschool
Wed Nov 17, 2004 10:04 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Centre menu text
Replies: 1
Views: 2400

I use the following method:

Code: Select all

aI("text=<center>Sub-menu<br>Item;url=http://milonic.com;");
by fredlongworthhighschool
Tue Nov 16, 2004 9:41 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Nested Script Block
Replies: 2
Views: 3001

I noticed a similar problem reported here back in September, and cured by Kevin3442: http://www.milonic.com/mfa/2004-September/005013.html John's reply is correct in that your middle part of the code is wrong, you have a <script> command starting inside an already open <script>. You have to break it...
by fredlongworthhighschool
Mon Nov 15, 2004 11:25 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Résolution du probleme en francais ?
Replies: 5
Views: 4827

signalez votre question et nous essayerons notre meilleur pour aider!
by fredlongworthhighschool
Fri Nov 12, 2004 2:48 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu item width
Replies: 2
Views: 2845

It worked and looked ok for me.

Chewy - the menu data file is here:

http://www.designworks.thecollective.co ... nu_data.js