Google Chrome left or margin problem

Hello adobe forum my name is Uğur, im web programming and desing student. Last days i am getting ready for a web desing content. i found Edge animate just new. I have a problem about
google chrome. Here is the pictures about my problem
in google chrome div is not fits to screen totaly. Im using Dreamweawer for desing website. I used position:absolute left: 0px; top: 0px; for fit div.
İts working well in Moz Firefox.
Moz Firefox
sorry for my bad English.
Best Regards
Uğur Anlar

Every browser has a default margin/padding for every element.
To make browsers behave all the same, you need to reset the default values like this:
     Add the below css code in the .css file, or inlined-css block:
     html, body, div {
          padding: 0;
          margin: 0;
This is a very simple css browser reset, but you have reset for any such css properties for any element like <p>, <audio>, <span> etc.
hth,
Vivekuma

Similar Messages

  • Google chrome flash media server problems.

    google chrome constantly asks me to update the flash media yet on the adobe site it says that it already automatically updated. what do i need to do>?

    If a service can't start listening on a port it basically
    means either than you are not allowed to listen on that port. In
    this case you are listening to a port > 100 and you don't need
    to be root for that so it can't be the problem.
    In the other case the port is already in use. Make sure you
    stop a server/service before you try to start it again. FMS really
    stops and starts very slow, it takes time.
    Maybe this is your problem.

  • Flash player lags bad with Firefox but not with google chrome,what is the problem ?

    Every time i try to play any game using flash player with Firefox i have a lot of lag time. I have to stop playing and wait for things to catch up to play to play any more,I do not have this problem with google chrome playing the same games.I have updated all add ons and plugins.
    == This happened ==
    Every time Firefox opened
    == about a month ago

    Everyone can blame flash player if they want, but the truth is for me I went from an earlier version that had plugin container which created lag for me. I disabled the plugin container in about:config settings, and firefox worked fine. Plugin container screwed up any videos i tried to watch on the internet by freezing, lagging, and crashing firefox. I was fine after I disabled plugin container, but then eventually some time later down the road I received a warning that i would soon be forced to update my mozilla so I eventually/reluctantly gave in and complied. At this point the same problems started again!!! I disabled plugin container again and it did help a bit right away. But this version 12.0 even with plugin container disabled with just a few tabs open I receive choppy video (like a snapshot of the video at 3 seconds in, and then another snap at 6 seconds in) I'm only seeing snapshots of the video like every 3 seconds while the audio continues on fine. That"s how bad the lag is. This is horrible performance for a browser. If I try to load a video while one is already playing, just that little bit of stress (2 youtube videos open at once) is all it takes to crash this poor performing version of firefox. I mean I can't even close the tabs after these situations and the audio sometime runs after closing for me as well. These problems did not start until the version changes of firefox and the addition of plugin container, not flash player. I have been a loyal mozilla fan, but my patients is wearing so so thin with the performance of this browser at the moment. Unfortunately I just realized for the first time ever I actually have to (against my will) install another browser just to watch videos. How sad is that? Considering watching videos is one of the main uses of a browser, I consider this version a failure. How could I not??? I guess I have no choice but to Chrome it up. I hope a fix for this problem can be found soon for I miss the great performing days of this previously top performing browser. Fingers Crossed!!!

  • When I try to go on Firefox an " Unable to Connect" comes up. If I go on Google Chrome I have no problem. Help

    I was using Firefox until November. My computer wet in for repair and I have had this issue since. I would like to use firefox again. For some reason every time I try to use it an "Unable to Connect" message comes up.
    I have been using Google Chrome to get through school but would perfer Firefox. Please help.

    See [[Firefox cannot load websites but other programs can]], a common cause is a firewall blocking Firefox.

  • Google Chrome pop-up windows problems in Oracle BPM Workspace

    Hi to everyone!
    I posted this thread in other location and nobody helps me.
    I think this location is the best. See the followin content please and help me!
    https://forums.oracle.com/thread/2529006?tstart=0
    Regards.

    Don't need to create test case, someone else has already reported it on Chrome bug list.
    If this is a problem to you (and I think it will be if you have an applet with menus that is used on Chrome) perhaps you could follow this link,
    and star the item. (I note that this also stops drop lists from working.)
    To star the item, from the page, click 'back to list', find item 937, and click on the favourite star.
    http://code.google.com/p/chromium/issues/detail?id=937&q=java&colspec=ID%20Stars%20Pri%20Area%20Type%20Status%20Summary%20Modified%20Owner

  • Picasa slide shows stopped working in Firefox. They work fine in Google chrome. How do I fix this problem?

    I update a website for a Habitat for Humanity website. I have used the Picasa slideshows for years and they have worked perfectly in Firefox until Friday.
    They still work perfectly in Google Chrome. So, the problem is specific to Firefox. I have updated the Flash Player. What do I need to do to fix the problem? It is important for our affiliate to have people be able to see the photos of volunteers at work building.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    Can you post a link to a public page that doesn't require authentication (log in) to access it?
    Then we can check it ourselves.<br />
    If you do not want to post the link then you can also send it via a PM.

  • Scroller slow in Google Chrome

    I have a horizontal Flex SDK scroller, with content that is very wide. This doesn't present a problem in firefox or safari, but in Google Chrome(on the mac, haven't tested on PC) the movement is very jerky. I can't imagine how to resolve this in the code, if the result is inconsistent between browsers all I can think of is perhaps Google Chrome has a known problem with memory management or something similar... But then other people should be seeing this problem, and I can't see any other posts regarding it. Has anyone encountered this problem?
    Regards,
    Craig

    Here's a simple example:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark">
        <fx:Script>
            <![CDATA[
                import mx.collections.ArrayList;
                public function getDataProvider(n:int):ArrayList {
                    var arr:Array = new Array(n);
                    for (var i:int = 0; i < n; i++)
                        arr[i] = i;
                    return new ArrayList(arr);
            ]]>
        </fx:Script>
        <s:Scroller width="500">
            <s:DataGroup dataProvider="{getDataProvider(10000)}">
                <s:layout>
                    <s:HorizontalLayout useVirtualLayout="true" />
                </s:layout>
                <s:itemRenderer>
                    <fx:Component>
                        <s:ItemRenderer>
                            <s:Button label="{data}" />
                        </s:ItemRenderer>
                    </fx:Component>
                </s:itemRenderer>
            </s:DataGroup>
        </s:Scroller>
    </s:Application>
    Notice that even with 10,000 items in the dataProvider the startup time is minimal since there are only 6 ItemRenderers in view at one time so only a few more than that need to be created.

  • Google chrome

    I would like to try Google Chrome for Mac any problem for security ?
    It seems is the faster Safari ok but at times very slow
    Regards

    thanks becasue I read few reviews and negative point was the security. Is it a good alternative to Safari ? It seem very fast, Safari  is good but slow at times and I think Apple is not investing too much to make a better browser.
    Ciao

  • Why won't flash games go full screen with Google Chrome?

    I read a problem with another user with flash games. Adobe FP does work great with Google Chrome. The only problem is the games will not go full screen. I get a black screen and it freezes. Any solutions?

    For more information on Flash Player support on Operating System - browser combinations:
    http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html
    Thanks,
    Sunil

  • Why does google chrome keep closing unexpectedly?

    My google chrome keeps on closing unexpectedly after a few hours of use. It can be reopened again no problem, but just very annoying to lose all the tabs I had open when I am working. Any help would be much appreciated. Thanks.

    Thanks.
    I have the updated chrome (9.0.597.19).
    I have just now tried the recommendation by Zohaib Sharif in teh google gropus link you sent
    http://funbird.co.uk/tech-articals/google-chrome-freezing-and-hanging-problems/
    Hope this works!

  • Why does Google chrome not open or crash after installing mountain lion?

    Why does Google chrome not open and/or crash after installing mountain lion?

    Thanks.
    I have the updated chrome (9.0.597.19).
    I have just now tried the recommendation by Zohaib Sharif in teh google gropus link you sent
    http://funbird.co.uk/tech-articals/google-chrome-freezing-and-hanging-problems/
    Hope this works!

  • Can Google Chrome cause 2012 Macbook Pros to restart themselves

    I just recently bought a 15 inch 2012 macbook pro. I installed Google Chrome, and my computer began restarting itself from time to time. A black pop-up appears, saying that my computer needs to restart, in multiple languages. Is Google Chrome the cause of this?

    Google Chrome can cause untold problems on the 2012 MBP's. I'd suggest either ditching Chrome or using Chrome Canary -  https://tools.google.com/dlpage/chromesxs/ - some have reported good luck using Canary.
    Clinton

  • I can open Safari, Finder and Google Chrome ( my default browser) but they do not display on my iMac.  Evidently they are minimized somewhere but I can't figure out how to maximize them.  This has been a problem ever since I down loaded Mavericks.

    When I open Safari, Finder or Google Chrome (my default browser) they do not displayanywhere on my iMac. 
    Tthey are minimized somewhere but  how can to maximize them. 
    I can't say for sure this is related to Mavericks but the problem began shortly after dowloading Mavs.
    Any suggested fix?

    Hope the following helps to make things clearer.
    When I left click Safari or Google Chrome in my Dock, neither expands.  When I then right click wither one in teh Dock, a dialog box pops up  which gives me the option to close them, which implies that they are in fact open.
    In other words, when I left click on Safari or Chrome in my Dock, nothing visibly changes on my Desktop.  Indeed, neither Safari not Chrome are listed as the active window in the menu bar.  If I do the same with Finder, at least Finder shows up as active in the menu bar but that's all.  Finder itsef is not accessible and so I cannot  use it.
    On the other hand, I ahve no problem opening up Paralles 9 for Mac to access Windows/Explorer which is what I have done to send this note to teh Apple Communities Forum.  Nor do I ahve a problem opening up any of my other programssuch as Office for Mac, etc.
    I suspect this may be mavericks related but can't say for sure.
    Any help would be much appreciated.  Thanks.

  • RE: [Adobe Reader] when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? i

    HelloThank's for your helpsI hope this document is helpfulBest Regards,
    Date: Sun, 22 Jun 2014 17:10:17 -0700
    From: [email protected]
    To: [email protected]
    Subject:  when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help me th
        when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help m
        created by Anoop9178 in Adobe Reader - View the full discussion
    Hi,
    Would it be possible for you to share the document?
    Regards,
    Anoop
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6485431#6485431
         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:
         To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

    thank's for reply and your help
    i did the step's that you told me but  i still have the same problem
                                     i have the latest v.11.0.7
    i
    i disable the protected mode

  • Firefox and Google Chrome problem

    I updated plugins in Firefox - including Shockwave and now my Google Chrome browser crashes as soon as I open it. I uninstalled and reinstalled Chrome, but it still won't work. For a split second when I try to open Chrome I get an error that says something about Firefox, but it is not on the screen long enough for me to read or hit continue. I like using Chrome for one of my email accounts and some other stuff. Any one else having this problem?

    Normally there's no connection between Google Chrome and Firefox. Do you have any Chrome add-ons that interact with Firefox in any way, for example, to share data such as bookmarks, history, etc.?
    Chrome has an integrated version of the Flash plugin, so updates for Firefox or IE usually have no effect on Chrome.
    Does Chrome have a command-line switch to start up with a blank page instead of your regular home page? Or a "safe mode" with add-ons disabled? If so, you might try those.
    Perhaps if you use a screen recorder (like Jing) you can record that fleeting message and reply back with whatever it says.

Maybe you are looking for

  • Create a .jar with a database in mysql????

    Hi !!!! I create a script in .java, and I have none error. My script use a database, to read and to save some data. I create a Manifest.mf Manifest-Version: 1.0 Main-Class: AutoPlanning Class-Path: DriverJava/mm.mysql-2.04/mysql.jar What are the comm

  • Apache (httpd) restarts automatically

    After booting my mac my webserver is not running. starting apache with the command "sudo apachectl -k start" works as it should. the webserver has been started. but after the command "sudo apachectl -k stop" the following happens: (logfile) [Fri Aug

  • Having trouble making a textarea readonly in Netscape

    I have a jsp page with a textarea that I want to disable or make read only, however the "disabled" and "readonly" attributes of textarea only seem to work in IE not in netscape. Any one have any ideas how to disable in netscape?

  • Messaging problem on 5800XM

    Hello When I try to forward a text message to more than 10 people by using the contacts menu to select the recipients, the message changes from text message to multimedia message. Since, I do not have a subscription for multimedia messages with my se

  • Oracle 8 Client

    Hi, Where can I download an Oracle 8 client for linux? I'm trying to access an oracle 8 database from a linux computer. Do I have to let any other oracle product install it instead or I can find it by itself? Thanks, Manuel.