HighDots Forums  

Re: Doesn't work on Mozilla

JavaScript discussion (multi-lingual) JavaScript discussion (alt.comp.lang.javascript)


Discuss Re: Doesn't work on Mozilla in the JavaScript discussion (multi-lingual) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Kimmo Laine
 
Posts: n/a

Default Re: Doesn't work on Mozilla - 09-01-2005 , 01:36 AM






"Delta" <xxx (AT) hotmail (DOT) com> wrote

Quote:
I have a drop-down horizontal menu

in IE6 it works fine
in Mozilla it is very bad

what can I use and what I can't ?

code is bellow

thank you for any help an sorry for my bad english
What's worse than your english, is your ability to explain the problem.
Instead of pasting 100+ lines of code that no one is going to read, you
should try to narrow down the actual problem, and then post it. When you say
"it is bad", I really have no idea what to look for. Put a little bit more
effort in defining the problem, then people could try solving the problem.

--
Welcome to Usenet! Please leave tolerance, understanding
and intelligence at the door. They aren't welcome here.
eternal piste erection miuku gmail piste com




Reply With Quote
  #2  
Old   
Delta
 
Posts: n/a

Default Re: Doesn't work on Mozilla - 09-02-2005 , 03:16 PM






Yes, you right, thank you anyway

For those who are interested to listen :

this is a drop-down menu full compatible with ASP.NET/VB.NET, i.e, all you
need is to change the hiperlink tags with Web Forms Buttonlinks

this is useful in cases you need to Enable/disable menu items depending on
users privileges

menu working here :

pwp.netcabo.pt/falmartins/index.htm

HOME button is the only working link
STILL NOT WORKING VERY WELL ON MOZILLA


"Kimmo Laine" <eternal.erectionN05P (AT) Mgmail (DOT) com> wrote

Quote:
"Delta" <xxx (AT) hotmail (DOT) com> wrote in message
news:431616d9$0$18650$14726298 (AT) news (DOT) sunsite.dk...
I have a drop-down horizontal menu

in IE6 it works fine
in Mozilla it is very bad

what can I use and what I can't ?

code is bellow

thank you for any help an sorry for my bad english

What's worse than your english, is your ability to explain the problem.
Instead of pasting 100+ lines of code that no one is going to read, you
should try to narrow down the actual problem, and then post it. When you
say "it is bad", I really have no idea what to look for. Put a little bit
more effort in defining the problem, then people could try solving the
problem.

--
Welcome to Usenet! Please leave tolerance, understanding
and intelligence at the door. They aren't welcome here.
eternal piste erection miuku gmail piste com




Reply With Quote
  #3  
Old   
Kimmo Laine
 
Posts: n/a

Default Re: Doesn't work on Mozilla - 09-02-2005 , 03:33 PM



"Delta" <xxx (AT) hotmail (DOT) com> kirjoitti
viestissä:4318a3e5$0$18640$14726298 (AT) news (DOT) sunsite.dk...
Quote:
Yes, you right, thank you anyway

For those who are interested to listen :

this is a drop-down menu full compatible with ASP.NET/VB.NET, i.e, all you
need is to change the hiperlink tags with Web Forms Buttonlinks

this is useful in cases you need to Enable/disable menu items depending on
users privileges

menu working here :

pwp.netcabo.pt/falmartins/index.htm

HOME button is the only working link
STILL NOT WORKING VERY WELL ON MOZILLA


As you still failed to tell what the problem is, curiosity got me take a
look at it. "Not working well on mozilla" means apparently, that the
drop-down menu hides when you hover a link from the list. It actually works
even worse in Opera, the menus don't drop down at all. This is quite
peculiar, since I've seen working drop down menus on Mozilla.

As for the problem: clearly it would seem that the problem is in how
Explorer interpret onmouseover an onmouseover. As you move the mouse on a
link, mozilla would think that onmousout has been triggered, since it
mouseovers some other element and thus closes the menu...

--
SETI @ Home - Donate your cpu's idle time to science.
Further reading at <http://setiweb.ssl.berkeley.edu/>
Kimmo Laine <eternal.erectionN0 (AT) 5P4Mgmail (DOT) com>




Reply With Quote
  #4  
Old   
Tjerk Wolterink
 
Posts: n/a

Default Re: Doesn't work on Mozilla - 09-03-2005 , 02:26 AM



Delta wrote:
Quote:
Yes, you right, thank you anyway

For those who are interested to listen :

this is a drop-down menu full compatible with ASP.NET/VB.NET, i.e, all you
need is to change the hiperlink tags with Web Forms Buttonlinks

this is useful in cases you need to Enable/disable menu items depending on
users privileges

menu working here :

pwp.netcabo.pt/falmartins/index.htm

HOME button is the only working link
STILL NOT WORKING VERY WELL ON MOZILLA

I saw your code, and the anwser is easy:

YOU WRITE MICROSOFT ONLY CODE.

In your javascript for example,
document.all is microsoft only.

In the css:
filterpacity ?????? Microsoft only


Maybe you should try to code cross-browser,
it is a lot of work, but once you have some
usefull functions it is really easy.


Reply With Quote
  #5  
Old   
Delta
 
Posts: n/a

Default Re: Doesn't work on Mozilla - 09-04-2005 , 09:25 AM



Thank you

I came up with another solution

It works fine on IE6 and Mozilla 1.0.6, don't know others

))

Don't forget to make refresh in case you have cached the site

http://pwp.netcabo.pt/falmartins/index.htm


"Delta" <xxx (AT) hotmail (DOT) com> wrote

Quote:
Yes, you right, thank you anyway

For those who are interested to listen :

this is a drop-down menu full compatible with ASP.NET/VB.NET, i.e, all you
need is to change the hiperlink tags with Web Forms Buttonlinks

this is useful in cases you need to Enable/disable menu items depending on
users privileges

menu working here :

pwp.netcabo.pt/falmartins/index.htm

HOME button is the only working link
STILL NOT WORKING VERY WELL ON MOZILLA


"Kimmo Laine" <eternal.erectionN05P (AT) Mgmail (DOT) com> wrote in message
news:SrwRe.15609$Ev3.15000 (AT) reader1 (DOT) news.jippii.net...
"Delta" <xxx (AT) hotmail (DOT) com> wrote in message
news:431616d9$0$18650$14726298 (AT) news (DOT) sunsite.dk...
I have a drop-down horizontal menu

in IE6 it works fine
in Mozilla it is very bad

what can I use and what I can't ?

code is bellow

thank you for any help an sorry for my bad english

What's worse than your english, is your ability to explain the problem.
Instead of pasting 100+ lines of code that no one is going to read, you
should try to narrow down the actual problem, and then post it. When you
say "it is bad", I really have no idea what to look for. Put a little bit
more effort in defining the problem, then people could try solving the
problem.

--
Welcome to Usenet! Please leave tolerance, understanding
and intelligence at the door. They aren't welcome here.
eternal piste erection miuku gmail piste com






Reply With Quote
  #6  
Old   
Kimmo Laine
 
Posts: n/a

Default Re: Doesn't work on Mozilla - 09-04-2005 , 09:40 AM



"Delta" <xxx (AT) hotmail (DOT) com> kirjoitti
viestissä:431af4a7$0$18640$14726298 (AT) news (DOT) sunsite.dk...
Quote:
Thank you

I came up with another solution

It works fine on IE6 and Mozilla 1.0.6, don't know others


Still doesn't work with Opera. But hey, that's okay. bbcworld.com kicks a
user out if he happens to be using Opera, so your not the only one
discriminating Opera users.

--
SETI @ Home - Donate your cpu's idle time to science.
Further reading at <http://setiweb.ssl.berkeley.edu/>
Kimmo Laine <eternal.erectionN0 (AT) 5P4Mgmail (DOT) com>




Reply With Quote
  #7  
Old   
Delta
 
Posts: n/a

Default Re: Doesn't work on Mozilla - 09-04-2005 , 11:31 AM



I love Mozilla, that's why I was so worried about

You gave me some clues

As you said : "This is quite
peculiar, since I've seen working drop down menus on Mozilla"

This is true, but I didn't found anything free, simple, and totally
compatible with ASP.NET/VB.NET

See this one :

http://www.udm4.com/licensing/download/

So I made my journey building something from the scratch, and everyone can
use it for free because IT'S MY CODE

It works, and that what matters

For ASP.NET/VB.NET using, just :

- include FORM tag with TARGET property (to -> ibody) before anything else,
and closing it after all elements.
- change the hiperlinks tags with Web Forms Button Links


Hope this helps someone

==========
Fernando Martins
Lisbon - Portugal

"Kimmo Laine" <eternal.erectionN0.5P (AT) Mgmail (DOT) com> wrote

Quote:
"Delta" <xxx (AT) hotmail (DOT) com> kirjoitti
viestissä:431af4a7$0$18640$14726298 (AT) news (DOT) sunsite.dk...
Thank you

I came up with another solution

It works fine on IE6 and Mozilla 1.0.6, don't know others



Still doesn't work with Opera. But hey, that's okay. bbcworld.com kicks a
user out if he happens to be using Opera, so your not the only one
discriminating Opera users.

--
SETI @ Home - Donate your cpu's idle time to science.
Further reading at <http://setiweb.ssl.berkeley.edu/
Kimmo Laine <eternal.erectionN0 (AT) 5P4Mgmail (DOT) com




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.