PDA

View Full Version : Navbar problem.


b65ran
06-10-2006, 01:23 PM
After I added a flash banner quick links and search drop down come dont show properly. They come behynd the flash banner. You can take a look in the attachtment. Anybody can help me with this please.

Thanks in advanced.

Princeton
06-13-2006, 07:42 PM
add <param name="wmode" value="transparent"> to your flash code

b65ran
06-14-2006, 09:12 PM
Thanks a lot. It works for IE. But it doesn't work for firefox. Do you have fix for that ?

Thanks again

Princeton
06-15-2006, 12:39 AM
make sure you are not using an old FIREFOX version (update to latest)

on OBJECT tags<param name="wmode" value="opaque">
OR
<param name="wmode" value="transparent">

on EMBED tags
wmode="transparent"

b65ran
06-15-2006, 03:33 AM
Thanks again. Works like a charm !!

Princeton
06-15-2006, 11:40 PM
cool ... thanks for the update

leenster
07-11-2006, 04:32 PM
im glad there is smart peoples here :)

Kuimera
08-24-2006, 12:23 AM
I?m using:

<object width="500" height="100">
<param name="wmode" value="transparent">
<param name="movie" value="{param}">
<embed src="{param}" width="500" height="100" type="application/x-shockwave-flash"></embed>
</object>

It?s not workin, am I doing something wrong?

Zachery
08-24-2006, 04:20 AM
The problem comes into play that the flash html comes after the page so assumingly the drop downs should be viseable else where. I believe you can set the divs z-index to -1 and fix the problem. If I've confused you good :p lol

If you need more help on the subject let me know.,

Kuimera
08-24-2006, 07:49 AM
Lol... you a mean guy :)
What do I need to do again ? :)