|
User Details |
message
|
|
Sandy Quinney
post date:
2008-01-24 09:02:52
|
But I don't understand the answer. You can view my problem here: http://www.outsideunlimited.com/exit-10.htm. I don't know enough about coding to understand the answer you gave in a recent post.
Thanks!
Sandy
|
|
|
Catalin Serban [Extend Studio]
post date:
2008-01-25 04:38:10
|
Hello Sandy,
The problem is that the gallery from project seven is positioning itself above everything. In order to solve this you need to put the menu in a div with the id=?menu? (e.g. : div id="menu") and add in an external css the following:
#menu {
z-index:10;
position:relative;
}
Attached to this email there is an archive with the fix.
Regards,
Catalin Serban
|
|
|
Sandy Quinney
post date:
2008-02-18 13:37:51
|
Hi Catalin,
I extracted the files you sent me an uploaded them. If you follow that same link in internet explorer you will see that it still isn't working. I am having this problem on other sites as well.
http://www.outsideunlimited.com/exit-10.htm
http://tinkersflooring.com/tinkers-layout.htm
Here is one that works fine:
http://meridiannh.com/web/index.htm
http://www.donnarand.com/
Do you have any ideas?
|
|
|
Catalin Serban [Extend Studio]
post date:
2008-02-19 04:48:33
|
|
|
Sandy Quinney
post date:
2008-02-19 07:01:30
|
Morning Catalin!
I played around with outside unlimited yesterday and did get it to work but only if I was at the top of the page. If you scroll 1/2 way down the page and then mouseover the buttons, you only see a portion of the drop down.
The fix for Tinkers worked great, thanks!
Sandy
|
|
|
Monica Chitu [Extend Studio]
post date:
2008-02-20 07:21:21
|
Hello Sandy,
We have received your email from the 18th, in which you have brought this issue to our attention. We would like to apologize for the delay in responding to your email, but we are currently working to get to the bottom of it and we will get back to you by email as soon as we get it fixed.
Thank you for understanding and for your patience.
Sincerely,
Monica Chitu.
|
|
|
Sandy Quinney
post date:
2008-03-13 16:32:51
|
Hello Monica,
I am still waiting for a response on this, have you been able to figure anything out?
Sandy
|
|
|
Lavinia Iancu [Extend Studio]
post date:
2008-03-14 10:43:38
|
Hello Sandy,
Please download the latest version of the product from our website and see if this is still happening. When you do this, after installation, open Dreamweaver, open your webpage and then click edit menu -> ok.
Kind regards,
Lavinia Iancu
|
|
|
Mike Santner
post date:
2008-06-07 04:20:18
|
|
Hi, I need this fix as well. Half the time the rollover of the submenus is in front of my Flash movie, half the time it isn't. The link example is still in all Flash, but I'm working to revise it in HTML with Flash movies embedded, and it will be www.twinklecouture.com when I'm done. If you see it's still a Flash site, please wait. If you see it's an HTML page with Flash movies embedded, then the problem will be visible, and I need it resolved. Thanks!
|
|
|
vitor
post date:
2008-06-29 19:43:01
|
I'm having issues dreamweaver menu to go on top of flash animation i have tried play around with Zindex and transparent but nothing seems to work can anyone help please.
Thank you
|
|
|
Catalin Serban [Extend Studio]
post date:
2008-06-30 10:36:28
|
Hi,
Can you please give us a link to see exactly what is happening?
In order to overlay the menu over the Flash you need to give that swf another parameter: WMODE with the value TRANSPARENT. More about wmode and why to use it can be found on the adobe website.
Why does the Flash movie which should be under the menu dropdowns need to be transparent?
Declaring wmode="transparent? allows you to overlap the movie with other elements on the HTML page. The default mode is available by either choosing not to specify any wmode, or by using wmode="window", but this way all other elements on page that need to overlay you banner will be rendered underneath.
Why is this happening is because by default, with wmode="window", browsers place embedded plug-in content, such as a Flash movie or Java applet, on the topmost layer.
You can also check this adobe tutorial:
http://www.adobe.com/support/flash/ts/documents/wmode/transparent_dw.htm
Also, Z-index works only with position:absolute or relative.
Regards,
Catalin Serban
|
|