Browser Compatability Help please?

Hi.  Im somewhat new to Dreamwevaer, I actually still use GoLive, but slowly trying to move over to DW.
Im doing Browser Compatability tests for a website, and not sure how to fix these errors DW is giving me.
Id appreciate any help or thoughts?
thank you in advance!
-Unsupported value: 'inline-block'  Affects: Netscape 8.0
-Unsupported value: 'inline-block'  Affects: Internet Explorer 6.0, 7.0; Internet Explorer for Macintosh 5.2; Opera 8.0, 9.0; Safari 2.0, 3.0
-Error parsing styles Affects: Firefox 3.0
-Unsupported property: zoom  Affects: Firefox 3.0; Internet Explorer for Macintosh 5.2; Netscape 8.0; Opera 8.0, 9.0; Safari 2.0, 3.0
-Unsupported property: content  Affects: Internet Explorer 6.0, 7.0, 8.0; Internet Explorer for Macintosh 5.2

You do have some HTML errors. If you run it through this validator, it will show you where they are and you can repair them...
http://validator.w3.org/
There is an error in the css of your <head> section, you have a line of css outside your <style> tags...
#example-one li,#example-one li a { display: inline-block; float: none; *display:inline;/* ie6 and 7 inlin e-box hack */ zoom: 1.0; }
If you don't need it, delete it, if you do, just move it into one of the <style> tag sets. (you may want to clean the css up and move it to an external sheet so everything is in the same place)
The rest of it looks fine according to the CSS validator here: http://jigsaw.w3.org/css-validator/ the errors it throws, aside from the out of place css line are to be expected and don't affect anything negatively (they're just browser specific code).
I wouldn't be surprised if that line is causing the error you're seeing.

Similar Messages

  • JOptionPane goes behind browser window (Help PLEASE!)

    I apologize if this is not the best place to post this question.
    I have an applet that open a JOptionPane using the following:
    int rc = JOptionPane.showConfirmDialog(null,
    "Do you want to save the changes you made to " + appInfo.getName() + "?", ProductInfo.ProductName,
    JOptionPane.YES_NO_CANCEL_OPTION,
    JOptionPane.WARNING_MESSAGE);
    THE PROBLEM I'm seeing is that this JOptionPane pops up for a second and then goes behind the applet browser window.
    I have 2 html files (index.html and product.html). index.html opens product.html in a new browser window (minus the toolbar and menu) using a small javascript (see below for code).
    I only see this problem when I open product.html via index.html. When I open product.html by itself this problem does not occur.
    Please help if you can - thanks ahead of time!!
    INDEX.HTML
    ===============================
    <html>
    <head><title>ProductName&trade;, Version 2.0</title></head>
    <body>
    <script>
    <!--
    /*Full screen window opener script: Written by JavaScript Kit (www.javascriptkit.com) More free scripts here*/
    function winopen(){
    var targeturl="./product.html"
    newwin=window.open("","","scrollbars")
    if (document.all){
    newwin.moveTo(0,0)
    newwin.resizeTo(screen.width,screen.height)
    newwin.location=targeturl
    //-->
    </script>
    <script>winopen()</script>
    </body>
    </html>

    Solved my own problem!!
    I modified index.html (see below) and it now works - the JOptionPane stays on top. Still don't know why though.
    INDEX.HTML
    =============================
    <html>
    <head><title>SwitchView&trade;, Version 2.0</title>
    <SCRIPT>
    function fullWindow(url) {
    var str = "left=0,screenX=0,top=0,screenY=0,resizable";
    if (window.screen) {
    var ah = screen.availHeight - 30;
    var aw = screen.availWidth - 10;
    str += ",height=" + ah;
    str += ",innerHeight=" + ah;
    str += ",width=" + aw;
    str += ",innerWidth=" + aw;
    win=window.open(url, "w", str);
    </SCRIPT>
    </head>
    <body>
    <script>fullWindow('./product.html')</script>
    </body>
    </html>

  • All my LOOPS disappeared from L8 Loop browser.  HELP Please !

    hi, my loops do not show up in my loops browser in logic 8 all of a sudden. yesterday the did, and now, there is nothing there. all the choices like "dark" or "experimental" or "guitars" etc. no longer highlight. the only button that highlites is "All". and when i click it the "Reset" button highlites. then i click that an nothing again. not finding them. but when i search for them they are on my harddisk... not deleted. does anyone know how to get the loop browser to rescan the drive? ive quit logic and restarted, resterted the computer. looked thru all my choices n tried to read logic manual. cant find anything to get my loops to show back up in the browser. can anyone help?

    what is the path to your loop directory?

  • Browser compatibility issue with IE6/7

    Hello,
    I created my webpage in dreamweaver on a MAC.  I have viewed my page(s) A-OK in Safari and firefox however I am being told that my page is not viewing properly on Internet Explorer.  I then found the browser compatibility feature to test the page in Dreamweaver.  What I have found is that I have browser support problems...this is the error from my index page - which is actually on all my pages!
    un-scrollable content bug:
    If one or more absolutely-positioned elements are placed within a relatively positioned element with no assigned dimensions, either no scrollbar will appear at all, or it will not extend far enough to view all of the content. (Note: This bug will not affect your page if the content in the AP element does not extend beyond the height of the viewport.)
    Affects: Internet Explorer 6.0
    Likelihood: Possible
    This bug is on line 56:   <div style="position:relative">
    This issue is on all my pages...please help
    I am just not sure how to solve this problem - I am more of a designer than a coder.  Any help whatsoever to point me in the right direction is most graciously appreciated!!!
    My webpage URL is: lifeforcemd ah yes that is a .com extension - lifeforcemd.com

    Hi kadarusastry,
    This issue is about the browser compatibility.
    Please add your SharePoint site into compatibility view in IE 9 or IE 10.
    Or, use IE 8 mode in browser mode for IE 9 or IE 10.
    About how to add site into compatibility view, you can refer to the link:
    http://support.microsoft.com/kb/2536204
    Note: the settings for IE 9 and IE 10 are same.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Browser Compatibility Issue with IE9 and IE 10

    Hi Everybody,
    I have a page which contains pageviewer Webpart, which redirects to the other page the problem is in IE 8 this works good but comes to IE9 and IE 10 the page is not displaying on the page but link is working good. Can any one please give me suggestions on
    this?
    Thanks and Regards,
    kadaruSastry

    Hi kadarusastry,
    This issue is about the browser compatibility.
    Please add your SharePoint site into compatibility view in IE 9 or IE 10.
    Or, use IE 8 mode in browser mode for IE 9 or IE 10.
    About how to add site into compatibility view, you can refer to the link:
    http://support.microsoft.com/kb/2536204
    Note: the settings for IE 9 and IE 10 are same.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Browser Compatibility Error in DW CS5 assets link Please help New to Dreamweaver

    Please can anyone help? Using DW CS5  -.Using Spry Menu Bar 2.0 - have it all formatted - ran Browser Compatibility -Shows my Spry link reference has error. Here is the code
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
           <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
           <style type="text/css">
           body {
    Error is underlined at:  <link href="SpryAssets/SpryMenuBarHorizontal.css"
    It is located in the page head just below the banner
    I am new to dreamweaver..I do not know how to fix this code..
    Running Win XP. Thank you in advance for any help you can provide.

    In case you need it the link to this page is:
    http://www.bountifulspinweave.com/aboutus.htm
    It is  spry menubar 2.0

  • Apple loops for garageband pack doesn't show the folder content (loops, files...)  in ableton live suite 8 library browser, but I can see all the loops in the folder from finder. how can i fix this? help please.

    apple loops for garageband pack doesn't show the folder content (loops, files...)  in ableton live suite 8 library browser, but I can see all the loops in the folder from finder. how can i fix this? help please.

    Thanks Barney, I tried that but all that comes up in Spotlight are the log files that show the file paths! I don't know how Steam works. Are all the files held by Steam on their server perhaps?

  • I can no longer access Bejeweled Blitz through my facebook account.  I get the message that says, "your browser sent a request that this server could not understand. Size of a request header field exceeds server limit".  Help please.

    I can no longer access Bejeweled Blitz through facebook.  I get the message, "your browser sent a request that this server could not understand. Size of a request header field exceeds server limit". I can access Bejeweled through FB using my husband's log in so to me that suggests the problem is with my log in. Help please.

    Contact FB or use another browser. 

  • Help Please! How can i get rid of shopper pro from my google chrome browser?

    Help Please! How can i get rid of shopper pro from my google chrome browser?

    Read this document about malware and adware.   The solution is almost certainly within.The Safe Mac
    http://www.adwaremedic.com/index.php
    Incidentally, it would help if you entered details of your products in your profile.   There are different answers for different items with this question.

  • My browser history doesn't show yesterday's, last week's history etc. HELP PLEASE!!

    I LOVE portable firefox and it's the only browser I ever use. Today, something happened and I am desperate to get help on this. Normally when the browser crashes, I reopen and hit "restore previous session" and I also open another window that may have had 5-6 tabs (it's normal for me to have 5-6 tabs in two diff windows). Today, I opened an older firedox version by mistake and now I can't get back to the 15 or so tabs I had originally! Worse yet, when I look at browser history, I see only two options: Today's browser history (which contains the single home page tab!) and "older than 6 months option" which is not what I want. I really need to see my browser history from the last couple of weeks! What went wrong when firefox never let me down before. I am freaking out here, help please!!
    I am on a Windows 7 machine. My question is relevant to firefox portable version 37.01

    The portable Firefox version comes with its own Firefox profile folder that is located in its installation folder.
    *X:\PortableApps\FirefoxPortable\Data\profile
    So if you switch to a different portable installation then you get the profile folder from that version.
    This is different then the normal release that uses the profiles.ini file.
    You would have to locate the Firefox profile folder of that other version if you didn't uninstall it and copy the relevant files to the portable version that you currently use.
    *https://support.mozilla.org/kb/Recovering+important+data+from+an+old+profile
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    You can use this button to go to the currently used Firefox profile folder (I assume that this work in the portable version as well):
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • I have a macbook pro. The wireless is always conected but it keeps stopping uring browsing for some minutes. However i am using teh same wireless on my iphone and it wok normaly without any stop or cut. Any help please?

    I have a macbook pro. The wireless is always conected but it keeps stopping uring browsing for some minutes. However i am using teh same wireless on my iphone and it wok normaly without any stop or cut. Any help please?

    I'm having the same issue. Different programs though, it's mostly browsers and adobe products. I thought maybe it was heat related but it's not. It seems that as soon as Lion was about to be released, the updates were updating in preparation for Lion. I delayed updating the software updates because Adobe (my career) isn't totally compatible with Lion yet. Before I even started getting update notifications, though, within the recent week, it's freezing up constantly. I don't know what to do. It seems to be happening with my brower choice, I'm using Firefox and Chrome as my main browsers. I keep alot of sessions open but that shouldn't cause (and has never caused) this constant freezing issue. I did install some extensions in Chrome and Firefox, maybe that's the problem... The issues began after those were installed though, 3 weeks to a month later... Maybe the software updates (that I installed thinking it would correct the freezing issue), maybe they are preventing other browsers ? Maybe Apple is getting rid of Chrome and Firefox ? I'm not having issues with Safari (yet) though I just opened it for the first time in 2 months... only because the macbook is freezing (and it's also rebooting while asleep, closing all of my projects and not saving them)...
    My Macbook Pro is the same year and the HDD is a year new. The manufacture recall had the video whatever replaced a few months ago.
    I've never had these kinds of problems with an Apple computer. I'm using Snow Leopard and I'm very attached to this laptop ! It's configured perfectly.
    Why oh why does it freeze constantly within the recent 1-2 weeks ?
    Someone please help us !

  • I am hoping to view a video clip, but I need to download Flip4mac onto my Safari browser. I cannot see where I access safari preferences on ipad to do this. Any help please - thanks Douglas

    I need to download a video clip called Flip4mac onto my Safari browser, which will then enable me to view it. I cannot see where I access safari preferences on my ipad to do this.
    Any help please - thanks Douglas

    The video may be a Flash video. Adobe has not made, and will not make, Flash for mobile devices including the iPad. So you may not ever be able to view the video.
     Cheers, Tom

  • Browser cuts off half of table and contents? Help please.

    Hi,
    When viewing the page using some versions of IE7, the area
    where the Virtual tour viewer is and anything within the same table
    is cut in half ! I never even noticed it as I test on a laptop and
    desktop, both running IE7 and Firefox and there were no problems.
    Got 3 emails of totally different people asking where the other
    half of the page is, plus a friends browser does it also.
    The link is
    http://www.cicadastudio.ca/newyork.html
    The virtual tour viewer in the iframe, thumbnails and links
    are in the first big table. This gets cut in half approx after the
    text for each thumbnail so anything to the right is just white. No
    flash/quicktime logos and only half the viewer shows. It still
    works though loading the default panorama!
    The big table below holding regular still images with the
    black background displays correctly. Very strange.
    Does any one else only see half the table or know what may be
    causing it to happen? The most obvious thing would be the iframe
    but this has happed with some of the other pages also and they have
    no iframes on them.
    Thanks
    Andrew

     I see and It only prints half the photo? Interesting...
    What i would suggest doing is this,
    - go to the page/photo on face book where you are trying to print/save from
    - right click on the Photo and ""Save As"", now i would recommend saving them in the " My Pictures" from within the "My Documents" folder
    -Once saved, go ahead and open them up (Pictures)  from within the Folder and not the website, unfortunately, it sounds like the web site is not allowing the full command/picture to be sent through, but being a 3rd party Site We cannot be sure..
    -that is what i would advised to get those to Print Fully and to your Expectations
    __ if this Solution has helped Please Mark as resolved and A Kudos Would be Appriciated__
    even though i am a Employee of HP my Views and Opinions are my own...
    I am an HP employee.
    __ if this Solution has helped Please Mark as Resolved and feel free to Provide a Kudos__

  • Newbie needs help with browser compatibility

    Ok, so I'm new at this, so this may be something really
    simple, but browser compatibility? I made a site in DW;html and it
    shows up perfect in safari but internet explorer and firefox not so
    much. I did a browser compatibility test in DW and it says nothing
    is wrong with my pages, but obviously something must be!!
    On my home page, the image of a house that I have next to the
    company name shows up fine in safari but not any other browsers.
    And my page layout, everything is moved over funny in other
    browsers. Also there are link boxes around the table I created with
    different brands of products. On safari the boxes do not show, but
    all the other browsers it does!! I'm new at this and frustrated!!!
    Need help!!
    The link is holmeshifi.com and I posted code from the home
    page!

    OK thanks Ned sorry to soo dumb I'm on a learning curve here!  what 
    I'm trying to do is go to the URLs of web galleries of images from my 
    main site
    so I would presumably have to rename them on my server? i.e. does that 
    mean adding the code ", "_blank");
    to the files on the server?
    At the moment I have to use the back button on my browser window which
    takes me back to the main site which then has to reload (tediously!)

  • After Mavericks, applications tend to become slow, painfully slow. Particularly iMovie; all other applications, Mail, Browser (Chrome) and others too are either running slow or 'not responding'. Help, please

    After upgrading to Mavericks, from Mountai Lion, all applications are slowing down. iMovie particularly is painfully slow. When iM is running, any other application that is opened up also runs slow or does not respond altogether. It was fine before Mavericks, can somebody help, please.
    Thank you.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

Maybe you are looking for

  • Infosource--"0sd_c04"

    hai friends, I am new bw, plz clarify my doubt. In the cube 0SD_C04 there key figures loading date (0loaddatek) and actual goods issue (0act_gi_dtk). But I don't find these kefigures in any infosources (2lis_12_*) then how these fields get updated in

  • Tabs react slow when clicked on and often open in a new window

    When switching to another tab in the same window Firefox will often not respond for several seconds. Sometimes it just opens the tab I clicked on in a whole new window, this will make Firefox not respond for several seconds. This happens very often,

  • Hide or delete Characteristics? how to, please help

    Hi there, I have an ODS with 400 Char - they are options on a part.  For each option there is only a value of Y or N. When I run a query I want to hide or delete all characteristics that are equal to N (I don't want to show the characteristic or the

  • How to make app store   game

    Hi, I wanted to as you how can I make some ames and put it on app store and how much i need to pay. i want to get some money for my school in US. what programmer language you need to know? thanks

  • Get Machine Name and IP Address from Air Flex App

    New to Air..... Is there a way to get the name of the machine and the ip address for the client running the Air application? Not that this matters, but the applcation would be a Flex 3 application built specifically to be deployed to the Air runtime.