Html page works well in firefox & safari but not in IE 7

Hello,
This is my first time using html and the page i created works
well in firefox and safari but not at all in IE7.
I know I shouldn't do this (this is probably a sin) but I
converted a PDF file to HTML in Acrobat and then took the HTML file
into Dreamweaver to add a couple of hotspots and uploaded it onto a
server. No problems in firefox and safari but when I open it in
IE7, I don't see anything except for a thin line across the top and
nothing else.
I promise I will learn HTML soon but for now I really need
this page to work across all browsers.
Does anyone know how I can fix this?
Here is the link to the page and the source code(bottom)...
html page
If anyone can help me, i'd really appreciate it... thank you
in advance.
J

You are not using the latest Spry files
The latest version of the Adobe Spry Framework is 1.6.1, this is the same version that ships with Dreamweaver CS4. If you use Dreamweaver CS3 (uses Spry 1.4), its wise to upgrade your files to the latest version. This can easily be done using the Spry Updater that can be found here.
Then, if you have a look near the bottom of SpryMenuBarVertical.css you will see that the white background colour has been specified for IE as in
@media screen, projection
    ul.MenuBarVertical li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;
Change the value to #CCC and it will have fixed that part of the problem.
When you upgrade to the later version of Spry, make sure to keep a copy of the CSS file as a reference to modifying the new CSS file.
Gramps

Similar Messages

  • Spry menu look fine in Firefox, Safari but not Intenet Explorer

    Help how cann I Spry working fine in Internet Explorer!!!
    Look with firefox this page and with Intenet Explorer and see the differents. In Firefox the menu show nice, but into Intenet Explorer not!!
    When i open the same page lokale the page ist good till I alow the script inside Internet Explorer....
    http://geerthakze.nl/vriendaanzee/index.html
    I hope we can find a solution!!!

    Gramps
    Alvast hartelijk dank voor de tips, de voorgestelde wijzegingen staan nu online. Maandag kijk ik hier nog verder naar, nu heb ik nog wat weibg marge links en rechts en staat het submenu nog iets te ver weg.
    Als het mogelijk is zou ik de pijljes het liefst voor de tekst willen hebben (maar dat vindt ik minder belangrijk).
    Alvast een fijn weekeinde gewenst
    Geert
    Verstuurd vanaf mijn iPhone
    Op 1 okt. 2011 om 15:48 heeft altruistic gramps <[email protected]> het volgende geschreven:
    Re: Spry menu look fine in Firefox, Safari but not Intenet Explorer
    created by altruistic gramps in Spry Framework for Ajax - View the full discussion
    Now everything works nice, I can now chancing the Layout, but watt is wrong!!
    Geert,
    Please update the website with the changes to the menubar and then tell me what changes you wish to make to the layout.
    If you are having a problem expressing your views in English, you can PM me in het Nederlands.
    Gramps
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3948627#3948627
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3948627#3948627. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Spry Framework for Ajax by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I recently signed up for iTunes Match.  It works well on my iPad2 but not my iPhone4S.  A while ago my music did show up but it was grayed out.  Now I don't see anything.  I've tried everything I can think of.  I'm running the latest operating system

    I recently signed up for iTunes Match.  It works well on my iPad2 but not my iPhone 4S.  A while ago my music did show up on my phone but much of it was grayed out.  Now I don't see anything on my iPhone.  I've tried everything I can think of.  I'm running the latest operating system and software

    Try the tips in this thread: iTunes Match - 'No Music' on iPhone 4

  • Spry displaying in Firefox & Safari, but not in IE

    Ok, so I was trying to replicate one of the demos: http://labs.adobe.com/technologies/spry/demos/rssreader/index.html
    Except that we're running on a LAMP platform which meant I had to rerwite the ColdFusion into PHP. I'm hoping the PHP isn't the issue, seeing as this wouldn't be the forum for correcting that problem.
    Here's the page I'm working on: http://www.darton.edu/ol-or/new.php
    It works just fine in Firefox & Safari, but when I get to IE, I get the "Failed to load feed items!" error.
    I can read the feeds in IE, but for some reason it won't display them.
    The core of the feeds.php I wrote:
    $xmlstr = trim(file_get_contents('LiveFeeds.xml'));
    $mydoc = new SimpleXMLElement($xmlstr);
    foreach($mydoc->feed as $feed)
      if($feed['id'] == $id)
       $url = $feed['url'];
       $curl_handle=curl_init();
       curl_setopt($curl_handle, CURLOPT_URL, $url);
       curl_setopt($curl_handle, CURLOPT_HTTPGET, TRUE);
       curl_setopt($curl_handle, CURLOPT_HTTPHEADER, array ("Content-type: text/xml; charset=utf-8"));
       /*$buffer = */ return curl_exec($curl_handle);
       curl_close($curl_handle);
       //return $buffer;
    Firefox and Safari aren't having a problem at all, everything is processing correctly. I thought, after reading some in the forum that the Headers were the issue, but as far as I can tell, the cURL HTTP Header feature is working as it's supposed to.
    I feel like I'm beating my head against a brick wall at this point.
    I just need guidence at this point, at least a shove in the right direction would be helpful.
    Many thanks in advance.

    The XML file seems to be in order.
    I do notice that IE has a problem with SpryData.js which points to interference from other JS. For a start, place xpath.js after SpryData.js.
    If this does not solve the problem, try placing both of the above files before any other JS files.
    Gramps

  • Spry Widget Slideshow works in Firefox/Safari but not in Explorer

    I just published my website. My slideshow works great in Firefox and Safari (which are on my mac), but when I viewed the website on a PC in Explorer, the slideshow did not appear. All that was there was a little box. I have seen posts with this same problem, but was unable to find an answer. Can anyone help?

    Hi,
    I remember gramps's hint in a similar matter, maybe it could help you too:
    http://forums.adobe.com/thread/700562
    I qoute:
    Hans-G.'s demand:
    BUT I have to ask me/you why the same command, listed in the "SpryImageSlideShow.css" is not running.
    gramps answer:
    The red coloured lines are not included in the original; but will make it work for IE6/7
    <style>
    #ImageSlideShow .ISSSlide {
       position: absolute;
        top: 0;
         left: 0;
        text-align: center;
       width: 100%;
        height: 100%;
    </style>
    Hans-G.

  • Work well in my mini but not in my iMac 27". Only difference is 27" with CS5 , are there any concerns?

    My mini works well with Lion but my 27" iMac always stop some where. I did install two times and restore to SL because I want new thing but I have to work. The difference between two computer sis just the iMac with CS5 but the mini don't. Any concern ?

    I don't really have a suggestion, other than to point out that others have had problems with CS5 in Lion.  You did not describe your problems, and I don't use Adobe CS, so I have no idea whether that might be the cause in your case.  If the problems people describe with CS5 match your problems, then you may want to update to CS5.5.

  • Tab key won't work. Works in IE8 and Safari but not Firefox. Thoughts?

    About a week ago, the tab key stopped working in Firefox (when I updated Firefox?). It works fine in IE8 and Safari. I love Firefox but will have to switch if I can't get this resolved.
    Thanks.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Spry Slideshow works in Firefox/Safari but not in Explorer

    I'm still unable to get my slideshow to work. It works fine in Safari and Firefox, but nothing shows up in Explorer. Does anyone have any ideas or maybe another reputable source for a different slideshow widget?
    www.epaaudio.com

    jQuery is a popular Javascript framework and there are a ton of jQuery slideshows out there - do a web search on it. It might proove to be a better option for what you're trying to accomplish.

  • Why can some websites work well in other browsers but not in Firefox 3.6?

    Today I went to Turbo Tax.com to file my taxes, but for some reason Firefox 3.6 would not let me get past logging in and their homepage. At first I thought it was the website, so I contacted their support who couldn't figure out the problem, so I opened Chrome to see if it would work on it. Guess what I did my taxes without a hitch. On Gamefly.com Firefox won't let me move a selected game to the number one position, but it will on Netflix.com. Firefox is my default browser and I would like to keep it as such but I can't with this kind of iffy proformance. Help! By the way I am running Windows 7 64-bit on a Dell desktop pc. Comodo is my firewall, Microsoft Security Essentials is my anti-virus. FYI

    Although that error references the problem line in the script as line 71, that line actually has numerous commands in a compressed form that is very hard to read, so I can't see immediately what the issue might be.
    In case one of your extensions is involved, have you tested the page in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using either:
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * Help menu > Restart with Add-ons Disabled
    Not all add-ons are disabled: Flash and other plugins still run
    After Firefox shuts down, a small dialog should appear. Click "Start in Safe Mode" (''not'' Reset).
    Any difference?

  • Tabbedpanels works in FF and Safari but not IE6 & IE7

    I've got a page with tabbed panels pulled from an XML file. It works fine in Safari and Firefox but silently fails in IE 6 and 7
    The page is here:
    http://www.hillcrest.jobs/rhino.php
    The XML feed is here:
    http://www.hillcrest.jobs/rhinofeed.php
    I'm fairly certain its the repeatchildren div where the error is but I have no idea what breaks IE. Can anyone take a look at the code on the page and see if there is anything I've missed?
    <div id="example1Region" spry:region="dsJobCats dsCats">
    <div id="TP1" class="TabbedPanels">
    <ul class="TabbedPanelsTabGroup">
    <li spry:repeat="dsJobCats" class="TabbedPanelsTab" tabindex="0">{dsJobCats::@name}</li>
    </ul>
    <div class="TabbedPanelsContentGroup" spry:repeatchildren="dsJobCats">
    <div spry:repeatchildren="dsCats" class="TabbedPanelsContent">
    <div id="jcat_{dsCats::@id}" class="rhinoCat" onclick="toggleCat(this.id);">{dsCats::category}</div>
    </div>
    </div>
    <script type="text/javascript">           var t1 = new Spry.Widget.TabbedPanels("TP1");      </script>
    </div>

    You are sending the xml feed with the header text/html.
    set a correct XML header and it will work
    Arnout Kazemier
    Adobe Spry Community Expert | Speaker Adobe MAX 2009
    3rdEden | 3rd-Eden.com | Spry-it.com | config.Spry-it.com
    Twitter: http://www.twitter.com/3rdEden | http://www.twitter.com/AdobeSpry

  • Insert record - works in FF and Safari, but not IE

    I think this is an odd one - I have a site which uses a
    fairly standard form to add a record to a database.
    I changed the input code to have an image as the button to :
    <input type="image" name="New Vehicle" id="New Vehicle"
    value="Insert record" alt="Add New Vehicle"
    src="../images/addvehiclebutton.jpg" />
    It worked in Safari, so I had no reason to think it wouldn't
    work in IE.
    All that happens is that the form resets.
    Can anyone shed any light on why it doesn't work in IE?
    Cheers.

    Iain71 wrote:
    > Can anyone shed any light on why it doesn't work in IE?
    Yes, IE doesn't send the name of an image used as a button.
    Instead, it
    sends the mouse coordinates. I can't remember offhand what
    names IE uses
    (it's probably something like mouseX and mouseY), but you can
    easily
    find out by displaying the contents of the POST array.
    Once you have found out, you need to change the conditional
    statement
    that checks the form to check for either the name of the
    button or one
    of the mouse coordinates.
    By the way, you have a space in the name and ID. That's
    invalid. Form
    element names and IDs should never include spaces or special
    characters.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Why does a page work when i open it but not stream it?

    I have a web server, it downloads the following code off my hard drive and it works, but if i stream it in off a server i have written, it does not, yet the source codes look exactly the same. Help? (open and close tags have been put all as open and between " signs.
    "<"ASX VERSION="3.0""<"<p>
    "<"title>Built to Last"<"/title"<"<p>
    "<"ENTRY"<"<p>
    "<"REF HREF="http://www.conservatives.com/video/builttolast_intro.wmv" /"<"<p>
    "<"ENTRY"<"<p>
    "<"ENTRY"<"<p>
    "<"REF HREF="http://www.conservatives.com/UploadedFiles/VIDEO/OTHER/builttolast0306.wmv" /"<"<p>
    "<"ENTRY"<"<p>
    "<"ASX"<"<p>

    please not Javascript works, it's just the uploaading of files, but shouldn't the browser do this itself?

  • Bluetooth Keyboard Works well with IPad Mini , but Not a bt mouse

    Hello Apple Community
    I am using a noname bt mouse. With my PCs i have no problem. Working per Remote over my IPad Mini with Jump Desktop i have no problem with Apples BT Keyboard. Does anybody knows if The Apple BT mouse Works?

    No name mouse?
    Barry

  • Forwarded to godaddy domain. works on safari but not explorer or firefox

    I finally figured how to use my website so that when you type in the domain it redirects to the mobile me website. However, it is working just great on safari but not on explorer or firefox.

    I have always used GoDaddy's forward and masking utilities and its worked great. When Apple updated iWeb to 08 with the ability to auto forward, I had lots of issues and thus went back to setting up my GoDaddy preferences to auto-forward and mask my site. GoDaddy has the very best phone support on the planet which makes up for one of the worst websites on the internet. Call them up and have them walk you through auto-forwarding and masking. Check out my site at: www dot jennifersheehan dot com. Hope that helps

  • Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise o

    Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise on this problem we are facing. Thank you.
    == This happened ==
    Every time Firefox opened
    == Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise on this problem we are facing. Thank you. ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.78 Safari/532.5

    Reset the page zoom on pages that cause problems: '''View > Zoom > Reset''' (Ctrl+0 (zero); Cmd+0 on Mac)
    See [[Text Zoom]] and [[Page Zoom]] and http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can try if it works if you disable OOPP (Out-Of-Process-Plugins) for Flash
    You can set the prefs dom.ipc.plugins.enabled.* to false on the about:config page to disable the plugin-container process.
    dom.ipc.plugins.enabled (currently false by default)
    dom.ipc.plugins.enabled.npswf32.dll (Flash)
    To open the ''about:config'' page, type '''about:config''' in the location (address) bar and press the Enter key, just like you type the url of a website to open a website.
    If you see a warning then you can confirm that you want to access that page.

Maybe you are looking for