My flash intro covered my dropdown menu

  • suforum
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Jul 26, 2008
  • Posts: 6
  • Status: Offline

Post November 9th, 2008, 3:48 am

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 please!! this is very frustrating...... im ready to go out and yell my throat out... been fixing this for days.......

Code: [ Select ]
<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>
  1. <style type="text/css">
  2.  
  3. #dd {
  4. padding: 0 0 0 0;
  5. margin: 0 0 0 0;
  6. }
  7.  
  8. #dd li {
  9. margin: 0;
  10. padding: 0;
  11. list-style: none;
  12. float: left;
  13. font: 11px arial;
  14. }
  15.  
  16. #dd li a.menu {
  17. display: block;
  18. text-align: center;
  19. background: #1F3D5C;
  20. margin: 0 0px 0 0;
  21. color: #FFF;
  22. width: 160px;
  23. text-decoration: none;
  24. padding: 2px 2px;
  25. }
  26.  
  27. #dd li a.menu:hover {
  28. background-color: #769888;
  29. }
  30.  
  31. .submenu {
  32. background: #EAEBD8;
  33. border: 1px solid #5970B2;
  34. visibility: hidden;
  35. position: absolute;
  36. z-index: 3;
  37. width:160px;
  38. }
  39.  
  40. .submenu a {
  41. display: block;
  42. font: 11px arial;
  43. text-align: left;
  44. text-decoration: none;
  45. color: #2875DE;
  46. padding: 1px;
  47. z-index: 3;
  48. }
  49.  
  50. .submenu a:hover {
  51. background: #49A3FF;
  52. color: #FFF;
  53. z-index: 3;
  54. }
  55. </style>
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post November 9th, 2008, 3:48 am

  • graphixboy
  • Control + Z
  • Mastermind
  • User avatar
  • Joined: Jul 11, 2005
  • Posts: 1828
  • Loc: In the Great White North
  • Status: Offline

Post November 9th, 2008, 9:41 am

make sure your flash wmode = transparent.

Examples from all over Ozzu
If at first you don't succeed F1... If that doesn't work try Google!
//// Designer, Developer & Teacher - Interactive, Motion and 3D \\\\
Portfolio at WhenImNotSleeping.com

Post Information

  • Total Posts in this topic: 2 posts
  • Users browsing this forum: No registered users and 28 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.