Forum Moderators: not2easy

Message Too Old, No Replies

Banner is on top of my menu

menu css, banner, cant see

         

kobiadato

11:19 pm on Jun 17, 2008 (gmt 0)

10+ Year Member



Hi its my first post here and i need help.

If you look at <snip>
i have the top menu under the flash banner i did. what wrong with it and how do i fix it?
Thank You

[edited by: physics at 11:31 pm (utc) on June 17, 2008]
[edit reason] Removed link to personal URL [/edit]

physics

11:35 pm on Jun 17, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld.com [webmasterworld.com] kobiadato!

Can you please describe the problem in more detail instead of linking to the code? Perhaps include some of the relevant code snippets?

kobiadato

12:01 am on Jun 18, 2008 (gmt 0)

10+ Year Member



well i got a java script dropdown menu from Dynamic Drive. and its working great. now under the menu i designed a flash banner. when im viewing it in the browser when i mouse over the menu some of it is good but whn it gets to the banner its hiding under it. its like its in the back of it and banner is on top

SuzyUK

9:11 am on Jun 22, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



you should probably look into the transparent windows mode (wmode) of the .swf file, there are 2 places to set the parameter.

..to the Object tag,

<param name="wmode" value="transparent">

..to the Embed tag, add the following attribute:

wmode="transparent"

that and z-index maybe.

kobiadato

3:16 pm on Jun 22, 2008 (gmt 0)

10+ Year Member



Thank You