drop down menu over flash

Reply

Join Date: Jan 2007
Posts: 3,210
Reputation: MidiMagic has a spectacular aura about MidiMagic has a spectacular aura about 
Solved Threads: 165
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Nearly a Senior Poster

Re: drop down menu over flash

 
0
  #11
Dec 18th, 2008
Note that the embed tag is deprecated.
Daylight-saving time uses more gasoline
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 45
Reputation: colweb is an unknown quantity at this point 
Solved Threads: 1
colweb colweb is offline Offline
Light Poster

Re: drop down menu over flash

 
0
  #12
Dec 19th, 2008
And remember, any method to get anything over a flash will not work when your page is opened under Unix or Linux. The flash plugin for Linux simple does not work correctly.
Reply With Quote Quick reply to this message  
Join Date: Sep 2009
Posts: 2
Reputation: samael696 is an unknown quantity at this point 
Solved Threads: 0
samael696 samael696 is offline Offline
Newbie Poster

Re: drop down menu over flash

 
0
  #13
Sep 21st, 2009
It works for me in Safari, Firefox, Camino and Chrome, but it won't work in Internet Explorer! I really need this to work in Explorer, not because I like it, but because I have to! Help please?
Reply With Quote Quick reply to this message  
Join Date: Sep 2009
Posts: 2
Reputation: samael696 is an unknown quantity at this point 
Solved Threads: 0
samael696 samael696 is offline Offline
Newbie Poster

Re: drop down menu over flash

 
0
  #14
Sep 21st, 2009
Ok, this is driving me insane.
Here is my code:

HTML and CSS Syntax (Toggle Plain Text)
  1. <html>
  2. <head>
  3. <title>Ocean Ridge - Home</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  5. <style type="text/css"><script type="text/javascript" src="flashfix.js"></script>
  6. <!--
  7. body {
  8. background-image: url(images/ORSC_G_BKG.jpg);
  9. background-repeat: repeat-x;
  10. background-color: #D9EFEF;
  11. }
  12. body,td,th {
  13. font-family: Verdana;
  14. font-size: 11px;
  15. color: #FFF;
  16. }
  17. a {
  18. font-family: Verdana;
  19. font-size: 11px;
  20. color: #FFF;
  21. }
  22. a:visited {
  23. color: #CCC;
  24. }
  25. a:hover {
  26. color: #CCC;
  27. }
  28. a:active {
  29. color: #CCC;
  30. }
  31.  
  32. ul.cssMenu ul{display:none}
  33. ul.cssMenu li:hover>
  34. ul{display:block}
  35. ul.cssMenu ul{position:absolute;left:0px;top:30px;}
  36. ul.cssMenu ul ul{position:absolute;left:100%;top:0px;}
  37. ul.cssMenu,ul.cssMenu ul {
  38. margin:0px;
  39. list-style:none;
  40. padding:0px 0px 0px 0px;
  41. background-image: url(images/drop.png);
  42. background-repeat:repeat;
  43. border-color:#808080;
  44. border-width:0px;
  45. }
  46. ul.cssMenu table {border-collapse:collapse}ul.cssMenu {
  47. display:block;
  48. zoom:1;
  49. height:30px;
  50. float: left;
  51. }
  52. ul.cssMenu ul{
  53. width:200px;
  54. }
  55. ul.cssMenu li{
  56. display:block;
  57. margin:0px 0px 0px 0px;
  58. font-size:0px;
  59. }
  60. ul.cssMenu a:active, ul.cssMenu a:focus {
  61. outline-style:none;
  62. }
  63. ul.cssMenu a, ul.cssMenu li.dis a:hover, ul.cssMenu li.sep a:hover {
  64. display:block;
  65. vertical-align:middle;
  66. horizontal-align:center;
  67. text-align:center;
  68. text-decoration:none;
  69. letter-spacing:1px;
  70. padding: 0px 0px 0px 0px;
  71. font:12px Verdana;
  72. color: #FFFFFF;
  73. text-decoration:none;
  74. cursor:default;
  75. }
  76. ul.cssMenu span{
  77. overflow:hidden;
  78. }
  79. ul.cssMenu li {
  80. float:left;
  81. }
  82. ul.cssMenu ul li {
  83. float:none;
  84. }
  85. ul.cssMenu ul a {
  86. text-align:left;
  87. white-space:nowrap;
  88. }
  89. ul.cssMenu li.sep{
  90. text-align:left;
  91. padding:10px;
  92. line-height:0;
  93. height:100%;
  94. }
  95. ul.cssMenu li.sep span{
  96. float:none;
  97. padding-right:10px;
  98. width:15px;
  99. height:100%;
  100. display:inline-block;
  101. background-color:#808080; background-image:none;}
  102. ul.cssMenu ul li.sep span{
  103. width:100%;
  104. height:3px;
  105. }
  106. ul.cssMenu li:hover{
  107. position:relative;
  108. }
  109. ul.cssMenu li:hover>a{
  110. background-image: url(images/dropOver.png);
  111. font:12px Verdana;
  112. color: #FFFFFF;
  113. text-decoration:none;
  114. }
  115. ul.cssMenu li a:hover{
  116. position:relative;
  117. background-image: url(images/dropOver.png);
  118. font:12px Verdana;
  119. color: #FFFFFF;
  120. text-decoration:none;
  121. }
  122. ul.cssMenu li.dis a {
  123. color: #557D4F !important;
  124. }
  125. ul.cssMenu img {border: none;float:left;_float:none;margin-right:0px;width:23px;
  126. height:23px;
  127. }
  128. ul.cssMenu ul img {width:23px;
  129. height:23px; background-color:
  130. }
  131. ul.cssMenu img.over{display:none}
  132. ul.cssMenu li.dis a:hover img.over{display:none !important}
  133. ul.cssMenu li.dis a:hover img.def {display:inline !important}
  134. ul.cssMenu li:hover > a img.def {display:none}
  135. ul.cssMenu li:hover > a img.over {display:inline}
  136. ul.cssMenu a:hover img.over,ul.cssMenu a:hover ul img.def,ul.cssMenu a:hover a:hover ul img.def,ul.cssMenu a:hover a:hover a:hover ul img.def,ul.cssMenu a:hover a:hover img.over,ul.cssMenu a:hover a:hover a:hover img.over,ul.cssMenu a:hover a:hover a:hover a:hover img.over{display:inline}
  137. ul.cssMenu a:hover img.def,ul.cssMenu a:hover ul img.over,ul.cssMenu a:hover a:hover ul img.over,ul.cssMenu a:hover a:hover a:hover ul img.over,ul.cssMenu a:hover a:hover img.def,ul.cssMenu a:hover a:hover a:hover img.def,ul.cssMenu a:hover a:hover a:hover a:hover img.def{display:none}
  138. ul.cssMenu a:hover ul,ul.cssMenu a:hover a:hover ul,ul.cssMenu a:hover a:hover a:hover ul{display:block}
  139. ul.cssMenu a:hover ul ul,ul.cssMenu a:hover a:hover ul ul{display:none}
  140. ul.cssMenu span{
  141. display:block;
  142. background-image:url(./images/arrv_white.gif);
  143. background-position:right center;
  144. background-repeat: no-repeat;
  145. padding-right:0px;}
  146. ul.cssMenu ul span{background-image:url(./images/arr_black.gif)}
  147. ul.cssMenu ul li:hover > a span{ background-image:url(./images/arr_white.gif);}
  148. ul.cssMenu table a:hover span,ul.cssMenu table a:hover a:hover span,ul.cssMenu table a:hover a:hover a:hover span{background-image:url(./images/arr_white.gif)}
  149. ul.cssMenu table a:hover table span,ul.cssMenu table a:hover a:hover table span{background-image:url(./images/arr_black.gif)}
  150. ul.cssMenu li.cssMenui0 {
  151. width:150px;
  152. height:22px; padding:0px; border:0px; background-color:#faa61a;
  153. }
  154. ul.cssMenu li a.cssMenui0{
  155. height:100%;
  156. background-image: url(images/btn2.jpg);
  157. border-width:0px;
  158. font:normal 12px Verdana;
  159. color:#fff;
  160. }
  161. ul.cssMenu li a.cssMenui0:hover{
  162. background-image: url(images/btn3.jpg);
  163. font:normal 12px Verdana;
  164. color:#eee;
  165. }
  166. ul.cssMenum0 {
  167. background-color: #F9A61A;
  168. border-width:0px;
  169. padding:0px 0px 0px 0px;
  170. }
  171. ul.cssMenum0>li>a {
  172. padding:8px 10px 0px 10px;
  173. }
  174. ul.cssMenum0 a {
  175. padding:5px 8px 8px 10px;
  176. }
  177. ul.cssMenum0 ul a {
  178. padding:5px 8px 8px 10px;
  179. }
  180. ul.cssMenum0>li {
  181. margin:0px 0px 0px 0px;
  182. }
  183. ul.cssMenum0 li {
  184. margin:0px 0px 0px 0px;
  185. }
  186. ul.cssMenum0 li li {
  187. margin:0px 0px 0px 0px;
  188. }
  189.  
  190. body {
  191. background-color: #D9EFEF;
  192. background-image: url(images/ORSC_G_BKG.jpg);
  193. background-repeat: repeat-x;
  194. }
  195. -->
  196. </style>
  197. </head>
  198. <body bgcolor="#D9EFEF" text="#FFFFFF" link="#FFFFFF" vlink="#CCCCCC" alink="#CCCCCC" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="padding-left:150px">
  199. <!-- Save for Web Slices (ORSC_HM_1b.psd) -->
  200. <table width="1008" height="731" border="0" cellpadding="0" cellspacing="0" id="Table_01">
  201. <tr>
  202. <td colspan="4" background="images/index_01.png" width="1008" height="48" align="bottom">
  203. </td>
  204. </tr>
  205. <tr>
  206. <td rowspan="3" background="images/index_02.png" width="18" height="648" align="right">
  207. </td>
  208. <td>
  209. <img src="images/index_03.png" width="486" height="143" alt=""></td>
  210. <td>
  211. <img src="images/index_04.png" width="486" height="143" alt=""></td>
  212. <td rowspan="3" background="images/index_05.png" width="18"align="left">
  213. </td>
  214. </tr>
  215. <tr>
  216. <td colspan="2" height="30" width="972px" bgcolor="#faa61a" style="border:none; padding-left:52px; z-index:3000" valign="baseline"><ul class="cssMenu cssMenum0">
  217. <li class=" cssMenui0"><a class=" cssMenui0" href="#"><span>LOCATION</span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]>
  218. <table><tr><td><![endif]-->
  219. <ul class="cssMenum">
  220. <li class="cssMenui"><a class="cssMenui" href="#">ISLAND OVERVIEW</a></li>
  221. <li class="cssMenui"><a class="cssMenui" href="#">GETTING HERE</a></li>
  222. <li class="cssMenui"><a class="cssMenui" href="#">ATTRACTIONS</a></li>
  223. </ul>
  224.  
  225. <li class=" cssMenui0"><a class=" cssMenui0" href="#"><span>OWNERSHIP</span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]>
  226. <table><tr><td><![endif]-->
  227. <ul class=" cssMenum">
  228. <li class=" cssMenui"><a class=" cssMenui" href="#">LOT DETAILS</a></li>
  229. <li class=" cssMenui"><a class=" cssMenui" href="#">MARINA</a></li>
  230. <li class=" cssMenui"><a class=" cssMenui" href="#">CONSTRUCTION</a></li>
  231. <li class=" cssMenui"><a class=" cssMenui" href="#">RENTAL PROGRAM</a></li>
  232. <li class=" cssMenui"><a class=" cssMenui" href="#">KAYU MAYA
  233. <![if gt IE 6]>
  234. </a>
  235. <![endif]><!--[if lte IE 6]>
  236. <table><tr><td><![endif]-->
  237. <!--[if lte IE 6]>
  238. </td></tr></table></a><![endif]-->
  239. <!--[if lte IE 6]>
  240. </td></tr></table></a><![endif]-->
  241. <!--[if lte IE 6]>
  242. </td></tr></table></a><![endif]-->
  243. </li>
  244. </ul>
  245. <!--[if lte IE 6]>
  246. </td></tr></table></a><![endif]--></li>
  247. <li class=" cssMenui0"><a class=" cssMenui0" href="#">VACATION RENTAL</a></li>
  248. <li class=" cssMenui0"><a class=" cssMenui0" href="#">IMAGE GALLERY</a></li>
  249. <li class=" cssMenui0"><a class=" cssMenui0" href="#">ABOUT EDI</a></li>
  250. <li class=" cssMenui0"><a class=" cssMenui0" href="#">CONTACT US</a></li>
  251. </ul>
  252. </td>
  253. </tr>
  254. <tr>
  255. <td valign="top"><div style="z-index:-3000">
  256. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="486" height="468">
  257. <param name="allowScriptAccess" value="sameDomain" />
  258. <param name=movie value="images/ORSC_HM_ANIM.swf" />
  259. <param name="quality" value="high" />
  260. <param name="wmode" value="opaque" />
  261. <embed src="images/ORSC_HM_ANIM.swf" type="application/x-shockwave-flash" quality="high" width="486" height="468" wmode="opaque" allowScriptAccess="sameDomain"></embed>
  262. </object>
  263. </div></td>
  264. <td background="images/index_08.png" align="left" valign="top" style="z-index:-30; background-position:bottom; background-repeat:no-repeat; background-color:#1fbdbe"><p><img src="images/ORSC_HM_Head.png" width="286" height="99" style="padding-left:70px; padding-top:100px">
  265. </p>
  266. <p style="padding-left:90px; line-height:20px">Own a piece of this one-of-a-kind paradise<br>
  267. at Ocean Ridge on Staniel Cay. Only a few<br>
  268. magnificent residential properties are located on<br>
  269. this exceptional ridge. Owners enjoy sweeping<br>
  270. views in every direction, their own pink sand<br>
  271. beach, and a slip at the private marina. Staniel<br>
  272. Cay is the perfect destination offering the ideal<br>
  273. balance of unspoiled tropical beauty and easy<br>
  274. access. A 3,000-foot runway accommodates<br>
  275. private planes, charters and daily air service.</p></td>
  276. </tr>
  277. <tr>
  278. <td colspan="4" background="images/index_09.png" width="1008" height="42" align="top">
  279. </td>
  280. </tr>
  281. </table><img src="images/ORSC_HM_Item.png" border="0" style="position:absolute; left:570px; top:480px; z-index:50; visibility: visible; overflow: hidden;">
  282. <!-- End Save for Web Slices -->
  283. <script type="text/javascript">
  284. <!--
  285. swfobject.registerObject("FlashID");
  286. swfobject.registerObject("FlashID");
  287. //-->
  288. </script>
  289. </body>
  290. </html>

Every single browser shows it perfectly except for stupid Internet Explorer 8.
Here is the actual link: http://www.jbngraphics.com/OR/index.html

PLEASE TELL ME HOW TO DISPLAY THE CSS ON TOP OF THE FLASH WITH STUPID EXPLORER!!
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 45
Reputation: colweb is an unknown quantity at this point 
Solved Threads: 1
colweb colweb is offline Offline
Light Poster

Re: drop down menu over flash

 
0
  #15
Sep 21st, 2009
Well, I have taken a quick look at it, and it seems to have a lot of errors in it. As expected, in Firefox 3 under Linux it doesn't work, and the menu is corrupted.

Under MS-Windows it works in Firefox (2 and 3) but it is a complete mess in Internet Explorer 6.

The web developer tools (add on) in Firefox gives the following warnings and errors:

Warning: Selector expected. Ruleset ignored due to bad selector.
Source File: http://www.jbngraphics.com/OR/index.html
Line: 5

Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.jbngraphics.com/OR/index.html
Line: 47

Warning: Unknown property 'horizontal-align'. Declaration dropped.
Source File: http://www.jbngraphics.com/OR/index.html
Line: 65

Warning: Error in parsing value for property 'display'. Declaration dropped.
Source File: http://www.jbngraphics.com/OR/index.html
Line: 99

Warning: Unknown property '_float'. Declaration dropped.
Source File: http://www.jbngraphics.com/OR/index.html
Line: 124

Warning: Expected color but found '}'. Error in parsing value for property 'background-color'. Declaration dropped.
Source File: http://www.jbngraphics.com/OR/index.html
Line: 130

Error: swfobject is not defined
Source File: http://www.jbngraphics.com/OR/index.html
Line: 277

Warning: Error in parsing value for property 'display'. Declaration dropped.
Source File: http://www.jbngraphics.com/OR/index.html
Line: 0
Don't have IE 8 installed here (why drive a 10 year old car when you can drive in a new one for free), but will look at it tomorrow (timezone GMT+1) at my work.
Reply With Quote Quick reply to this message  
Join Date: Sep 2009
Posts: 2
Reputation: Synmedia is an unknown quantity at this point 
Solved Threads: 0
Synmedia Synmedia is offline Offline
Newbie Poster

Re: drop down menu over flash

 
0
  #16
Sep 21st, 2009
Heya guys and gals stumbled upon here with the same question and it was already answered so and extra thanks from newbie
Reply With Quote Quick reply to this message  
Join Date: Dec 2009
Posts: 1
Reputation: pravin_zd is an unknown quantity at this point 
Solved Threads: 0
pravin_zd pravin_zd is offline Offline
Newbie Poster

drop down menu over flash movie clip thanks

 
0
  #17
16 Days Ago
A lot of thanks to teach me how to i use html drop down menu over flash movie clip thanks
i hope everytime u help me to this type of probleme
Reply With Quote Quick reply to this message  
Reply

Message:



Similar Threads
Other Threads in the HTML and CSS Forum


Views: 34393 | Replies: 16
Thread Tools Search this Thread



Tag cloud for HTML and CSS
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC