HTML, JavaScript And CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingHTML, JavaScript And CSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old March 13th, 2007, 01:23 PM
dabrams dabrams is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2006
Posts: 46 dabrams User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 h 12 m 8 sec
Reputation Power: 2
Popup Menu Hides Under Flash Movie

Hello folks,

i am having some problems and i am praying there is a fix out there for this. I have a dynamic popupmenu that pops up when you roll over a link and lists some links. Well it pops out fine but hides right under where the move starts at ClickHERE and roll your mouse over the gallery link and you'll see the problem..Someone Please Help Me!!!!

Thanks N Advance,
Dez

Last edited by dabrams : March 13th, 2007 at 01:25 PM.

Reply With Quote
  #2  
Old March 13th, 2007, 02:54 PM
ChiefWigs1982's Avatar
ChiefWigs1982 ChiefWigs1982 is offline
Cunning Linguist
ASP Free Loyal (3000 - 3499 posts)
 
Join Date: Mar 2005
Location: I used to live at home, now I stay at the house
Posts: 3,396 ChiefWigs1982 User rank is Major (30000 - 40000 Reputation Level)ChiefWigs1982 User rank is Major (30000 - 40000 Reputation Level)ChiefWigs1982 User rank is Major (30000 - 40000 Reputation Level)ChiefWigs1982 User rank is Major (30000 - 40000 Reputation Level)ChiefWigs1982 User rank is Major (30000 - 40000 Reputation Level)ChiefWigs1982 User rank is Major (30000 - 40000 Reputation Level)ChiefWigs1982 User rank is Major (30000 - 40000 Reputation Level)ChiefWigs1982 User rank is Major (30000 - 40000 Reputation Level)ChiefWigs1982 User rank is Major (30000 - 40000 Reputation Level)ChiefWigs1982 User rank is Major (30000 - 40000 Reputation Level)  Folding Points: 50746 Folding Title: Beginner FolderFolding Points: 50746 Folding Title: Beginner FolderFolding Points: 50746 Folding Title: Beginner Folder
Time spent in forums: 1 Month 1 Week 3 Days 11 h 13 m 10 sec
Reputation Power: 307
Facebook
Google for "wmode transparent".
__________________
Support requests via PM will be ignored!
Route of Queue | The General FAQ Thread | HOW TO POST A QUESTION

Sign up with Matched.co.uk and earn up to £15 per website every month!


Reply With Quote
  #3  
Old March 13th, 2007, 03:24 PM
dabrams dabrams is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2006
Posts: 46 dabrams User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 h 12 m 8 sec
Reputation Power: 2
man chief that was simple, page is working like a charm. Thanks

Reply With Quote
  #4  
Old March 13th, 2007, 03:50 PM
dabrams dabrams is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2006
Posts: 46 dabrams User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 h 12 m 8 sec
Reputation Power: 2
i have encountered a weird problem now... When i view the page locally the drop down menu works great, but when i view it online it does not come up and i get an error message stating that "Menu Is Not Defined", can someone possibly see what i might be missing. I used the built in popup menu that came with dreamweaver and thats it... Click HERE to see the page and get the eror down in left right hand corner. Once gallery is rolled over there should e a popupmenu with differnt titles.. Here is coding

Code:
<html>
<head>
<title>Visions Entertainment Gallery - Comedy</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style>
<script type="text/JavaScript">
<!--
function mmLoadMenus() {
  if (window.mm_menu_0313104546_0) return;
                                                    window.mm_menu_0313104546_0_1 = new Menu("Concerts",124,18,"Georgia, Times New Roman, Times, serif",12,"#FFFFFF","#FFFFFF","#333333","#333366","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_0313104546_0_1.addMenuItem("Dramatics","location='dramatics.html'");
    mm_menu_0313104546_0_1.addMenuItem("Gerald&nbsp;Levert","location='gerald.html'");
    mm_menu_0313104546_0_1.addMenuItem("Immature","location='immature.html'");
    mm_menu_0313104546_0_1.addMenuItem("Lattimore","location='lattimore.html'");
    mm_menu_0313104546_0_1.addMenuItem("Lil&nbsp;G","location='lilg.html'");
    mm_menu_0313104546_0_1.addMenuItem("Miki&nbsp;Howard","location='miki.html'");
    mm_menu_0313104546_0_1.addMenuItem("Roger&nbsp;Troutman","location='roger.html'");
    mm_menu_0313104546_0_1.addMenuItem("Silk","location='silk.html'");
    mm_menu_0313104546_0_1.addMenuItem("Sisters&nbsp;Rejoicing","location='sisters.html'");
    mm_menu_0313104546_0_1.addMenuItem("Temptations","location='temps.html'");
    mm_menu_0313104546_0_1.addMenuItem("The&nbsp;Time","location='time.html'");
    mm_menu_0313104546_0_1.addMenuItem("Zapp","location='zapp.html'");
     mm_menu_0313104546_0_1.fontWeight="bold";
     mm_menu_0313104546_0_1.hideOnMouseOut=true;
     mm_menu_0313104546_0_1.bgColor='#555555';
     mm_menu_0313104546_0_1.menuBorder=1;
     mm_menu_0313104546_0_1.menuLiteBgColor='';
     mm_menu_0313104546_0_1.menuBorderBgColor='#FFFFFF'  ;
  window.mm_menu_0313104546_0 = new Menu("root",99,18,"Georgia, Times New Roman, Times, serif",12,"#FFFFFF","#FFFFFF","#333333","#333366","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_0313104546_0.addMenuItem("Comedy","location='comedy.html'");
  mm_menu_0313104546_0.addMenuItem(mm_menu_031310454  6_0_1,"location='comedy.html'");
  mm_menu_0313104546_0.addMenuItem("Gospel&nbsp;Play","location='gospel.html'");
  mm_menu_0313104546_0.addMenuItem("Guest","location='guest.html'");
  mm_menu_0313104546_0.addMenuItem("Teen&nbsp;Parties","location='teen.html'");
   mm_menu_0313104546_0.fontWeight="bold";
   mm_menu_0313104546_0.hideOnMouseOut=true;
   mm_menu_0313104546_0.childMenuIcon="arrows.gif";
   mm_menu_0313104546_0.bgColor='#555555';
   mm_menu_0313104546_0.menuBorder=1;
   mm_menu_0313104546_0.menuLiteBgColor='';
   mm_menu_0313104546_0.menuBorderBgColor='#FFFFFF';
window.mm_menu_0313120311_0 = new Menu("root",83,18,"Georgia, Times New Roman, Times, serif",12,"#FFFFFF","#FFFFFF","#333333","#333366","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_0313120311_0.addMenuItem("New&nbsp;item");
   mm_menu_0313120311_0.fontWeight="bold";
   mm_menu_0313120311_0.hideOnMouseOut=true;
   mm_menu_0313120311_0.bgColor='#555555';
   mm_menu_0313120311_0.menuBorder=1;
   mm_menu_0313120311_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0313120311_0.menuBorderBgColor='#FFFFFF';

mm_menu_0313120311_0.writeMenus();
} // mmLoadMenus()

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<script language="JavaScript" src="mm_menu.js"></script>
</head>
<body bgcolor="#FFFFFF" onLoad="MM_preloadImages('images/rollover/home.jpg','images/rollover/news.jpg','images/rollover/events.jpg','images/rollover/contacts.jpg')">
<script language="JavaScript1.2">mmLoadMenus();</script>
<!-- ImageReady Slices (photogalery.psd) -->
<table width="800" height="851" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="2a2922" id="Table_01">
  <tr>
    <td colspan="6"><img src="images/header.jpg" width="800" height="126" alt=""></td>
  </tr>
  <tr>
    <td><a href="site.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image14','','images/rollover/home.jpg',1)"><img src="images/home.jpg" alt="Visions Entertainment Homepage" name="Image14" width="136" height="64" border="0"></a></td>
    <td colspan="2"><a href="news.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image15','','images/rollover/news.jpg',1)"><img src="images/news.jpg" alt="Visions Entertainment News" name="Image15" width="125" height="64" border="0"></a></td>
    <td><a href="#"><img src="images/rollover/gallery.jpg" alt="Visions Entertainment Photo Gallery" name="Image16" width="155" height="64" border="0" onMouseOver="MM_showMenu(window.mm_menu_0313104546_0,25,55,null  ,'Image16')" onMouseOut="MM_startTimeout();"></a></td>
    <td><a href="events.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image17','','images/rollover/events.jpg',1)"><img src="images/events.jpg" alt="Visions Entertainment Upcoming Events" name="Image17" width="135" height="64" border="0"></a></td>
    <td><a href="contact.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image18','','images/rollover/contacts.jpg',1)"><img src="images/contacts.jpg" alt="Send Visions Entertainment Sugguestions" name="Image18" width="249" height="64" border="0"></a></td>
  </tr>
  <tr>
    <td width="800" height="75" colspan="6"><img src="images/photogallery/title/comedy.jpg" width="800" height="75" alt="Visions Entertainment Comedy Photos"></td>
  </tr>
  <tr>
    <td width="150" height="546" colspan="2" background="images/photogallery/photosidebar.jpg">&nbsp;</td>
    <td width="650" height="546" colspan="4"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="650" height="546">
      <param name="movie" value="flash/comedy.swf">
      <param name="quality" value="high">
      <param name="wmode" value="transparent">
      <embed src="flash/comedy.swf" width="650" height="546" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
    </object></td>
  </tr>
  <tr>
    <td colspan="6"><img src="images/bottom.jpg" width="800" height="39" alt=""></td>
  </tr>
  <tr>
    <td><img src="images/spacer.gif" width="136" height="1" alt=""></td>
    <td><img src="images/spacer.gif" width="14" height="1" alt=""></td>
    <td><img src="images/spacer.gif" width="111" height="1" alt=""></td>
    <td><img src="images/spacer.gif" width="155" height="1" alt=""></td>
    <td><img src="images/spacer.gif" width="135" height="1" alt=""></td>
    <td><img src="images/spacer.gif" width="249" height="1" alt=""></td>
  </tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>

Thanks N Advance For Any Help

Last edited by dabrams : March 13th, 2007 at 05:35 PM.

Reply With Quote
  #5  
Old July 18th, 2007, 09:37 AM
Stray(AFO) Stray(AFO) is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2007
Posts: 1 Stray(AFO) User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 m 26 sec
Reputation Power: 0
IF you are using swfobject.js to keep your flash clean, drop this badboy in there.

<div id="map"></div>

<script type="text/javascript">
var so = new SWFObject("swf/map.swf", "map", "727", "435", "8", "bec9fa");
so.useExpressInstall('swf/expressinstall.swf');
so.addParam("wmode", "transparent");
so.write("map");
</script>

Reply With Quote
  #6  
Old January 29th, 2008, 05:43 PM
vi3tangel vi3tangel is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jan 2008
Posts: 2 vi3tangel User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 35 m 32 sec
Reputation Power: 0
I'm having similar problems - can someone help.

My menu is showing up under my flash object. I tried editing the flash html parameter code - added

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


And added

here is my code:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Kim Mendoza Photography</title>
<script src="AC_RunActiveContent.js" type="text/javascript"></script>
<style type="text/css">
<!--
.style1 {
color: #FF3399;
font-size: 10px;
}

.style4 {
color: #999999;
letter-spacing: 0.2em;
font-family:"Times New Roman", Times, serif;
}

.style5 {color: #999999}
-->
</style>

<link rel="stylesheet" type="text/css" href="anylink.css" />

<script type="text/javascript" src="anylink.js">

/***********************************************
* AnyLink CSS Menu script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

</script>

</head>

<body style="background-color:#ffffff;">
<div style="margin:10px auto; width:700px;">
<p align="left"><img src="logo_4EE2EC.jpg" align="left"></p>
</div><br />
<!---------------------------NAVIGATION BEGIN------------------>
<div align="left" style="margin:10px auto; width:687px;">
<a href="/wedding_barb_kim/index.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, 'weddingmenu')"><img src="text_weddings_norm.jpg" border="0"/></a>
<a href="/portrait_neftali_michelle/index.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, 'engagementmenu') "><img src="text_engagement_norm.jpg" border="0"/></a>
<a href="/portrait_quince_yoandra/index.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, 'quincemenu')"><img src="text_quinceaneras_norm.jpg" border="0"/></a>
<a href="" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, 'portraitmenu')"><img src="text_portraits_norm.jpg" border="0"/></a>

</div>

<!--1st anchor link and menu -->
<div id="weddingmenu" class="anylinkcss">
<a href="/wedding_barb_kim/index.html" class="style4">°•Barbara & Kim </a>
</div>

<!--2nd anchor link and menu -->
<div id="engagementmenu" class="anylinkcss" style="width:581px">
<a href="/portrait_barb_kim/index.html" class="style4">°•Barbara & Kim</a>
<a href="/portrait_neftali_michelle/index.html" class="style4">°•Neftali & Michelle</a>
</div>

<!--3rd anchor link and menu -->
<div id="portraitmenu" class="anylinkcss" style="width:298px">
</div>

<!--4th anchor link and menu -->
<div id="quincemenu" class="anylinkcss style3" style="width:444px">
<a href="/portrait_quince_yoandra/index.html" class="style4">°•Yoandra Mendoza</a>
</div>
<!-------------NAVIGATION END--------------------->

<div style="margin:5px auto; width:687px;">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','687','heigh  t','460','src','gallery','quality','high','plugins  page','http://www.macromedia.com/go/getflashplayer','movie','gallery' ); //end AC code
</script><noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="687" height="460">
<param name="movie" value="gallery.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="gallery.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="687" height="460" wmode="transparent"></embed>
</object></noscript>
</div>
<div class="style1" style="margin:10px auto; width:687px">
<div align="center" class="style5"><font face="Verdana, Arial, Helvetica, sans-serif">kim mendoza photography | (408) 315-4714 | info@kmendozaphoto.com | www.kmendozaphoto.com</font></div>
</div>


<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3423037-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>


What am I missing or doing wrong?
Any suggestions or help would be appreciated! Thanks!

Reply With Quote
  #7  
Old January 29th, 2008, 06:11 PM
vi3tangel vi3tangel is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jan 2008
Posts: 2 vi3tangel User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 35 m 32 sec
Reputation Power: 0
I figured it out!

Quote:
Originally Posted by vi3tangel
My menu is showing up under my flash object. I tried editing the flash html parameter code - added

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


And added

here is my code:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Kim Mendoza Photography</title>
<script src="AC_RunActiveContent.js" type="text/javascript"></script>
<style type="text/css">
<!--
.style1 {
color: #FF3399;
font-size: 10px;
}

.style4 {
color: #999999;
letter-spacing: 0.2em;
font-family:"Times New Roman", Times, serif;
}

.style5 {color: #999999}
-->
</style>

<link rel="stylesheet" type="text/css" href="anylink.css" />

<script type="text/javascript" src="anylink.js">

/***********************************************
* AnyLink CSS Menu script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

</script>

</head>

<body style="background-color:#ffffff;">
<div style="margin:10px auto; width:700px;">
<p align="left"><img src="logo_4EE2EC.jpg" align="left"></p>
</div><br />
<!---------------------------NAVIGATION BEGIN------------------>
<div align="left" style="margin:10px auto; width:687px;">
<a href="/wedding_barb_kim/index.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, 'weddingmenu')"><img src="text_weddings_norm.jpg" border="0"/></a>
<a href="/portrait_neftali_michelle/index.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, 'engagementmenu') "><img src="text_engagement_norm.jpg" border="0"/></a>
<a href="/portrait_quince_yoandra/index.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, 'quincemenu')"><img src="text_quinceaneras_norm.jpg" border="0"/></a>
<a href="" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, 'portraitmenu')"><img src="text_portraits_norm.jpg" border="0"/></a>

</div>

<!--1st anchor link and menu -->
<div id="weddingmenu" class="anylinkcss">
<a href="/wedding_barb_kim/index.html" class="style4">°•Barbara & Kim </a>
</div>

<!--2nd anchor link and menu -->
<div id="engagementmenu" class="anylinkcss" style="width:581px">
<a href="/portrait_barb_kim/index.html" class="style4">°•Barbara & Kim</a>
<a href="/portrait_neftali_michelle/index.html" class="style4">°•Neftali & Michelle</a>
</div>

<!--3rd anchor link and menu -->
<div id="portraitmenu" class="anylinkcss" style="width:298px">
</div>

<!--4th anchor link and menu -->
<div id="quincemenu" class="anylinkcss style3" style="width:444px">
<a href="/portrait_quince_yoandra/index.html" class="style4">°•Yoandra Mendoza</a>
</div>
<!-------------NAVIGATION END--------------------->

<div style="margin:5px auto; width:687px;">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','687','heigh  t','460','src','gallery','quality','high','plugins  page','http://www.macromedia.com/go/getflashplayer','movie','gallery' ); //end AC code
</script><noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="687" height="460">
<param name="movie" value="gallery.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="gallery.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="687" height="460" wmode="transparent"></embed>
</object></noscript>
</div>
<div class="style1" style="margin:10px auto; width:687px">
<div align="center" class="style5"><font face="Verdana, Arial, Helvetica, sans-serif">kim mendoza photography | (408) 315-4714 | info@kmendozaphoto.com | www.kmendozaphoto.com</font></div>
</div>


<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3423037-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>


What am I missing or doing wrong?
Any suggestions or help would be appreciated! Thanks!


I figured it out! just in case your having the same problem.

I Added
Code:
'wmode','transparent'


under my javascript code here:

<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','687','heigh t','460','src','gallery','quality','high','plugins page','http://www.macromedia.com/go/getflashplayer','movie','gallery' ,'wmode','transparent' ); //end AC code
</script>

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingHTML, JavaScript And CSS Help > Popup Menu Hides Under Flash Movie


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT