Small margin at the bottom of the browser

Hi,
I have a Flash file inserted into a centred div, the div is set at 100% width & height, the Flash file is set at "Exact fit". Everything looks fine except a small margin at the bottom of the browser window, in both Firefox4 or IE9. I've set the body to 0 margins all round but can't get rid of this margin. If I remove the Flash file set the div to a coloured background it's perfect, no margin at the bottom, driving me around the bend, can't find the answer.
I'm using CS5 DW & Flash.
I also tried reducing the height of the swf file but no luck. Would be grateful for some advise here.
Thanks in advance

Thanks for the reply John.
Sorry, site is not yet on a live server.
Just been fiddling around and I think I've fixed it, I set the div  Overflow to hidden, it's looking good.
Regards

Similar Messages

  • How would I get my footer to appear at the bottom of my browser

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html>
    <head>
    <title></title>
    <style type="text/css">
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    body {
    line-height: 1;
    background-color: #FFF;
    background-image: url(back.png);
    background-repeat: repeat;
    background-position: left top;
    ol, ul {
    list-style: none;
    blockquote, q {
    quotes: none;
    blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
    /* remember to define focus styles! */
    :focus {
    outline: 0;
    /* remember to highlight inserts somehow! */
    ins {
    text-decoration: none;
    del {
    text-decoration: line-through;
    /* tables still need 'cellspacing="0"' in the markup */
    table {
    border-collapse: collapse;
    border-spacing: 0;
    #container {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    #container ul {
    list-style-position: outside;
    margin-right: auto;
    margin-left: auto;
    #container ul li {
    display: inline;
    list-style-type: disc;
    padding-left: 40px;
    #branding {
    background-image: url(cb_logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-right: auto;
    margin-left: auto;
    height: 290px;
    width: 342px;
    position: relative;
    top: 150px;
    z-index: 4;
    #site_info {
    background-color: #461e03;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #cc9933;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-top: 100px;
    #site_info p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    line-height: 2em;
    #site_info p em {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 36px;
    font-style: normal;
    #nav_tools {
    background-color: #95b238;
    height: 31px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #b68d41;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #b68d41;
    text-align: center;
    margin-top: 100px;
    #nav_tools ul {
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    list-style-type: none;
    clear: left;
    display: inline;
    padding-left: 20px;
    #nav_tools ul li {
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    list-style-type: none;
    clear: left;
    display: inline;
    padding-left: 20px;
    #nav_tools ul li a {
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    list-style-type: none;
    clear: left;
    display: inline-block;
    text-decoration: none;
    .clear {
    clear: both;
    </style>
    </head>
    <body>
    <div id="container">
      <ul>
        <li>Walk-in</li>
        <li>Delivery</li>
        <li>Catering</li>
        <li>Special Orders</li>
      </ul>
      <div id="branding"></div>
    </div>
    <div id="site_info">
      <p><em>Coming soon</em><br/>
        714 Berryville Avenue<br/>
        Winchester, VA 22601<br/>
        At Berryville Avenue and Baker Lane<br/>
        p 540.450.8037<br/>
        f 540.450.8063<br/>
        e [email protected]<br/>
      </p>
      <div id="nav_tools">
        <ul>
          <li><a href="#">Site Map</a></li>
          <li><a href="#">Privacy Policy</a></li>
          <li><a href="#">Terms of Use</a></li>
        </ul>
      </div>
    </div>
    </body>
    </html>

    I am using the sticky footer work around to keep my footer at the bottom of the browser window but when I close it my footer gose under my nav_tool DIV why?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html>
    <head>
    <title></title>
    <style type="text/css">
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    body {
    line-height: 1;
    background-color: #FFF;
    background-image: url(back.png);
    background-repeat: repeat;
    background-position: left top;
    ol, ul {
    list-style: none;
    blockquote, q {
    quotes: none;
    blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
    /* remember to define focus styles! */
    :focus {
    outline: 0;
    /* remember to highlight inserts somehow! */
    ins {
    text-decoration: none;
    del {
    text-decoration: line-through;
    /* tables still need 'cellspacing="0"' in the markup */
    table {
    border-collapse: collapse;
    border-spacing: 0;
    #container {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    #container ul {
    list-style-position: outside;
    margin-right: auto;
    margin-left: auto;
    #container ul li {
    display: inline;
    list-style-type: disc;
    padding-left: 40px;
    #branding {
    background-image: url(cb_logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-right: auto;
    margin-left: auto;
    height: 290px;
    width: 342px;
    position: relative;
    top: 150px;
    z-index: 4;
    #site_info {
    background-color: #461e03;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #cc9933;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-top: 0px;
    height: 300px;
    #site_info p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    line-height: 2em;
    #site_info p em {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 36px;
    font-style: normal;
    #nav_tools {
    background-color: #95b238;
    height: 31px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #b68d41;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #b68d41;
    text-align: center;
    margin-top: 100px;
    #nav_tools ul {
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    list-style-type: none;
    clear: left;
    display: inline;
    padding-left: 20px;
    #nav_tools ul li {
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    list-style-type: none;
    clear: left;
    display: inline;
    padding-left: 20px;
    #nav_tools ul li a {
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    list-style-type: none;
    clear: left;
    display: inline-block;
    text-decoration: none;
    <!--
    ------------footer styles ----------
    -->
    margin: 0;
    html, body {
    height: 100%;
    .wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
    .footer, .push {
    height: 4em;
    background-color: #461e03;
    color: #FFF;
    </style>
    </head>
    <body>
    <div class="wrapper">
      <div id="branding"></div>
      <div id="site_info">
        <p><em>Coming soon</em><br/>
          714 Berryville Avenue<br/>
          Winchester, VA 22601<br/>
          At Berryville Avenue and Baker Lane<br/>
          p 540.450.8037<br/>
          f 540.450.8063<br/>
          e [email protected]<br/>
        </p>
        <div id="nav_tools">
          <ul>
            <li><a href="#">Site Map</a></li>
            <li><a href="#">Privacy Policy</a></li>
            <li><a href="#">Terms of Use</a></li>
          </ul>
        </div>
      </div>
      <div class="push"></div>
    </div>
    <div class="footer">
      <p>Copyright © 2009 City Bagel’s. All rights reserved</p>
    </div>
    </body>
    </html>

  • Missing bar @ the bottom of the browser window

    in previous versions of FF (up to 3.x?) there was a bar at the bottom of the browser window which showed:
    - a lock when on an encrypted page
    - a field when the download pop-up was closed while there were still downloads going on and showing how much time was left for the download(s) to finish
    are those icons / functionalities still available available ?
    if not, would it be possible to put them back?

    The Statusbar is gone and the "lock" with it, as of Firefox 4.0. Security information about a web page is shown by the Site Identity Button.<br />
    The old padlock could give users a false sense that a site is secure by not supplying all of the information about a site and only showed that there is a secure connection that didn't guarantee that you are connected to the right server. The Site Identity Button was introduced in Firefox 3.0 to show more complete "identity" information for HTTPS web pages. <br />
    https://support.mozilla.com/en-US/kb/Site+Identity+Button
    You can add a padlock to the location bar with the Padlock add-on- https://addons.mozilla.org/firefox/addon/padlock-icon

  • The Windows XP links tool bar at the bottom of the screen now hides the last line or lines of the browser screen. Why? (V3.6.16)

    I use V 3.6.16 and since a recent update, it looked as if I'd lost a line or two at the bottom of the screen. What happened is that the Windows task bar showing quick launch icons, links to running programs (tabs) and the clock, etc., now obscures the last few lines of the browser display. This is since approximately a week. I assume it's due to FF updates rather than to WinXP but of course I don't know. I don't see a problem with other programs. In particular, IE doesn't do it which makes me think it's an issue with FF and it's new. I looked for something under options I could change but couldn't find one. Anyone have an idea?
    System is working fine -- Windows XP SP/3 with all updates. Avira antivirus. Thanks!

    Oops... sorry! Problem was that the window was not full screen! Darn, I'm a dummy. It was almost full screen so I didn't bother to check. Issue solved. Sorry for the false alarm.

  • Whenever I open a new Firefox Browser, the other Firefox Browsers that I have minimized to the bottom of the screen all restore, (reopen up) onto the screen with the new opened Firefox Browser, how do I stop this? Just want the new one to open on screen

    Whenever I open a new Firefox Browser, the other Firefox Browsers that I have minimized to the bottom of the screen all restore, (reopen up) onto the screen with the new opened Firefox Browser, how do I stop this? Just want the new one to open on screen and the existing stay minimized.
    == This happened ==
    Every time Firefox opened
    == I think when a I updated or downloaded a newer version of FireFox at Firefox's suggestion.

    Hmm that does sound a bit strange - I use a system quite similar to yours (XP, FF 3.6.3), and don't see this behaviour.
    I would recommend trying to start Firefox in Firefox [[Safe Mode]] (make sure you close '''all''' running Firefox instances first), and see if this problem persists.
    If not, it could be some add-on causing this behaviour - restart Firefox in Safe Mode, disable all add-ons, and enable them one by one to find the guilty one.
    If it still happens in Firefox Safe Mode, some other program (or something in Windows itself) most likely is the cause. We may be able to help with this too, so let us know what works and provide as much additional information as possible to let us help you solve this.
    Please let us know how above works out, and if we can be of further assistance. Detailed feedback is appreciated and helps us to help you better, plus enables us to better help other users with similar issues.

  • I would like to have at least 1 of my toolbars displayed at the BOTTOM of my open browser screen.How do I move a toolbar from the top to the bottom of the page?

    I would like to have at least one of my toolbars displayed at the '''BOTTOM''' of my open browser screen. How do I move '''a''' toolbar from the top to the bottom of the page? I do NOT want to do this by using an extension, and when I read about the extension, I really did not see how it would move the toolbar from the top to the bottom any open browser page.
    Thank you in advance for supply the answer and procedure to get this accomplished.

    Try this extension to create extra toolbar at the bottom and drag items from other toolbars on it.
    *TotalToolbar: http://totaltoolbar.mozdev.org/
    ''(compatibility is at 13.0a1, so you may need to override the installation to check if the extensions works)''

  • Safari lion has small window that scrolls up from the bottom of the web page

    Since up grading to Safari Lion (6.0.2) I get this window creeping up from the bottom of the web page. 
    That little window asks "searching for ....what ever I've typed in my google search engine...."  and slowely scrolls up from the bottom of the web page.  If I click just right on it it goes away to reappear on the next web page.  If I click anywhere on it though it redirects to a rxlist page or some health page etc.  Not related to my search at all.
    Also, since upgrading the following have been recurring and prominate pain in the necks
    1)  I can't scroll down on the page using my mouse.  Only with the up and down arrows
    2)  Sometimes when I type a querrie into my search engine line at the top of the brower, it auto redirects to some radom website.  Again usually rxlist or vibes caster shop.com etc etc.  It does not happen 100% of the time but 80%
    3)  When I am typing in my search querries, I can't backspace to delete.  I have to highlight and retype the entire search.
    4) i know I'm going to sound crazy but if I search in google for "safari ... problems" etc.  all problems go away and I can surf to my heart's content.  It's like as soon as I start complaining it knows and auto corrects!!
    FYI I always delete all history, and cache using the "reset safari, and the develop tab and then empty caches.
    Do I have a virus of some kind?  What do I need to do?  Anyone have similiar problems?
    Thanks a million in advance for any of your help.
    Kevin

    Check out TonyE's answer found here: <br>
    https://support.mozilla.com/en-US/questions/804377#answer-158895
    He pretty much says you should install the Status-4-Evar addon: <br>
    https://addons.mozilla.org/firefox/addon/status-4-evar
    Once you install it, check its options and there should be a setting to turn off that small popup box. And I don't think you have to do the about:config part, that setting affects other popups that you probably want.

  • PROMBLEM...I like to use your Browser exclusively,but when I drop down my Bookmarks,then pick one....after I am done the bottom of the Bookmarks is still visabl

    PROMBLEM...I like to use your Browser exclusively,but when I drop down my Bookmarks,then pick one....after I am done the bottom of the Bookmarks is still visable over the bottom pinbar (across the bottom of my screen) How do I get rid of it?? My computer Guy reinstalled Mozilla Firefox and it still happens...FYI,it doesnt happen with other browsers....
    > Thank You in advance for your Help!! SANDY

    Could you try disabling graphics hardware acceleration? Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches with some graphic cards/drivers.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    orange Firefox button ''or'' classic Tools menu > Options > Advanced
    On the "General" mini-tab, uncheck the box for "Use hardware acceleration when available"
    Does that make any difference?

  • Bring the bottom of the page to margin

    How to bring the bottom of the page to margin(double headed arrow)?
    after creating the layout in the report bulider and click the print previw button in the form. i get the preview in internet explorer,then click the page preview i get the output screenshot i mentioned below. even i have adjust the height of the page still i getting the same no increase of height. i cant bring down the bottom to that margin.
    below link show screenshot of the page
    http://imageshack.us/photo/my-images/864/newbitmapimagewgj.png/
    i set page height as *11*.
    how to do this pls help.
    skud.

    Go to the margins and drill it down.

  • Suddenly, the seperators in my bookmark sidebar get removed to the bottom of the list whenver I open the browser, totally ruining my organizing. what can I do?

    When I started firefox today, I noticed that in my sidebar the seperator lines I use for organizing my bookmarks and folders were gone, removed to the bottom of the list. Also, the bookmarks got rearranged. It was complete chaos.
    I used the back-up function to get my initial order back, but whenever I close the browser and reopen it, I am having the same issue again. Instant bookmark chaos with every browser start.
    What can I do to stop this? It's really a pain... Thank you so much for your help!

    Problems with bookmarks and history not working properly can be caused by a corrupted places.sqlite database file.
    You can check for problems with the places.sqlite database file in the Firefox profile folder.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file

  • Div does not touch the bottom of the browser?

    Hey guys
    Please have a look at this website thats i busy working on www.flyingantserver.co.za . The problem im having with it is that the div is not touching the bottom of the browser. Im not sure why, but i think the problem might be in my css, Please could someone help me spot the problem thanks.
    Yours
    Ashveer

    Hi Mahendra
    I just had a look at it on an older PC with IE6 and its all off. Now I know most of the methods I have used are modern but how can I satisfy both versions of IE by achieving the same result.
    Yours
    Ashveer

  • The whole bookmarks section of my browser is gone. Also, the toolbar at the bottom of the desktop is covered up by firefos, that has not happened before and I do not like it.

    The whole bookmarks section of my browser is gone. Also, the toolbar at the bottom of the desktop is covered up by firefos, that has not happened before and I do not like it.
    Please help me set it up the way it was. I like my favorites on the toolbar.

    Are you in the Full Screen mode? Hit '''F11''' and see what happens.

  • How do I remove a small line at the bottom of the page?

    Hello!
    I'm formatting some work for a client and I can't seem to find out how to remove this line at the bottom of the screen. It's on every page. It's not a line that was drawn in because I can't click to remove it. Has anyone seen this before?
    Thanks,
    KHILL

    Post a screen shot so we know what you are talking about.
    Does it print, or is it just on the screen?
    Jerry

  • May sound silly, the icons at the bottom of the page can they be made bigger or smaller and how

    how do you change the icons at the bottom of the dock, make them bigger or smaller

    If you mean the items on the Dock, just click and drag up/down on the vertical dashed line that separates program icons from those for Documents, Applications, Downloads, and Trash.

  • How to display table range navigation bar at the bottom of the tr table i

    Hello,
    While I am using trinidad, I have to face a critical issue. Can I display table range navigation bar at the bottom of the <tr table> in Trinidad? and remove the range dropdown list, only show the "previous" and "next" link? The project is critical on the UI, this problem is very small but has to be fixed? Does anyone have any ideas&#65311;

    Difficult to do?  No.
    <ul id="bottom-nav"><li><a hef="whatever.php">whatever</a></li><li class="last"><a hef="whatever2.php">whatever2</a></li></ul>
    With this CSS -
    ul#bottom-nav {
         list-style-type:none;
         overflow:hidden;
         width:70%;
         margin:0 auto;
    ul#bottom-nav li {
         float:left;
         padding-right:10px;
         border-right:1px solid #FFF;
    ul#bottom-nav li.last {
         border:none;
    ul#bottom-nav a {
         /* your styles here */

Maybe you are looking for

  • It hangs when playing games

    My system is Windows 7 - 64 bit operating system I've used Firefox for many many years and always praised it compared to EI. I am afraid I wont be able to praise it much more. It stinks. It hangs mostly when I am playing games or looking at pictures

  • Selling my power mac G5, how do i clear the hard drive?

    hello! i am going to be selling my power mac G5. how do i clear the hard drive of all of my stuff, so the new owner has a fresh "new" mac?

  • Error message while installing CS6

    It says  ''cannot use this product under a guest account'' please helppp :///

  • Stupid SWING! I condemn swing here and now!

    It's so hard to get! My applet works on netscape because it starts the java console, whereas IE doesn't(i have 5). Where can I get swing, or at least make the java console start with IE. Also, the error in IE is: Load: class appletname not found its

  • Document titles within desktop folders blacked out

    Does anyone know why my document titles within folders on my desktop are being blacked out? Please see attached for a screenshot. I am running on a mid 2014 Macbook Pro 13" - Yosemite 2.6 GHz Intel Core i5 - 8GB 1600 MHz DDR3 Thanks in advance!