IE troubleshooting live site

Thanks to the folks here I got the development issues fixed, now I have IE problems.  please see the live site:  http://www.hitecsolar.com
The IE bugs I've noticed so far are:
The flash animation on the "How it Works" page plays fine everywhere else, but is squashed in IE  (it takes a minute to load, I have to compress it some more.)
IE8 - the only page they can view is the "How it Works" page - don't know what's up with that.  IE 7 sees every page just fine & IE8 can't see anything?
I have a png transparency script in place for IE 6 & older, but it's not working on my dinosaur machine, so maybe I need to find another script cause it's an old one itself? Or I missed a line when I copy/pasted from the doc I don't know.  A second pair of eyes saved my bacon with code before so...
I still have to fix the quicktime videos, but that seems little compared to these glaring errors. =)

Doh!
Ok.  The correctPNG script still isn't working & there are validator errors that I don't understand.  Can you translate those too?
Line 17 Document doesn't allow element "script" here
Line 42 An attribute must start with a name or name token
Line 42 Document does not allow element "span" here
Line 95 Required atribute "alt" not specified
IE is displaying the comments that are supposed to be hidden in the script, so I'm pretty sure the errors have something to do with it.  I found the code online years ago & saved it.  I must have corrupted it somehow...
So sorry to be such a pain.  Part of the learning curve?

Similar Messages

  • Is it normal that menu is not working on live site under BC secure link?

    Is it normal that menu is not working on live site? It works only on my computer but not on customer's. I should apply seperate secured links for each sub-section for preview. Will it change when real domain name will be set?
    Here is my page http://2kenergy.worldsecuresystems.com/index.html

    Well said, Cyclosaurus.
    There's a ton of people here who really appreciate
    your help; I am one of them.
    Mark
    Thanks Mark, I try. And I welcome when people have better things to say and offer. They always can reply to the OP, not me.
    I DO NOT APPRECIATE when someone trying to jack my post, I don't care for his chit-chat or bantering. All that ended LONG ago, if you know what I mean

  • Changed Adobe ID can no longer access BC live site

    Hi
    Having some problems with my Creative Cloud / BC site. I created a Muse site and pushed it live with my CC subscription. I then had to change my Adobe ID due to my old domain expiring (ensure I receive emails etc). Since changing the Adobe ID I can no longer access my live site in BC. Any changes in Muse create a temp site in BC / CC under my new Adobe ID and it is not possible to push these live or assign them to my original live site, which is still hosted by Adobe.
    I have tried to swith accounts in Muse but this doesn't work. I've also tried to FTP the changes but cannot get this method to work either.
    I'm sure others must have experienced this issue and would really like to know how or if they managed to resolve the problem. Not having any visibilty of my live site is worrying and I desperately need to establish a connection back in Muse between it and my BC account. I'm not a web developer I'm a cameraman so I need simplicity which is why I opted for Creative Cloud in the first place.
    Thanks in anticipation for any assistance.
    Best
    Will

    Hi Will,
    Not sure in this case as it appears the user ID is just not syncing. 
    I would recommend reaching out to our chat support with this issue to look into your account and to verify your login details. 
    http://helpx.adobe.com/contact/index.html (Select BC or Muse for chat support).
    Kind regards,
    -Sidney

  • My preview site displays correctly but my live site changes when I publish it

    My issue is that the preview site displays correctly however when I upload this information to the live site, the format changes and displays incorrectly.

    Hi,
    Are you creating the site in Muse and publishing it to BC.
    If yes, can you go to File > Export as HTML, export the file to a folder on your computer and check it if you are getting same issue.
    Regards,
    Gaurav Aggarwal

  • How do I toggle back and forth from the live site in the tutorial to the working site?

    How do I toggle back and forth from the live site in the tutorial to the working site?

    I think that if you scroll down the page to the third video, you will find what you're looking for.
    Best regards,
    Randy Nielsen
    Product Integration Manager, Creative Cloud Learning
    Adobe

  • Dreamweaver browser preview works but not on live site?

    Hello.
    my dreamweaver browser preview works perfectly, the live site appears different?
    how can i fix this issue. this is the url ciesladesign.com
    the first image attached...is the disired appearance
    the second image attached...is live web appearance (NOT DESIRED)

    below is the source:
    <!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=UTF-8" />
    <title>ciesla design site 01</title>
    <link href="CSS/layout.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
              background-color: #FFF;
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrapper">
      <div id="logo"><a href="index.html"><img src="images/CIESLA DESIGN LOGO-01.png" width="800" height="120" alt="ciesla design logo" /></a></div>
    <div id="navagation">
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="index.html">Home</a></li>
    <li><a href="about.html">About</a></li>
        <li><a href="work.html">Work</a>    </li>
        <li><a href="contact.html">Contact</a></li>
    </ul>
    </div>
      <div id="headerImg"><img src="images/aboutimagered.jpg" width="800" height="250" alt="portsmouth nh" /></div>
      <div id="bodyArea">
      <div id="left">
        <p>An Industrial designer from Pratt Institute established Ciesla Design in 2009, a visual solutions based design group. Our Mission is to develop inventive and fresh design. We have developed a comprehensive approach to our design process, employing an innovative interpretation of market research and a unique visual aesthetic. We work intimately with our clients to achieve the most personalized and effective brands and products.</p>
      </div>
    <div id="right">
    <p>mail inquiries to:</p>
        <p>[email protected]</p>
    </div>
    <div id="footer">Copyright2009</div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
      </script>
    </body>
    </html>
    below is the css:
    @charset "UTF-8";
              margin: 0px;
              padding: 0px;
    #wrapper {
              background-color: #FFF;
              width: 800px;
              margin-right: auto;
              margin-left: auto;
    #wrapper #logo {
              height: 200px;
              background-color: #FFF;
    a img {
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
    #wrapper #navagation {
              height: 50px;
              width: 800px;
              margin: 0px;
              float: none;
    #wrapper #headerImg {
              height: 250px;
              background-color: #FFF;
              background-image: url(../images/IMG_800x533.png);
              margin-right: auto;
              margin-left: auto;
    #wrapper #bodyArea #left {
              width: 550px;
              background-color: #FFF;
              float: left;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 12px;
              color: #333;
    #wrapper #bodyArea #right {
              width: 250px;
              background-color: #CCC;
              float: right;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 12px;
              color: #333;
    #wrapper #bodyArea #footer {
              height: 40px;
              clear: both;
              width: 0px;
              padding-top: 50px;
              padding-right: 20px;
              padding-bottom: 20px;
              padding-left: 0px;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 0px;
              margin-left: 0px;
    p {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 12px;
              color: #333;
              margin: 20px;

  • Firefox 5 disabled my mcafee LIVE site advisor...can i get the version 4 reinstalled onto my comp?

    in order for me to run my mcafee LIVE site advisor, i had to switch over to Internet Explorer, which i dont care to use after using Mozilla for a number of years....Mcafee is in process of making this compatible, but, in the meantime....can i get Mozilla version 4 back onto my computer? or has the version been made obsolete?

    Due to security vulnerabilities, rolling back to Firefox 4.0.1 is not recommended.
    Have you considered alternate site reputation tools, such as the WOT add-on?
    Here's the process to roll back to 3.6.18:
    First, I recommend backing up your Firefox settings in case something goes wrong. See [https://support.mozilla.com/en-US/kb/Backing+up+your+information Backing up your information]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Next, download and save Firefox 3.6 to your desktop for future installation. http://www.mozilla.com/firefox/all-older
    Close Firefox 5.
    You could install Firefox 3.6 over it (many have reported success) or you could uninstall Firefox first. If you uninstall, do not remove your personal data and settings, just the program.
    Unless you have installed an incompatible add-on, Firefox 3.6 should pick up where you left off. If there are serious issues, please post back with details.
    Note: I haven't actually tried this myself!

  • Place holder is coming after deletion of a components from live site page and distorted the alignmet

    Place holder is coming after deletion of a component from live site page and distorted the allignment in IE7. Please suggest.

    No need for alarm. There are several folks a day posting like threads. Most folks know these phishing attempts for what they are and merely delete with prejudice.
    To the bottom line... if you wish - and I am sure Apple will take notice - you should FORWARD the email to [email protected] and delete.
    CCC

  • Uploading Dreamweaver pages to live site

    Hi,
    I've just had to teach myself Dreamweaver in order to edit my
    website, as I was let down by my webmaster. However, now that I've
    made thse changes I need to upload them to the live site. Can
    someone please help me by providing me with a list of simple
    instructions which a layman can understand?
    Many thanks, and sorry for the trite nature of this posting.

    You could have saved yourself some trouble by directing the
    poster to DW's
    F1 help. It's completely described there.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Ayrdan Design" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi there.
    > I hope this helps.....
    > Open Dreamweaver > Under the FILES heading (make sure
    FILES tab selected
    > (there will be a black triangle pointing down)
    > There will be a drop down menu below with a down arrow,
    and clicking on
    > this
    > will open the list of websites you may have on your
    system. (If you only
    > have
    > the one website, no worries)
    > Below the website(s) will be an entry called "MANAGE
    SITES"
    > Click on that entry.
    > This will open a small window listing all the websites
    you may have (if
    > only
    > one, then only one will be listed)
    > Click on the website you want to upload, and then click
    on the button with
    > EDIT on it.
    > Another window will open called "SITE DEFINITION FOR
    ?????????(YOURSITE)
    > For uploading the website, click on the "REMOTE INFO"
    tab.
    > In this window you will have a few fields that need to
    be filled in with
    > information that the company hosting your website will
    give you.
    > It includes the login and password etc for your
    computer, using
    > Dreamweaver,
    > to connect to their computer and allow you to FTP (File
    Transfer Protocol)
    > or
    > UPLOAD your website to their server.
    > When you have filled in those details, you can then
    click on OK and return
    > to
    > building your website.
    > Whatever name you use for any of the pages, and I do not
    mean the PAGE
    > TITLE,
    > I mean the FILE NAME, ending in .htm, make sure that the
    front page, or
    > home
    > page is always called (for the file name) index.htm
    > When ever anyone types in a web address domain name,
    this is the first
    > page
    > name that the browser will look for and the server will
    serve up to the
    > browser.....
    > SO.......ONWARDS.....
    > In Dreamweaver, with the FILES tab open, at the top, to
    the far right is a
    > funny icon like a book open with an arrow on the pages
    and if you hover
    > the
    > mouse pointer over it it will say "EXPAND / COLLAPSE
    (which is misleading
    > as it
    > does neither) but it does open another window which
    shows all your LOCAL
    > files
    > for the website on the left and on the right will be an
    empty window with
    > the
    > heading "REMOTE FILES" (the files that are on the
    SERVER)
    > At the top will be a few text selections.
    > Click on the heading called "SITE" and a menu will drop
    down.
    > Roll down to "SYNCHRONISE" and click on that.
    > You will get a message to select to upload either the
    entire website or
    > just
    > selected files.
    > Either select the files that you have changed and upload
    only those, or
    > transfer the entire site as you have it on your
    computer.
    > Dreamweaver will then connect to the server and upload
    what you have told
    > it
    > to upload.
    >
    > That should be that.
    >
    > If this is a bit much I have copied this text and can
    paste into an email
    > direct to you if you want, then you can print and follow
    in your own time.
    > Email me direct if you want to [email protected]
    > Good luck
    > Glen
    >

  • Can't publish changes to live site. Keep getting error message.

    I can't publish small changes to live site.
    Looks good in preview but won't publish
    Deleted 2 photos and added 2 words.

    The error went away over the weekend but now when I update/publish and then go to the site the changes don't appear.

  • How can I transfer ONE website out of 11 to my client without deleting my live sites from the internet?

    Aparently, in order give ONE website out of my 11 webites to my client
    I have to...
    1. copy ALL my files (11 live websites)
    2. DELETE all but his
    3. PROBLEM is, they DELETE from the internet
    4. then I have to re-upload all the sites again???
    this sounds scary!
    ....who programs Iweb anyway...(i'm serious, I would love to talk to them)
    Is there not a more stable solution to giving one of the sites I have made to my
    client WITHOUT having to DELETE ALL my live sites from the  internet and then HOPE
    that I can upload them all agiain with no problems???
    thanks, Trinity

    Header 1
    Header 2
    GGGGGGGGGG FSDL;K
    HELP!!!!!!!!!!!!!!

  • Ok to deploy live sites?

    In the original webinar for the BETA release I asked if it was ok to deploy live sites using new apps etc and was told yes it's ok. But after seeing in this forum how much change is going on behind the scenes, sounds like it will be quite risky - could be a bit of rework to do if the underlying architecture evolves over the coming months. Thoughts?

    Hi Matt,
    As Liam says, we're curently in closed beta mode, which means we're really building this thing up from the ground and looking for feedback for developers and users. Things are still shifting a bit around, but we're now driving towards a more stable ecosystem, with fewer changes as we advance.
    Going one, we still could have some bugs / misses here an there, which we'll fix. However, we already have versioning put in place for both APIs and SDK, which means that, at least on that side, changes we make should not directly impact apps. However, for things build inside the product (ex: menu.json, authentication, or UI) things we change might impact apps, including those on production side.
    Cristinel

  • Taking down a live site from Adobe Muse. The site is one of the five that come with the package?

    Taking down a live site from Adobe Muse. The site is one of the five that come with the package?

    The portal you looking for is " the free partner portal " link : http://www.businesscatalyst.com/Admin/Index.aspx?to=PartnerPortal  , where all the sites are listed. However, specifically for creative cloud free sites , you delete the site via Site Management option in admin.

  • Picture albums not showing up on live site. Sometimes there, sometimes not.

    Hello,
    I have started building a small family website, www.cahillpages.com , and I just noticed that some of the picture albums I have created are not showing up on the live site. They have been there before and if I reload the page sometimes one with come back but not all. They all show published in iweb.
    Specifically http://www.cahillpages.com/Site/ChuckOffroad_Albums/Chuck_OffroadAlbums.html
    I have a total of 6 albums there but most of the time only 4 show up live.
    I do have some video in my albums, any chance that may be an issue?
    Thanks

    OK thanks. I got the missing albums to show up. I did realize that the missing albums did not even have video in them. The video still does not show up in my albums though. I am guessing because it is a pic page(album) not a designated movie page.
    Thanks

  • Is my live site going to be as slow as the preview?

    How accurately does the preview function represent reality once a site is published? Is my live site going to be as slow-loading as it is in preview? (Images are optimized, and the pages giving me problems don't even have a lot of images.) I am also having trouble with my FAQ page - the anchors are not pointing where they should be (I have rechecked in the design page, and they are place correctly.) I am doing a total redesign of my existing website, so I don't want to publish until the entire site is ready to go (at least the most important pages)...but I'm freaking out, because if the live site is going to load as slow as the preview, we're going to have a problem.  SO....to those who have already published your sites - Am I worried for nothing, or is this a real concern?

    The other reason Preview in Muse will be slower is that Muse has to both generate and view the page. Muse doesn't generate the pages until you navigate to them in Muse Preview. A lot of the time is spent in the generation of each page. When your site is exported or published the generation occurs at export/publish time. When viewed in the browser the pages only need to be downloaded and viewed by the browser. That said, if a page has a large number of images that equates to a lot of data for the browser to download.
    Temporary sites on Adobe Business Catalyst are free with no strings attached. Click Publish. Type in a name for your temporary site and click OK. In few moments (or minutes depending on the size and complexity of your site) you'll have a free temporary site on Business Catalyst to test with.

Maybe you are looking for

  • Windows 7 partition corrupted, and wont recognize my repair disk/installer disk, please help?

    I tried to make my windows 7 partition bigger but it corrupted the boot bios, but now I cannot get windows to recognize an installer disk or repair disk, (ive tried all related booting commands IE C/alt and some others, will i have to re-install wind

  • Preview function doesn't work in Cap2

    I just installed Captivate2. In the project I'm working on, the Preview function doesn't work. Or rather, it works sporadically... sometimes it does, and --- much more often -- it does not. What happens instead is, the "generating slides" message app

  • How can I call a server function by a button?

    Hello, world... I have a problem... I need to call a server function by pushing a button. I put the condition on the label... This is my script: writeBtn1.addEventListener (MouseEvent.CLICK,writeFile1); private function writeFile1 (e:MouseEvent=null)

  • What means parameters tag ?

    Hi, I tried to understand what parameters means but after some time I give up. How can I access the form parameter. I tried to use get_parameter_atr buil in procedure but without success. Can anyone help me ? . Please let me know. Thank you, Vali GRI

  • HP G60-630US Notebook - Webcam is unknown device + USB device not recognized pop ups [update]

    My webcam and everything was working fine last night. I even used my webcam on the new yahoo I had installed a few days before. When I got up this morning and turned on my laptop, I kept getting pop ups every 3 minutes stating USB device not recogniz