Click here to Skip to main content
15,892,059 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Closing Browser Pin
Ashish Sehajpal18-Apr-08 4:14
Ashish Sehajpal18-Apr-08 4:14 
GeneralRe: Closing Browser Pin
Bradml18-Apr-08 21:50
Bradml18-Apr-08 21:50 
General"Retrieving currency conversion value from existing website" Pin
harsh_296116-Apr-08 20:57
harsh_296116-Apr-08 20:57 
GeneralRe: "Retrieving currency conversion value from existing website" Pin
R. Giskard Reventlov16-Apr-08 22:19
R. Giskard Reventlov16-Apr-08 22:19 
GeneralRe: "Retrieving currency conversion value from existing website" Pin
harsh_296117-Apr-08 1:31
harsh_296117-Apr-08 1:31 
GeneralRe: "Retrieving currency conversion value from existing website" Pin
User 988517-Apr-08 21:46
User 988517-Apr-08 21:46 
GeneralRe: "Retrieving currency conversion value from existing website" Pin
Bradml18-Apr-08 21:53
Bradml18-Apr-08 21:53 
GeneralFlash - Javascript - Xara Generated menu Pin
Crisstina16-Apr-08 6:50
Crisstina16-Apr-08 6:50 
Hello all!

Hope I'm not repeating topic, since I haven´t found the answer I posted this!

I'm working on a Javascript menu over a Flash movie. In IE, I see the right result but in Firefox, the menu goes behind the flash movie.
I tried the z index styling with css:
.menu {
position:static;
z-index: 10;
overflow: visible;
}

.flash {
z-index: -1;
}


And also the Transparent parameter with the code on the Flash Movie:




AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','507','height','519', 'hspace','0', 'vspace','0','align','middle','class','flash','src','images/home3','quality','high', 'wmode' ,' transparent', 'pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/home3' ); //end AC code
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="507" height="519" hspace="0" vspace="0" align="middle" class="flash">
<param name="movie" value="images/home3.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="play" value="true" />


<embed src="images/home3.swf" width="507" height="519" hspace="0" vspace="0" align="middle" quality="high" wmode="transparent" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" />




Please, if someone knows a workaround in this, let me know!!!

Check the site here:

Mad | :mad: http://www.cic-caracas.org/test3/[^]
GeneralRe: Flash - Javascript - Xara Generated menu Pin
Shog916-Apr-08 7:52
sitebuilderShog916-Apr-08 7:52 
GeneralRe: Flash - Javascript - Xara Generated menu Pin
Crisstina25-Apr-08 6:10
Crisstina25-Apr-08 6:10 
GeneralRe: Flash - Javascript - Xara Generated menu Pin
Shog925-Apr-08 18:16
sitebuilderShog925-Apr-08 18:16 
QuestionDisable right click in Opera Browser? Pin
yadlaprasad16-Apr-08 5:13
yadlaprasad16-Apr-08 5:13 
AnswerNo. No no no. Bad web dev, BAD! Pin
Shog916-Apr-08 7:40
sitebuilderShog916-Apr-08 7:40 
AnswerRe: Disable right click in Opera Browser? Pin
Bradml18-Apr-08 21:54
Bradml18-Apr-08 21:54 
GeneralWebsite in ASP.net Pin
Poonam Gandash16-Apr-08 2:56
Poonam Gandash16-Apr-08 2:56 
GeneralRe: Website in ASP.net Pin
Christian Graus16-Apr-08 11:55
protectorChristian Graus16-Apr-08 11:55 
GeneralRe: Website in ASP.net Pin
Ashish Sehajpal17-Apr-08 6:12
Ashish Sehajpal17-Apr-08 6:12 
GeneralRe: Website in ASP.net Pin
lbothell22-Apr-08 6:37
lbothell22-Apr-08 6:37 
GeneralRe: Website in ASP.net Pin
Poonam Gandash29-Apr-08 19:59
Poonam Gandash29-Apr-08 19:59 
GeneralRe: Website in ASP.net Pin
Christian Graus29-Apr-08 20:04
protectorChristian Graus29-Apr-08 20:04 
GeneralRe: Website in ASP.net Pin
User 988517-Apr-08 21:47
User 988517-Apr-08 21:47 
GeneralGet a DIV in a table-cell to auto-height Pin
harleydk15-Apr-08 22:52
harleydk15-Apr-08 22:52 
GeneralRe: Get a DIV in a table-cell to auto-height Pin
Ashish Sehajpal17-Apr-08 6:15
Ashish Sehajpal17-Apr-08 6:15 
QuestionScriptManager and debug=false Pin
Gennady Oster15-Apr-08 21:17
Gennady Oster15-Apr-08 21:17 
GeneralRe: ScriptManager and debug=false Pin
Gennady Oster15-Apr-08 21:46
Gennady Oster15-Apr-08 21:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.