Search found 1102 matches

by Hergio
Sun Jan 04, 2004 7:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: anti-aliased fonts?
Replies: 13
Views: 9339

Perhaps the fontweight was in fact the problem. Andy, what does that set in the menu code? Are you passing that value straight to a style tag around something like <span style='font-weight:normal'>...if so then possible we can recreate this problem by putting "regular" as the value for fon...
by Hergio
Sun Jan 04, 2004 6:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Trying to implement link fader script
Replies: 6
Views: 6615

Dan, You're welcome buddy. Hey the site definetly is good with all the stuff you got on it...I dunno if maybe cuz I am half way around the world it took a bit or what. But anyways, you might want to keep your eye out for another link fader script. There are bound to be other ones out there. Possibly...
by Hergio
Sat Jan 03, 2004 7:40 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: help with menu
Replies: 12
Views: 10462

Version 3 DOES support frames and the link i gave you is all there is for that. Use that as an example if you are using version 3 of the menu. If you are using version 5, which frames are not supoprted in, I threw together a hack (and its just that a hack and its not perfect) at http://forum.milonic...
by Hergio
Sat Jan 03, 2004 7:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: anti-aliased fonts?
Replies: 13
Views: 9339

Try commenting out the offbgcolor and separator color to see if it has something to do with the TRANSPARENT. Also, for this upper part of the menu, I am assuming its not going to be appearing and disappearing (its the top level), so you can comment out the overfilter and outfilter. Create a new styl...
by Hergio
Sat Jan 03, 2004 7:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Textbox and button
Replies: 8
Views: 5365

The double quotes obviously dont work, thats because you cant have double quotes inside of a string in javascript without escaping them. And the whole thing inside the aI is a string so any double quotes must be escaped or removed. The single quotes however should work..I've gotten them to work insi...
by Hergio
Sat Jan 03, 2004 7:18 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: anti-aliased fonts?
Replies: 13
Views: 9339

What happens when you change up the colors of the background or the font?
by Hergio
Sat Jan 03, 2004 7:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: how can i start a menu in right=150 (like left)...
Replies: 4
Views: 3263

Agreed Kevin, I think there is alittle miscommunication on whats requested here. So dekel knows, the coordinates start in the upper left corner of the browser, so if you want something to be 150px in from the left side, its left=150, not right=150. Its because you want XXXpx padding on the left....n...
by Hergio
Sat Jan 03, 2004 7:08 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic site and Netscape and a little PHP maybe
Replies: 20
Views: 15771

I am going to download netscape for my mac, I can test safari and IE on it. But never thought to install netscape...will do. I will post what I experience with NS when I get home....if I remember. :oops:
by Hergio
Sat Jan 03, 2004 7:05 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: css style sheet
Replies: 5
Views: 5003

You are including different files based on something...fine and dandy, it works. But you could also set variables based on the cookies and then use those cookies in the menu_data file. For example, you cookie contains RED so you set a variable $color to "ff0000" and then your menu_data fil...
by Hergio
Sat Jan 03, 2004 7:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Do Milonic Menus do this?
Replies: 8
Views: 5575

Using javascript you can pull up cookie's values and then based on that you can set variables (whether it be class names or styles like colors and what not) and then in your menu definitions you would put that javascript variable that you set based on the cookie value in. And regarding the big tabbe...
by Hergio
Sat Jan 03, 2004 6:48 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Programatically / dynamically set properties
Replies: 5
Views: 3587

Also look at some of the examples Milonic has up on the main website. For example, this http://milonic.com/menusample.php?sampleid=23 shows an example of how to get at some of the innards of the menu on the fly.
by Hergio
Sat Jan 03, 2004 6:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: JavaScript error in gpos() from call to popup()
Replies: 6
Views: 5089

It's par for the course in JavaScript and those double quotes are required by XHTML Actually thats not entirely correct. In javascript you MUST escape double quotes if they are contained in a string. you cannot say someString = "Hello "my" friend"; You need to escape them. And a...
by Hergio
Sat Jan 03, 2004 6:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to make subimage context insensitive?
Replies: 8
Views: 5948

Thats what I was going to tell you... Many people (myself and Andy included) have changed the .js file for the menu data to something else, like .php or .asp. And in your case .jsp. This is perfectly fine as long as when it gets down to the browser (after whatever server parsing has finished) it loo...
by Hergio
Sat Jan 03, 2004 6:31 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: mm_style Undefined
Replies: 3
Views: 3045

Did you forget the files? :oops:
by Hergio
Sat Jan 03, 2004 6:31 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dynamic Menu Tree.
Replies: 3
Views: 3063

Seems like you got the +'s and -'s like a tree, so it looks like its expanding and collapsing. As Ruth mentioned, we are not quite sure what type of examples you are looking for...try and describe what you want it to look like maybe? Where you want images and what you want the images to do based on ...
by Hergio
Sat Jan 03, 2004 6:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: FAQ Page Index
Replies: 1
Views: 1831

Sure its available, but you must sign up on the milonic website. And I would highly recommend purchasing a license for the modest fee. Once you've done that you can download the menu and use it on PERSONAL sites, not commercial in any way. You should look at http://www.milonic.com/menusample.php?sam...
by Hergio
Sat Jan 03, 2004 6:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Trying to implement link fader script
Replies: 6
Views: 6615

Far as I know, I dont think you can do it with the menu as it is in its current implementation. Right now when you add an onFunction to a menu item I believe it places it in the onMouseOver event of the TD cell which comprises the menu item, NOT the <a> tag in it. Your fader script looks like it dep...
by Hergio
Sat Jan 03, 2004 6:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Effects Filter not working on Server
Replies: 2
Views: 2345

Thanks for clearing that up, nice work. And thanks for coming back and letting us know exactly what was the problem. Always appreciated. :D
by Hergio
Sat Jan 03, 2004 6:02 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Old v3 outfilter in v5
Replies: 2
Views: 2367

I believe its the same thing....the filters in the menu are derived from the Microsoft filters. But be more specific please.
by Hergio
Sat Jan 03, 2004 6:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Where is the full documentation?
Replies: 2
Views: 2113

Yes you paid for this, but you paid for a beta. WHen it goes full release, your license will apply to that as well. And we should then be able to get better docs out. THe Ref numbers I BELIEVE are pertaining to places in the code where Milonic is storing certain values in arrays and such, I could be...