Search found 7 matches

by quizer
Sun Apr 17, 2005 9:09 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: hard space appears different on mozilla firefox.
Replies: 1
Views: 2023

hard space appears different on mozilla firefox.


with(milonic=new menuname("products")){
style=menuStyle;
itemwidth=250;
aI("text=\"hello\"- world;url=test1.asp;");
aI("text= ;url=test2.asp;");
}


the menustyle- is the default one.

the itemheight value is omitted and appears diferent on mozilla firefox 1.0.1
than on IE 6.0.
the IE using ...
by quizer
Fri Mar 11, 2005 11:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: bug with rollover images and styles.
Replies: 17
Views: 11640

its not me who written the milonic menu or the IE.

although its installed on my computer-, its not me who wrote this version of IE. if I am using that version, I am sure there r many other users who use it. and who can't c the rollover images as they should appear. I know we always can blame microsoft- but this kind of bug shouldn't b their fault ...
by quizer
Thu Mar 10, 2005 4:34 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: bug with rollover images and styles.
Replies: 17
Views: 11640

Did you test the other link, the second one at poems2u.com? If you did and that worked, the only difference is the html coding on the page.

<head>
<title>Untitled</title>
</head> after the html and before the body tag, which is not present in the code you pasted.

Ruth

I test both.
both had ...
by quizer
Thu Mar 10, 2005 12:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: bug with rollover images and styles.
Replies: 17
Views: 11640

some...

the test page u created http://www.poems2u.com/1/a/1-test.htm makes the same error as I had on my local hard drive. it is strange that this error doesn't reproduces on ur (kevin3442) computer.
I tried to test it on multiple computers and browsers- it is never happens- just on my computer and only ...
by quizer
Wed Mar 09, 2005 10:34 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: bug with rollover images and styles.
Replies: 17
Views: 11640

no URL

I don't have URL that can show u this happening.
it is currently under developement.

in order to reproduce this problem:
don't ommit any portion of this code.
just paste all that code in two files.
nothing else should b in those two files.
the directory that contains them also should b empty- only ...
by quizer
Wed Mar 09, 2005 7:52 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: bug with rollover images and styles.
Replies: 17
Views: 11640

a.htm consists of:

<html>
<body>
hello world.
<script type="text/javascript" src="milonic_src.js"></script>
<a class=milonic href="http://www.milonic.com/">JavaScript Menu, DHTML Menu Powered By Milonic</a>
<script type="text/javascript">
if(ns4)_d.write("<scr"+"ipt type=text/javascript src ...
by quizer
Tue Mar 08, 2005 2:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: bug with rollover images and styles.
Replies: 17
Views: 11640

bug with rollover images and styles.

the version I am using: Version 5.715 - Built: Monday February 21 2005 - 11:41


one of the menu item supposed to look like:
aI("image=sample_images/2menu1.gif;overimage=sample_images/2menu1_over.gif;url=about.htm;");

its the most simple form of rollover.
this rollover item was not cliackable ...