Buttons not showing up in all browsers.

I created a site in Dreamweaver which incorporates a Flash swf on the first page of the site. There is just one nav (Enter) button near the bottom of the page. When viewing on Safari and Firefox the button shows up and functions. When viewing in Opera or IE the Flash swf plays but the button does not show up. Here's a link to the site: http://www.BlueMonkeyMusic.com. Any help would be very appreciated. Thanks.
Mac: Imac Intel Core 2 Duo, Mac OS 10.5.8

In addition yoru code is a mess.  In that last div, below the flash, we find lots of extraneious code:
<a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('enterbutton','','assets/buttons/enter_button_f2.gif',1)"> </a>
<a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('enterbutton','','assets/buttons/enter_button.gif',1)"></a>
<a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('enterbutton','','assets/buttons/enter_button_f2.gif',1)"></a>
<a href="home.html" target="_self" onmouseover="MM_swapImage('enterbutton01','','assets/buttons/enter_button_f2.gif',1)" onmouseout="MM_swapImgRestore()"></a>
<a href="home.html" target="_self" onmouseover="MM_swapImage('enter','','assets/buttons/enter_over.gif',1)" onmouseout="MM_swapImgRestore()"><img src="assets/buttons/enter_up.gif" name="enter" width="100" height="35" border="0" id="enter" onclick="MM_swapImgRestore()" /></a>
Replace all that with:
<a href="home.html" onmouseover="MM_swapImage('enterbutton01','','assets/buttons/enter_button_f2.gif',1)" onmouseout="MM_swapImgRestore()"><img src="assets/buttons/enter_up.gif" name="enter" width="100" height="35" border="0" id="enter"  /></a>
That said, I absolutely agree with Murray that you should lose this page entirely.
E. Michael Brandt
www.divahtml.com
www.divahtml.com/products/scripts_dreamweaver_extensions.php
Standards-compliant scripts and Dreamweaver Extensions
www.valleywebdesigns.com/vwd_Vdw.asp
JustSo PictureWindow
JustSo PhotoAlbum, et alia

Similar Messages

  • Have 2 airport extreme base stations connected in chain.  Airport utility shows slave unit without power. However, power is on slave unit, but status lights do not show up at all. Small green lights at each back port blink.  Anyone have any ideas?

    Have 2 airport extreme base stations connected in chain.  Airport utility shows slave unit without power. However, power is on slave unit, but status lights do not show up at all. Small green lights at each back port blink.  Anyone have any ideas?

    Unfortunately, you are describing the symptoms of an AirPort Extreme with a failing (or failed) internal power supply.
    As a last resort, try a Factory Default Reset on the AirPort Extreme as follows:
    Power off the AirPort by pulling the power cord
    Wait a minute or two
    Hold in the reset button first, and keep holding it in for an additional 8-10 seconds while you simultaneously plug the power back into the AirPort
    Release the reset button and allow a full minute for the AirPort to restart
    Now try to configure the AirPort again.  If you continue to see the same symptoms as before, the AirPort will need to be replaced.

  • "record enable" buttons not showing up in Garage Band 10.0.3 (I have selected "show record enable"- a space in the track header opens up, but the button is not present.  Same with "input moniter".

    "record enable" buttons not showing up in Garage Band 10.0.3 (I have selected "show record enable"- a space in the track header opens up, but the button is not present.  Same with "input monitor".

    Look at all the posts in the forum from users with similar problems, it happened with the last Logic update.

  • Why isn't the edit button not showing in my ESX24 sampler?

    why isn't the edit button not showing in my ESX24 sampler?

    Is that during installation when you see the two icons.. the one on the left looking like a Garageband guitar icon, the one on the right like the Logic Pro platimum record icon?
    Yes.. that one.. with the choice to click on which option you want/are coming from...
    p.s. I'll probably aquire a Mac Mini this fall then upgrade.... I mean repurchase!
    I think I managed to grab one of the last of the 2011 refurb'ed MMS's.... at that super low price Apple were selling them for... before they bumped it up and now, they seem to have none left at all at any price
    However, just in case, I have found this site really useful at keeping track of Apple's refurb stock... and pricing
    http://www.refurb.me/us/

  • The default wallpapers are not showing up. All I see is a black screen. How do I get back default wallpapers?

    Hello,
    I have a problem with my iPhone. The default wallpapers are not showing up. All I see is a black screen. Can someone tell me what has to be done?

    Go to the Home screen with one press of the home button. Then double press the Home button. When the Dock raises, tap and hold one of the app icons untill they all start jiggling and a red X appears. Tap the red X on the video app to quit the app.

  • HT4759 change do not show up on all my divices like contacts

    change do not show up on all my divices like contacts

    Are you saying that changes to your contacts are not syncing to your other devices?  If so, you need to make sure that the contacts you are changing belong to the iCloud account.  To do this, open the contacts app on your device and tap Groups.  Do you have any non-iCloud accounts listed, such as On My iPhone, Gmail, Yahoo or an exchange account?
    Also go to Settings>Mail,Contacts,Calendars>Default Account (in the Contacts section).  Do you have the Default Account setting there, and if so, what is selected as your default account.

  • Why is my website not showing up AT ALL in Google?

    I uploaded my website at the beginning of this week and it's working OK, but not showing up at all in Google.  It is not so much an SEO question, because even if I google the exact website, it still doesn't show.
    I have no idea what I did wrong, but I assume it's a meta data issue.  What should I have filled out in the HTML for <head> box?  It's blank now.
    Thanks!!!

    You didn't do anything wrong most likely. It takes time to get indexed. Could be months depending on how your site is optimized, your content and traffic you generate to it.

  • Accordion not showing up at all in IE6

    I have a standard accordion set up at
    www.taradeal.com/pow.html
    and it works fine in Safari and Firefox, but does not show up at
    all in IE6 (the initial load of the text bits flashes up, but the
    Spry re-work of the code seem to fail). I'm using Spry 1.6.1,
    freshly updated for DW CS3.
    The accordion display a standard RSS XML.
    Here's some code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    <html>
    <head>
    <meta content="text/html; charset=iso-8859-1"
    http-equiv="Content-Type">
    <link rel="alternate" type="application/rss+xml"
    title="RSS" href="pow-rss.xml">
    <script src="SpryAssets-xpath.js"
    type="text/javascript"></script>
    <script src="SpryAssets-SpryData.js"
    type="text/javascript"></script>
    <script src="SpryAssets-SpryAccordion.js"
    type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    var powrss = new Spry.Data.XMLDataSet("pow-rss.xml",
    "rss/channel/item",{sortOnLoad:"pubDate",sortOrderOnLoad:"descending"});
    powrss.setColumnType("pubDate", "date");
    powrss.setColumnType("description", "html");
    //-->
    </script>
    <link href="SpryAssets-SpryAccordion.css" rel="stylesheet"
    type="text/css">
    </head>
    <body>
    ... some table code
    <div id="poems" spry:region="powrss" align="left">
    <div id="Accordion1" class="Accordion" tabindex="0" >
    <div class="AccordionPanel" spry:repeat="powrss">
    <div class="AccordionPanelTab">{title}</div>
    <div
    class="AccordionPanelContent">{description}</div>
    </div>
    </div>
    <script type="text/javascript">
    <!--
    var Accordion1 = new Spry.Widget.Accordion("Accordion1", {
    useFixedPanelHeights: false });
    //-->
    </script>
    </div>
    ...some more simple display, and a Google tracker
    </body>
    </html>
    Thanks for any pointers on what's wrong.
    -dan

    Well, it seems to be a bug in the handling of the XML file
    contents. I fixed it by changing the code in SpryData.js to force a
    "manual" parse of the XML code. Not a good solution, but I don't
    know the codebase well enough to find the root of the problem. I
    know that the firstChild.nodeValue is "Object required" but I can't
    figure out who sets that and why. Maybe no ActiveX object?
    http://www.taradeal.com/pow2.html
    still broken in IE6 if you want to check it
    http://www.taradeal.com/pow.html
    uses changed code and dynamic-data accordion works
    Spry.Data.XMLDataSet.prototype.xhRequestProcessor =
    function(xhRequest)
    // XMLDataSet uses the responseXML from the xhRequest
    var resp = xhRequest.responseXML;
    var manualParseRequired = true; /*** DC for IE6 **/

  • Some Devices are not showing up at all in the Discovery reports

    Hi all,
    The first time I ran the CS device discovery I got 50 reachable devices. I scheduled the Device Discovery to be run every week. I added more subnets to the discovery but unfortunately the last discovery shows only 31 devices from the first discovered devices (50). I checked the DCR and there is only 44 devices out of the 50!
    My question is:
    Should not the scheduled Device Discovery discovers all devices -the previously discovered ones and the new ones-?
    Why the rest of the devices are not showing up at all in the discovery reports (neither reachable nor unreachable) although all of them are pingable and responding to the snmpwalk tool from the CWLMS server.
    Your kindly respond is highly appreciated.
    Thanks in advance.

    I ran the discovery again with the same settings after enabling debugging and I checked the following log files:
    1. in the ngdiscovery.log I found a lot of errors all about Duplicate IpAddress example:
    ERROR  [DeviceManager : EvalTask-DiscoveryThreadPool-06 addNewDevice]  : Duplicate IpAddress (127.0.0.51) found in addNewDevice().Device 1 ip = 10.8.113.29 , id1 = 127.0.0.51*F1COR.xyz.com*.1.3.6.1.4.1.9.1.283, Device 2 ip = 10.8.113.106 , id2 = 127.0.0.51*LCD.xyz.com*.1.3.6.1.4.1.9.1.283
    ERROR  [DeviceManager : EvalTask-DiscoveryThreadPool-08 updateDevice]  : Duplicate IpAddress (127.0.0.51) found in updateDevice().Device 1 ip = 10.8.113.93 , id1 = 127.0.0.51*UDS.xyz.com*.1.3.6.1.4.1.9.1.283, Device 2 ip = 10.8.113.73 , id2 = 127.0.0.51*F2COR.xyz.com*.1.3.6.1.4.1.9.1.283
    ERROR  [DeviceManager : EvalTask-DiscoveryThreadPool-09 addNewDevice]  : Duplicate IpAddress (10.8.113.42) found in addNewDevice().Device 1 ip = 10.8.113.42 , id1 = null, Device 2 ip = 10.8.113.86 , id2 = 10.8.118.251*OPS.xyz.sa*.1.3.6.1.4.1.9.1.501
    2. in the CSDiscovery.log:
    Error while changing the permission of the file C:\PROGRA~1\CSCOpx\objects\csdiscovery\1348\DiscoveryStatusObj
    I checked the file and the casusers has a Modify permission
    My Question is:
    1. what is the meaning of those output exactly?
    2. If CWLMS found duplicatedd IP address how it works in terms of (ignoring, updating existing devices, Adding the new devices, ... etc)
    Many thanks for your help.

  • Calculate result as average in the report not showing average for all

    Hello,
    I have a calculated key figure in the query where its result should show average. I have made a setting for this calculated key figure as:
    1. Calculations tab: Calculate result as "average" and calculate single value as "nothing defined"
    2. Aggreagation tab: exception aggregation: Total and reference char: []
    Now coming to report, BEX it showing correct average for all cells but when i run it in portal few values it is showing correct average but for few it is showing as blank. I exported this to excel then cell shows blank but cell has some values in the custom format and display values when i change the format to general from "format cells" option.
    Please help me in resolving the issue- why portal not showing value for all.
    Thanks,
    Vijaya

    SAP note solved the purpose.
    Thanks & Regards,
    Vijaya

  • TS2972 why is the import button not showing at the button right hand corner of iTunes?

    why is the import button not showing at the bottom right hand corner of my ITunes page.  I am trying to transfer files from my home share library onto a new computers library.

    See if it isn't hidden under the View menu. iTunes- Turning on iTunes menus in Windows 8 and 7.

  • Folio Overlay Buttons not showing up on Panels after DPS Tool update

    Folio Overlay Buttons not showing up on Panels after DPS Tool update

    You're going to have to do much better as far as describing the problem. A screenshot would be a good start.
    Bob

  • When I select a title or lower thirds and try to enter text by double clicking on it I cannot enter any text at all. Also the text area box does not show up at all where you can enter text also.

    When I select a title or lower thirds and try to enter text by double clicking on it I cannot enter any text at all. Also the text area box does not show up at all where you can enter text also.

    It's a bit hit and miss, Walter. Sometimes the box to enter text shows up straight away in the inspector under "text". Other times, although you click "text" in the inspector, there's nowhere to actually write anything.... then what you have to do is move the trackbar over the Title Box until you see the text boxes in the main Viewer. In the Viewer, double click a text box.... you can enter text there, but it's a bit flaky, but when you've clicked in it, you'll find that under "Text" in the inspector, the box for inputting text has magically appeared!
    I'm not sure if anyone else has this trouble, but it is a bit of a pain!

  • [svn:osmf:] 13455: WebPlayer: Fixing full screen button not showing.

    Revision: 13455
    Revision: 13455
    Author:   [email protected]
    Date:     2010-01-12 10:59:01 -0800 (Tue, 12 Jan 2010)
    Log Message:
    WebPlayer: Fixing full screen button not showing.
    Modified Paths:
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/widgets/FullScreenEnterButto n.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/widgets/FullScreenLeaveButto n.as

    I am not sure what's happening with IE9 (no live site) but I had real problems viewing your code in Live View - until I removed the HTML comment marked below. Basically your site was viewable in Design View but as soon a I hit Live view, it disappeared - much like IE9. See if removing the comment solves your issue.
    <style type="text/css">
    <!-- /*Remove this */
    body {
        margin: 0;
        padding: 0;
        color: #000;
        background:url(Images/websitebackgroundhomee.jpg) repeat scroll 0 0;
        font-family: David;
        font-size: 15px;
        height:100%;

  • List all tabs button not showing

    I had to do a reinstall of firefox last night. and i don't know if the button was showing before but it sure isn't right now. when i go into customize mode the "list all tabs" button shows but out of customize mode the button completely disappears.. how can i get the button to show?

    I usually have a lot of tabs and tab groups open so I never noticed it was removed until now. I opened a new tab group to open some tabs from my notebook and I noticed this was missing. Even worse is the "Tabs From Other Computers" option is no longer on the drop down list. I found it under history, which is an odd place to put it. This creates extra steps for accessing tabs from other computers. Someone needs to remind the Firefox developers they're supposed to improve things with new releases.

Maybe you are looking for

  • Ship to party and vendor relation in third party process

    Hello Experts, I need your precious suggestions on my business requirement. When we create the third party sales order system creates the Purchase Requisition and further PO is created through purchasing department. Suppose in my third party sales or

  • Sharepoint Foundation 2013 Configure Search Navigation

    I am testing out the search feature of Foundation 2013 and I want to allow my users to refine their searches via Result Sources.  From the instructions that I have read I should be able to do this in the Global Search Results page that I created -> S

  • Content Server Settings not working (for PPM)

    Hi, We are on PPM5.0. We have set up the Content Server settings according to the PPM configuration guide. We, however, still see the documents (uploaded in the project) showing up on the PPM Server. We checked the entries in table CFF_CONT (in the P

  • How to find classes in a particular package?

    Does anyone know how in Java to find out what classes belong to a particular package? Or to find out what classes inherit from a particular class? The reason why I'm asking this is that I want to create a BeanInfo property editor for a widget that wi

  • Error While Installing 7.6 Upgrade

    Keep getting the following error while trying to install the 7.6 update... "Errors occured while installing the updates, if problems persist, chose Tools>Download only and try installing..." Any help and suggestions would be appreciated.