Web Design Forum: My flash intro covered my dropdown menu :( - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

My flash intro covered my dropdown menu :(

#1 User is offline   susa 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 3
  • Joined: 10-November 08
  • Reputation: 0
  • Experience:Nothing
  • Area of Expertise:Designer

Posted 10 November 2008 - 03:28 PM

I made a dropdown menu and below that is a flash intro.
I tested on my Mac using Firefox and it looks fine BUT when I test it in PC using Firefox and IE, the flash intro covers my dropdown sub menu.

how to get rid of that?

NEED HELP PLZ!! this is very frustrating...... im ready to go out and yell my throat out... been fixing this for days.......

<style type="text/css">

#dd {
padding: 0 0 0 0;
margin: 0 0 0 0;
}

#dd li {
margin: 0;
padding: 0;
list-style: none;
float: left;
font: 11px arial;
}

#dd li a.menu {
display: block;
text-align: center;
background: #1F3D5C;
margin: 0 0px 0 0;
color: #FFF;
width: 160px;
text-decoration: none;
padding: 2px 2px;
}

#dd li a.menu:hover {
background-color: #769888;
}

.submenu {
background: #EAEBD8;
border: 1px solid #5970B2;
visibility: hidden;
position: absolute;
z-index: 3;
width:160px;
}

.submenu a {
display: block;
font: 11px arial;
text-align: left;
text-decoration: none;
color: #2875DE;
padding: 1px;
z-index: 3;
}

.submenu a:hover {
background: #49A3FF;
color: #FFF;
z-index: 3;
}
</style>

0

#2 User is offline   Roberto 

  • Rain Dog
  • PipPipPipPip
  • Group: Members
  • Posts: 532
  • Joined: 19-August 07
  • Reputation: 2
  • Gender:Male
  • Location:Suffolk
  • Experience:Intermediate
  • Area of Expertise:Coder

Posted 10 November 2008 - 04:04 PM

Hello

You have to make use of z-index because flash will always try to be on top + set the wmode to transparent in the embed code. A howto is here :

http://www.flashdesi...rials/t1026.php

Rob
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users