Delta | 3 Sep 2005 16:27
Picon
Favicon

Doesn't work on Mozilla

Hi,

I made a drop-down menu full compatible with ASP.NET and VB.NET

It works fine on IE6, but on Mozilla 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.

The "Microsoft only code" I use is filter:opacity, but this is inoffensive 
to the behaviour of the menu.

The problem, I think, is in how Explorer interprets onmouseover an 
onmouseout

The menu is working here :

The only link it works is the Home Button

pwp.netcabo.pt/falmartins/index.htm

Thank you for any help
Martin Honnen | 3 Sep 2005 18:16
Picon
Favicon

Re: Doesn't work on Mozilla


Delta wrote:

> I made a drop-down menu full compatible with ASP.NET and VB.NET

> It works fine on IE6, but on Mozilla 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.

The problem is not so much the HTML and script for the menu itself but 
the iframe you have put in the document below the menu (respectively the 
HTML table which you use for the menu).

> pwp.netcabo.pt/falmartins/index.htm

If you remove that iframe then the menu displays and works with Mozilla 
1.7 and Opera 8.
What you are trying to achieve is not possible across browsers in a 
reliable way, you want to have a menu created in one document overlap 
the contents of a document in another frame, that iframe.
Even with older IE/Win version (e.g. IE 5) you would have that problem.

With the upcoming Firefox 1.5 the menu over the iframe will work but the 
whole design of that page with the menu and the iframe where the menu is 
supposed to overlap the iframe should be changed to not use an iframe if 
you target the web in general, as said various browsers and browser 
versions have their own way when it comes to iframes.

--

-- 

(Continue reading)

Delta | 4 Sep 2005 15:26
Picon
Favicon

Re: Doesn't work on Mozilla

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

"Martin Honnen" <mahotrash <at> yahoo.de> wrote in message 
news:dfci8i$d511 <at> ripley.aoltw.net...
>
>
> Delta wrote:
>
>> I made a drop-down menu full compatible with ASP.NET and VB.NET
>
>> It works fine on IE6, but on Mozilla 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.
>
> The problem is not so much the HTML and script for the menu itself but the 
> iframe you have put in the document below the menu (respectively the HTML 
> table which you use for the menu).
>
>
>> pwp.netcabo.pt/falmartins/index.htm
(Continue reading)

Delta | 6 Sep 2005 23:28
Picon
Favicon

Re: Doesn't work on Mozilla

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

Flash movies overlaps my menu on Mozilla, with IE works fine as I can see

Does someone hava a solution ? 
Martin Honnen | 7 Sep 2005 16:05
Picon
Favicon

Re: Doesn't work on Mozilla


Delta wrote:

> Flash movies overlaps my menu on Mozilla, with IE works fine as I can see
> 
> Does someone hava a solution ? 

Flash and DHTML menus is also a problem where browsers behave 
differently depending on the browser version, the platform, the Flash 
version.

On some platforms for some browsers and Flash player version 6.something 
or 7 you can try
   <embed wmode="transparent"
to embed the flash movie in a way so that normal CSS z-index can be 
applied to define the z-order stacking.

Check Macromedia's documentation on the Flash player for details on 
which browsers and browser versions on which platforms support that.

--

-- 

	Martin Honnen
	http://JavaScript.FAQTs.com/

Gmane