Please help!! How to Make your website compatible with All Browsers

i am having a problem viewing my website in google chrome on PC, but on google chrome on mac is fine. is there any way of sorting this out?
please help
steph
xxxxx

Gary White wrote:
> On Sun, 3 Dec 2006 11:24:18 +0000 (UTC), "owaisrauf"
> <[email protected]> wrote:
>
>> How can we check how it shows in Mozilla FireFox,
Safari, Netscape,
>> and other types of Explorers
>
>
> Both
http://www.browsercam.com/
and
http://browsershots.org/ have
been
> suggested. Either will give you a fairly accurate
screenshot of a page
> in various browsers. However, neither of them will test
the way the
> site functions in those browsers. The only reliable
method, and yes
> it's a pain, is to install the browsers you want to
support and
> actually test the site in them.
I believe Browsercam allows "remote access"; they even have a
new service
called "BC-Virtual":
http://www.browsercam.com/Features.aspx#vms
Thierry
Articles and Tutorials:
http://www.TJKDesign.com/go/?0
The perfect FAQ page:
http://www.TJKDesign.com/go/?9
CSS-P Templates:
http://www.TJKDesign.com/go/?1
CSS Tab Menu:
http://www.TJKDesign.com/go/?3

Similar Messages

  • Emergency! Please Help. I have an iPhone 4 with all my pictures from the vacation on it and I plugged into my computer and it sync'ed to my ipod.  all of my pictures are gone.  How do I get my pictures back?

    Emergency! Please Help. I have an iPhone 4 with all my pictures from the vacation on it and I plugged into my computer and it sync'ed to my ipod.  all of my pictures are gone.  How do I get my pictures back?

    If all you did was sync your phone, and if you haven't synced again since this happened, you can restore your phone from the backup that was created at the beginning of the sync process (camera roll photos are included in the backup).  If you have synced again since this happened this backup has already been overwritten and your photos are lost.  Also, if you restored your phone from the backup of your iPod, rather than just synced, then your  photos are lost too.
    If you have an intact backup that contains these photos, do the following:
    Without connecting your phone, open iTunes on your computer and go to Preferences.  On the Devices tab check "Prevent...from syncing automatically".
    Connect your phone to your computer, right-click on the name of your phone when it appears in iTunes on the left sidebar and select Restore from Backup, choose your most recent backup to restore from.
    When complete, you can go back to iTunes>Preferences>Devices and re-enable automatic syncing.

  • How do I add scripts in order to make the page compatible with all the browsers.

    How do I add scripts in order to make the page compatible with all the browsers.

    As Jon says, please be more specific about "don't line up right"
    I notice you are inserting some arbitrary <BR> tags which will cause very unpredictable displays with varying user viewports and text preferences.
    <P>In 2008-2009, Families Forward benefited 278 homeless Philadelphia families, <BR>
      including 834 children. Families Forward assisted 1,413 stranded travelers, including <BR>
      235 children. In the first 6 months of 2009-2010, from July 1, 2009 to <BR>
      January 1, 2010, Families Forward assisted 185 homeless families and 220 <BR>
      stranded travelers.</P>

  • How to make my website fit to all resolution?

    Hi all, I'm a beginner for using dreamweaver.  I've been looking for this question but I think it doesn't solve my problem. I want to make my website fit to all screen resolution. At first, I preview it at mozilla  and Internet explorer and its ok. But my friend say that she open it at her computer , Ipad it become a mess. I try to open it at public computer too and it's really such a mess.
    I used dreamweaver cs6
    And now my problem is:
    How to set it to fit for all screen resolution?
    what is the css code to make it fit to all screen resolution?
    How to set normal  width and height for website?
    this is how my css work:
    @charset "utf-8";
    .mainbody {
        background-color: #CCC;
        width: 980px;
        margin-right: auto;
        margin-left: auto;
    .mainbody .header {
        height: auto;
        width: 980px;
        padding-top: 15px;
        padding-bottom: 10px;
    .mainbody .menubar {
        width: 980px;
        height:auto;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
    .mainbody .slider {
        width: 972px;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        border: medium dotted #60F;
        margin-top: 25px;
        margin-bottom: 15px;
    Please let me know is there's any mistake i've made. 
    By the way , sorry for my bad English ^_^

    Thank you for your reply ^_^
    this is my website : www.favoritepumps.com
    It's very very very simple right >.<
    but in this website I use the dreamweaver template . few days ago I make my own use div tags and i'ts been mess and I changed it back.
    and now I just want to know how to set it fit to all screen resolution and how about the width I make?
    I got some information that the width shouldn't be more than 980 px is it true?
    how should I write then?
    I make it like this at the source code:
    <div class="mainbody">
        <div class="header"><img src="images/favoritepump.png" width="500" height="80" alt="favoritepumps" /></div><!-- end .header -->
        <div class="menubar">
          <ul id="MenuBar1" class="MenuBarHorizontal">
            <li>
              <div align="center"><a class="MenuBarItemSubmenu" href="#">Item 1</a>
                <ul>
                  <li><a href="#">Item 1.1</a></li>
                  <li><a href="#">Item 1.2</a></li>
                  <li><a href="#">Item 1.3</a></li>
                </ul>
              </div>
            </li>
            <li>
              <div align="center"><a href="#">Item 2</a></div>
            </li>
            <li>
              <div align="center"><a class="MenuBarItemSubmenu" href="#">Item 3</a>
                <ul>
                  <li><a class="MenuBarItemSubmenu" href="#">Item 3.1</a>
                    <ul>
                      <li><a href="#">Item 3.1.1</a></li>
                      <li><a href="#">Item 3.1.2</a></li>
                    </ul>
                  </li>
                  <li><a href="#">Item 3.2</a></li>
                  <li><a href="#">Item 3.3</a></li>
                </ul>
              </div>
            </li>
            <li>
              <div align="center"><a href="#">Item 4</a></div>
            </li>
            <li>
              <div align="center"><a href="#">Untitled Item</a></div>
            </li>
          </ul>
        </div><!-- end .sidebar -->
        <div class="slider">
          <div align="center"><img src="images/kero.jpg" width="250" height="220" alt="kero" /></div>
        </div><!-- end .slider -->
        <div class="container">
            <div class="leftbar"> </div><!-- end .leftbar-->
             <div class="rightbar"></div><!--end .rightbar -->
        </div><!-- end .container2 -->
        <div class="footer"></div><!-- end .footer -->
    </div><!-- end .mainbody -->
    thank you

  • Please help : How to make the anomalistic table just like below?

    Hi all,
    How to make the anomalistic table just like below? Anyone can give the way detail or thoughtway ?
    http://61.132.17.188/webber/table.gif

    This is just a suggestion.
    If you put your "JTable" in a "JScrollPane", then you can add any "java.awt.Component" to the corner of the "JScrollPane" -- using the "setCorner()" method (of "JScrollPane").
    I would suggest making a custon "JPanel" and overriding its "paintComponent()" method to draw a diagonal line (and the required text) on it.
    You can find out more about how to do this from the links I provided in my first reply.
    Hope this helps.
    Good Luck,
    Avi.

  • HT4356 How to make my printer compatible with my iPad 3

    Hi , I have a Canon MG5250 printer that I want to make compatible with my iPad 3. Have heard I can do this with a plug in or an app,rather than having to buy another printer. Please can you help. Many Thanks.

    How to Print from Your iPad: Summary of Printer and Printing Options
    http://ipadacademy.com/2012/03/how-to-print-from-your-ipad-summary-of-printer-an d-printing-options
    Print from iPad / iPhone without AirPrint
    http://ipadhelp.com/ipad-help/print-from-ipad-iphone-without-airprint/
    How to Enable AirPrint on a Mac and Use Any Printer
    http://ipadhelp.com/ipad-help/how-to-use-airprint-with-any-printer/
    iPad Power: How to Print
    http://www.macworld.com/article/1160312/ipad_printing.html
    Check out these print apps for the iPad.
    Print Utility for iPad  ($3.99) http://itunes.apple.com/us/app/print-utility-for-ipad/id422858586?mt=8
    Print Agent Pro for iPad ($5.99)  http://itunes.apple.com/us/app/print-agent-pro-for-ipad/id421782942?mt=8   Print Agent Pro can print to many non-AirPrint and non-wireless printers on your network, even if they are only connected to a Mac or PC via USB.
    FingerPrint turns any printer into an AirPrint printer
    http://reviews.cnet.com/8301-19512_7-57368414-233/fingerprint-turns-any-printer- into-an-airprint-printer/
     Cheers, Tom

  • How to make JasperReports Server compatible with safari 5.1.7 version

    Hi
    My JasperReports Server - Pro is compatible with safari 4.0 browser and safari 5.0 browser but i want to make it compatible with safari 5.1.7 browser My jasperserver is having a proxy address like "abc.com" instead of localhost:8080/jasperserver-pro/login.html.
    The problem is, Unable to login through Safari 5.1.7 browser, I guess facing a redirection problem. But i am able to log in with my actual address (localhost).
    The above problem is only with safari 5.1.7 and is working perfectly with firefox, chrome, IE and safari 4.0 and safari 5.0.
    I am sorry if this is not the right place to discuss the above issue.
    Any help will be highly appreciated.
    Thanks and Regards
    Naveen

    Hello,
    Thanks for tip. I tried it but unfortunately it still needs 7.08 to work and I'm not sure why. Even worse is the automatic updater that runs just downloads 7.0. So a user downloads the update, then gets another error message saying they need an even newer version of reader. Very lame.
    Plus, once you do get the 7.08 update and open the file you get no less than three pop ups about not saving the file, auto fill options, and one other I forget. Overall a very awkward way to view a very simple file.
    I was hoping this would make it easier for customers to fill out a form but it looks like it will accomplish the opposite.

  • Please help with making website compatible with all screen sizes

    I have recently made a new website using both Adobe Edge Animate and Adobe Dreamweaver.
    It looks great and does exactly what I want it to do for the moment. However when using the site on a large screen, anything larger than an ipad mini the site only fills a section of the screen.
    Have tried to seach on google for the answer to this and came accross a number of potential solutions.
    1, changing the pixel values in Dreamweaver for my site from for example "1024px" to "100%" this sadly did nothing.
    2, changing the px values of the Adobe Edge Animate composition from for example "1024px" to "100%" again sadly this did nothing.
    3, combining both the above to see if they had to work in conjunction with each other... again though, sadly no luck.
    The site address is www.serenabalfour.com
    I would really appreciate it if anyone could give me some advice on this issue... I really want to sort it out for this friend of mine.
    Thanks very much
    Paul

    This is less a DW question and more of an Edge Animate question.
    You need to create your Edge Animation project with % or use a Scale-to-Fit method.  Manually add some breakpoints to re-scale text, etc... with CSS media queries.
    http://forums.adobe.com/message/5414992
    Nancy O.

  • How can I make my website compatible with different screen resolutions?

    Here is the page that I'm struggling with:
    http://www.starbuckscollect.com/2013.html
    Everything is pinned to the top and center pin except for the cards.
    My problem is on certain screen resolutions that are not 'wide screen' you are not able to see all of the cards when you scroll down. Some of you may not see my problem when you open up the page which is good. For you guys, the way to see my problem is to 'zoom out' of the screen and to do that press 'ctrl' and '-'
    Is there any way of avoiding this?

    Hi
    I believe you want a responsive design for the page where the page elements , similar discussion here :
    http://forums.adobe.com/thread/1198978
    Thanks,
    Sanjit

  • How to make my website take up ALL of the browser space?

    I have been working for a really long time on a website, and I don't know how the dimenstions work. I just used the standard dimensions that it starts you out with, but when I publish my site, the website is like a rectangle on the page sourrounded by gray, you can see what I mean here: mclayphotography.businesscatalyst.com
    How can I set it so that my website takes up the entire area, or at least looks aestheitc like a regular website, rather than being just some random box.
    Thanks so much for the help!

    Hello,
    You can choose to increase the page dimensions (page width and min height) from the File -> Site Properties section as per your choice and then the rectangle box in between (Page area) would become larger to fill more of the browser area, however, doing this also has a disadvantage. That is, if someone then views your site in smaller screen (lower resolution), there would be a horizontal scrolling bar, and they would have to scroll horizontally to look at the various sections of your site. They won't be able to view the whole site at one go, that is, without having to scroll. Muse only has fixed horizontal page width as of yet.
    The gray area you're referring to is the browser fill area. So, if the idea is just to make it not look gray, you can add different browser fills from the browser fill option from the Control Panel as shown here: http://jingsite.businesscatalyst.com/jing/2013-03-13_0738.png
    This would also make the browser area look attractive while still keeping the site viewable at one go in smaller resolutions.
    Hope this helps.
    Cheers,
    Parikshit.

  • How to make a DVD compatible with USA televisions

    I sent a DVD to a friend in USA made with iDVD in Spain . He can not see on the tv , what can we do ?

    Hi
    One can do this in better or worse ways.
    Fastest and best (as I see it) is to use VLC on a Mac or PC. As previously said.
    Bad way is to make a PAL movie and drop this into a NTSC iDVD project.
    - YES iDVD will convert it into NTSC - BUT the resulting DVD will play very bad and jumpy !
    - I do my projects (most oftennin PAL) and then Export them as full quality QuickTime.mov
    - Then I use JES_Deinterlacer (free on Internet) to convert from 25fps to 29.97fps
    - This movie I drop into a NTSC iDVD project. AND the resulting DVDs plays very well in USA !
    I use Verbatim DVD-R
    I burn at slowest possibly speed - to get as few burn errors possibly - YES IT DO MATTERS !
    Yours Bengt W

  • How to make a form compatible with reader 6

    Hello,
    I made a form in LiveCycle 8 using the order form template. However, users get an error message saying they need reader 7.05 to display the form properly. The form does display properly in 6, so something built in that is not being used must trigger this
    I don't need any info to be sent anywhere, I just need users to fill out the form on screen, then print and fax it to me.
    Is there a way I can save my form in a format that allows it to work with version 6 of reader.
    The form is using some formcalc fields.
    Thanks.

    Hello,
    Thanks for tip. I tried it but unfortunately it still needs 7.08 to work and I'm not sure why. Even worse is the automatic updater that runs just downloads 7.0. So a user downloads the update, then gets another error message saying they need an even newer version of reader. Very lame.
    Plus, once you do get the 7.08 update and open the file you get no less than three pop ups about not saving the file, auto fill options, and one other I forget. Overall a very awkward way to view a very simple file.
    I was hoping this would make it easier for customers to fill out a form but it looks like it will accomplish the opposite.

  • How to make my iMac compatible with iPad?

    I have an iMac OS X version 10.4.11
    Am I able to adapt this to an iPad without buying a new computor? The specs say I need an iMac OS X 10.5 or later.

    According to Macktracker, you can upgrade your OS to Leopard or even Snow Leopard, which might be cheaper than a new computer.
    http://www.mactracker.ca/
    Good luck!

  • Please help- How can I publish an object with irregular getter/setter metho

    I'm encountering a problem with weblogic 9.2 web service. Here it is the description:
    I have a java class which doesn't expose getter/setter method, Like this:
    public class MyEntityList
    implements Cloneable, Serializable
    private Map subEntityMap;
    public final Object[] toArray()
    return subEntityMap.values().toArray();
    public final Iterator subEntities()
    return subEntityMap.values().iterator();
    public final GFIBaseSubEntity getSubEntityByKey(String key)
    if(key == null)
    return null;
    else
    return (GFIBaseSubEntity)subEntityMap.get(key);
    public final void setSubEntity(GFIBaseSubEntity entity)
    subEntityMap.put(entity.getKey(), entity);
    When I publish this object out, the web service engine will not parse the value in this object for it hasn't getter methods. But I do need the value in it, and I can't change the class for it's from external system. Can I define my own serializer class to process the MyEntityListin weblogic 9 or 10? Or is there any way to process this case?
    Thanks in advance

    In 1.4 you have ImageIO available ... javax.imageio.ImageIO.write is the method to call.
    - David

  • How to make a page refresh with all default data.

    i have built my pages and have them placing info, but when i go back in to the page to make another project the information is still there. it doesn't go back to default information. the same happens when i cancel out of a form and g back to that form. any ideas? i am using 4.x

    When you go back to this page, you use a branch normally to get in that page and there you have the option clear cache (put your page number).

Maybe you are looking for

  • cffeed caching works locally but not on server

    So I got my new Hostek account set up (woohoo!) and I've started uploading some basic files so I can do thinks like validate my code and make sure everything's working.  One thing that does not work (but does locally) is my news feed caching. Pulling

  • I applied a Photoshop effect to some outlined text - but the outlines still look the same?

    1. I typed out the word 2. I created an outline of the word 3. I went to Effect>Photoshop Effects>Texture>Stained Glass and applied However, if you look closely, the blue outlines ignore the  the divots and holes created from the effet. Is this effec

  • Completely impossible to ever again install Omnifocus

    Once upon a time, I accidentally purchashed Omnifocus, a $40 app using an alternate apple id. This wasn't much of a problem. Whenever I needed update the app, I just told iTunes about my alternate id credentials and it worked fine. Until one day, I r

  • Cost planning

    Hi I am carrying out cost planning using key figure planning.i am able to plan my cost in CRM but i am unaware of capturing of actual costs.Can anyone tell me how i can capture actual costs that is what expenditure i  actuallly incur on marketing cam

  • Install Best Practices SG Baseline on ECC6 EHP4?

    hi All, currently i'm just install a new ECC6 with EHP4, is it possible to install Best Practice SG Baseline to my EHP4 Server? thanks. Regards Hariyono