Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Drop down menu covered by SWF image

Featured Replies

Hi there!

 

I'm new to this site. I have a question regarding my website.

 

I have a drop down menu on my website. I tried to put a swf image right under the menu. When I move the cursor to the menu and the sub-menu drops down, it appears the the drop down menu is covered by the swf image. I guess there might be a conflict in coding.

 

Can anyone give some advice to me?

 

Thanks!

ken.

I encountered that same problem before. Have your menu the following css I assume its wrap in a div or menu is under <li> tags

 

#menu {

position: relative;

z-index: 100;

display:block;

}

 

hope this helps you. :)

This problem comes up often in lots of forums...

 

You'll need to change a couple of parameters in your flash code.

 

Add the following to your OBJECT tag:

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

 

Add the following to your EMBED tag:

wmode="transparent"

 

I hope this helps...

 

Although I've just read an article about using wmode = opaque instead... Haven't tried this though. If you do, let us know how you get on.

 

Cheers.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.