Search found 5 matches

by jpsabadini
Thu May 05, 2005 9:26 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems with DHTML Milonic Menu
Replies: 9
Views: 5406

Ruth!!! Me again!

I wrote my menu data like this:


_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
offclass="off";
onclass="on";
.on{
oncolor="#FFFFFF";
onbgcolor="#666666";
offcolor="#FFFFFF";
offbgcolor="transparent ...
by jpsabadini
Thu May 05, 2005 8:53 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems with DHTML Milonic Menu
Replies: 9
Views: 5406

ok Ruth! You absolutely take my doubts away! I was completely confused. I thought that CSS based menu could make reference to an external CSS file!!! :oops:
But it would be great if Milonic Menu could let make reference to an external CSS file

JP
by jpsabadini
Wed May 04, 2005 10:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems with DHTML Milonic Menu
Replies: 9
Views: 5406

thnks Ruth!!!! But I am still stuck...
here are the complete code:

tmp.html:


<html>
<head>
<style type="text/css">
menuStyle.on{
oncolor="#FFFFFF";
onbgcolor="#666666";
offcolor="#FFFFFF";
offbgcolor="transparent";
borderstyle="solid";
bordercolor="#666666";
borderwidth=2 ...
by jpsabadini
Wed May 04, 2005 8:59 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems with DHTML Milonic Menu
Replies: 9
Views: 5406

I already red http://www.milonic.com/cssbasedmenus.php! But it have very poor information. The only thing that I don't figured out is how to apply my yyyyy.css to the menu_data.js

I have in my menu_data.js :

...
with(menuStyle=new mm_style()){
onclass="on";
offclass="off";
}
...

and on my ...
by jpsabadini
Wed May 04, 2005 8:25 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems with DHTML Milonic Menu
Replies: 9
Views: 5406

Problems with DHTML Milonic Menu

Hi there!
I tying to create an CSS Based Menu and I want to know how to make reference to the CSS file (wich contains the onclass and offclass) from de menu_data.js , or there is another way to link my CSS file to the menu_data.js?

thanks in advance.
JP