Clearfloat problem-extra space remains in IE

Hi,
I've worked on this problem, did the Google thing, but I just
can't resolve it. There is extra space remaining under the image
even after using clearfloat. I want the bottom border to snug up to
the bottom of the image, but somehow in IE I keep getting that
horrible gray space.
Main
page-with troublesome space below before footer
Thanks so much for helping... as always!
Cheers,
Janell

I don't see an extra space problem related to floats in IE6
but I do see a
gray png background image under the spash-text. Pre-IE7
browsers do not
support alpha transparency on png images. If you get rid of
the bg image,
you'll see better results in IE. Or do a search for IE
conditional comments
or the IE star hack to serve a different image to pre-IE7
browsers.
--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com
"Janell1" <[email protected]> wrote in
message
news:[email protected]...
> Hi,
> I've worked on this problem, did the Google thing, but I
just can't
resolve
> it. There is extra space remaining under the image even
after using
> clearfloat. I want the bottom border to snug up to the
bottom of the
image,
> but somehow in IE I keep getting that horrible gray
space.
>
http://www.acmedigitaldesign.com/marmit/index.html
> Thanks so much for helping... as always!
> Cheers,
> Janell
>
> @charset "UTF-8";
> body {
> margin: 0; /* it's good practice to zero the margin and
padding of the
body
> element to account for differing browser defaults */
> padding: 0;
> text-align: center; /* this centers the container in IE
5* browsers. The
text
> is then set to the left aligned default in the
#container selector */
> color: #000000;
> font-family: Verdana, Arial, Helvetica, sans-serif;
> font-size: 100%;
> background-color: #000000;
> }
> .oneColFixCtrHdr #container_entirepage {
> width: 780px;
> margin: 0 auto; /* the auto margins (in conjunction with
a width) center
the
> page */
> }
> .oneColFixCtrHdr #container {
> width: 780px; /* the auto margins (in conjunction with a
width) center
the
> page */
> border: 1px solid #a9a69a;
> text-align: left; /* this overrides the text-align:
center on the body
> element. */
> background-color: #3b3b3b;
> margin-top: 0;
> margin-right: auto;
> margin-bottom: 0;
> margin-left: auto;
> padding-bottom: 0px;
> }
>
> .oneColFixCtrHdr #header {
> background-color: #3b3b3b;
> padding-top: 5;
> padding-right: 20px;
> padding-bottom:5;
> padding-left: 20px;
> }
> ul.MenuBarHorizontal ul {
> margin: 0; /* zeroing the margin of the last element in
the #header div
will
> avoid margin collapse - an unexplainable space between
divs. If the div
has a
> border around it, this is not necessary as that also
avoids the margin
collapse
> */
> padding: 10px 0; /* using padding instead of margin will
allow you to
keep
> the element away from the edges of the div */
> }
> .oneColFixCtrHdr #mainContent {
> background-color: #3b3b3b;
> padding-top: 0;
> padding-right: 0px;
> padding-bottom: 0;
> padding-left: 0px;
> height: auto;
> }
>
> .oneColFixCtrHdr #footer {
> background:#000000; /* this padding matches the left
alignment of the
> elements in the divs that appear above it. */
> text-align: center;
> padding-top: 0;
> padding-right: 10px;
> padding-bottom: 0;
> padding-left: 10px;
> }
> .oneColFixCtrHdr #footer p {
> font-family: Geneva, Arial, Helvetica, sans-serif;
> font-size: 80%;
> line-height: 1.5em;
> font-weight: 100;
> color: #777777;
> text-decoration: none;
> margin: 0; /* zeroing the margins of the first element
in the footer
will
> avoid the possibility of margin collapse - a space
between divs */
> padding: 10px 0; /* padding on this element will create
space, just as
the
> the margin would have, without the margin collapse issue
> text-align: center;
> }
> .oneColFixCtrHdr #footer p a:link {
> color: #c4a561;
> text-decoration: none;
> }
> .oneColFixCtrHdr #footer p a:visited {
> color: #c4a561;
> text-decoration: none;
> }
> .oneColFixCtrHdr #footer p a:hover {
> color: #ea9c15;
> text-decoration: none;
> }
> .oneColFixCtrHdr #footer p a:active {
> color: #ea9c15;
> text-decoration: none;
> }
>
>
>
> /* Below are the designer's custom layout styles */
>
> .image_aligncenter {
> padding-top: 20px;
> padding-right: 30px;
> padding-bottom: 0px;
> padding-left: 30px;
> }
> .armitage_sig {
> clear: none;
> float: right;
> z-index: 1090;
> }
> .large_image_z {
> z-index: 1090;
> }
> .splash_textover {
> float: left;
> z-index: 3000;
> background-image:
url(images/splash/transparent_png.png);
> clear: none;
> height: auto;
> width: 400px;
> position: relative;
> top: -75px;
> left: 20px;
> font-family: Verdana, Arial;
> font-size: 14px;
> line-height: 1.2em;
> font-weight: 100;
> color: #bcb9ab;
> text-decoration: none;
> }
> .clearfloat {
> clear:both;
> height:0;
> font-size: 1px;
> line-height: 0px;
> overflow: hidden;
> }
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
> "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="
http://www.w3.org/1999/xhtml">
> <head>
> <meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
> <meta name="description" content="Sculpture &
Fine Art pieces by Los
Angeles
> based Michelle Armitage specializing in bronzes, steel,
stone, and
mixed-media.
> Art commisions welcome. " />
> <title>Sculptor, Fine Artist, All
Media</title>
> <link href="oneColFixCtrHdr.css" rel="stylesheet"
type="text/css" />
> <script src="SpryAssets/SpryMenuBar.js"
type="text/javascript"></script>
> <link href="SpryAssets/SpryMenuBarHorizontal.css"
rel="stylesheet"
> type="text/css" />
> </head>
>
> <body class="oneColFixCtrHdr">
> <div id="container_entirepage">
>
> <div id="container">
> <div id="header">
>
> <ul id="MenuBar1" class="MenuBarHorizontal">
> <li><a href="index.html" title="Home
">HOME</a> </li>
> <li><a href="artist.html" title="The
Artist">THE ARTIST</a></li>
> <li><a class="MenuBarItemSubmenu"
href="gallery.html"> GALLERY</a>
> <ul>
> <li><a href="gallery.html"
title="Gallery">MAIN
GALLERY</a></li>
> <li><a href="steel.html" title="Steel
Gallery">STEEL</a></li>
> <li><a href="stone.html" title="Stone
Gallery">STONE</a></li>
> <li><a href="bronze.html" title="Bronze
Gallery">BRONZE</a></li>
> <li><a href="largerworks.html"
title="Larger-works">LARGER
> WORKS</a></li>
> <li><a href="mixedmedia.html"
> title="Mixed-Media">MIXED-MEDIA</a></li>
> </ul>
> </li>
> <li><a href="exhibitions.html"
title="Exhibitions">EXHIBITIONS</a></li>
> <li><a href="contact.html"
title="Contact">CONTACT</a></li>
> </ul>
>
> <!-- end #header --></div>
>
> <div id="mainContent">
>
> <div class="image_aligncenter"
align="center"><img
> src="images/splash/splash_title.gif" alt="Armitage
Design presents the
work of
> Michelle Armitage" width="661" height="169"
align="center"/></div>
> <div class="large_image_z"><img
src="images/splash/splash_sculpt.gif"
> alt="Sculpture" width="776" height="381"
/></div>
> <div class="splash_textover">
> Sculpture &amp; Fine Art pieces by Los Angeles based
Michelle
Armitage
> specializing in bronzes, steel, stone, and mixed-media.
Art commissions
welcome.
> </div>
> <!-- end #mainContent --></div><!-- end
#container --></div>
> <br class="clearfloat" />
> <div id="footer">
> <p align="center">&copy;2008 Michelle
Armitage<br />
> <a href="index.html">home</a> | <a
href="artist.html">artist</a> | <a
> href="gallery.html">gallery</a> | <a
href="exhibitions.html">exhibitions</a> |
> <a href="contact.html">contact</a></p>
> </div>
> <!-- end #footer -->
> </div>
>
> <script type="text/javascript">
> <!--
> var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1",
> {imgDown:"SpryAssets/SpryMenuBarDownHover.gif",
> imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
> //-->
> </script>
> </body>
> </html>
>

Similar Messages

  • Strange problem - Extra space coming before period.

    I have a strange problem with CR 2008 SP2. I tried in SP3 also . Same problem exists.
    Consider a text like "Configuration.". If I add this text in designer and use a preview is shows like "Configuration.". But when I run the report , it displays like "Configuration  .".  Note the extra spaces coming before period. I am using win xp . And using win form application. The font used Times New Roman. This issue is common to any text shown in report. Where ever a period is displayed , extra space is coming . How to solve this issue.

    There is an "fix" which has been intentionally not documented in release notes as itu2019s a new hidden API added in XIR2 SP4 and XI3.1 that could cause problems with rendering of other fields.  To activate the fix, a configuration file has to be added to the project, called "app.config" (.NET 2.0) and it contains the following information. Then rebuild the solution. Please test thoroughly...
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
      <configSections>
        <sectionGroup name="businessObjects">
          <sectionGroup name="crystalReports">
            <section name="crystalReportViewer" type="System.Configuration.NameValueSectionHandler"/>
          </sectionGroup>
        </sectionGroup>
      </configSections>
      <businessObjects>
        <crystalReports>
          <crystalReportViewer>
            <add key="AntiAlias" value="true"/>
          </crystalReportViewer>
        </crystalReports>
      </businessObjects>
    </configuration>
    Ludek

  • Having problem with extra space below footer (sticky footer already checked)

    Hi there, im having this problem after updated my adobe muse cc. For some reason there is extra space below the footer.
    It looks fine when i try to view them offline, but when I upload them, the extra space appears. Here's the url for both of the website with extra space below
    1. http://unionvisual.web.id/home-page.html
    2. PT-Smas

    Hi there
    Thx for your reply, is here i upload my screenshot
    and here

  • Strange Problem With Extra Spaces

    Hello,
    My development staff is experiencing a very strange problem with our JSP pages which display the values from a JDBC result set. We have two environments here: development and production. We have been creating pages in development which work out fine in our development environment. But when we move the page into production, each value which results from the ResultSet getString() method is having multiple blank spaces appended to the end of the value. So, for example, a 5 digit zip code field is really showing up with a length of 8 or 9 because there are extra spaces added to the end of the value.
    We are able to work around this problem by using the trim() method, but this is getting quite tedious to do to every single page in the site. It is very annoying because the problem does not exist in the development environment.
    So you figure there must be a difference in our development and production environments. But there really isn't. Here is the details for both environments:
    OS: Windows NT 4.0
    Web Server: Apache with Tomcat setup as a plugin
    Database: Sybase ASA 6.0.3
    JDK: 1.3
    Apache and Tomcat were installed from the same download on both servers. Sybase was installed from the same CD on both servers - and the JDBC Driver (SybDriver) was copied from one server to the next.
    Sorry for the long explanation - but does anyone have any idea what could be occurring? Why are the extra spaces being appended to the production pages and not the development pages?
    As always, thanks in advance for any suggestions!
    -- Chris

    Hello Paul,
    Thank you for taking the time to analyze this case.
    The data in the system comes from two different sources. The first source is a nightly feed from a legacy system. The second source is user input via the JSP application. The records that were inserted from the nightly feed have an accurate length() value (meaning there is no untrimmed spaces trailing along.) But the values coming in from the application have extra spaces appended to them. In the development environment, however, both sources provide properly trimmed data.
    If I enter an 8 character last name into the web form in the production app, the value which ends up in the database upon submission will have 2 to 3 extra spaces. I know that this sounds strange - and believe me, it is boggling everyone here. I suspect this problem has to do with the Tomcat installation - even though it was installed identically in each server.
    I think we are just going to have live with using the trim() for every database submission. As always, thank you for the help, and all ideas are always welcome.
    -- Chris

  • Deletion of extra space in ALV report output

    Hi Experts,
    I have one issue where i have to delete the extra space in the output of  ALV report.
    Please let me know the possible way... Its very urgent.
    Thanks in advance
    Siri

    Hi Siri,
    Try these following steps in your report...... i think, it will lead you to solve your problem.
    1. Give output length of alv column as 10.
    2. OUTPUTLEN is there in Field catalogue
    3. "gt_layout TYPE lvc_s_layo" -  use this one field col_opt
    Reward if useful.
    Regards,
    Harish

  • Crystal for VS 2010 - formatting issues in viewer (extra space) again

    We're having the same problem as the one in this thread link:[Crystal 2008 for VS 2010 - Report formatting issues in viewer (extra space);. There's no resolution in the thread and it's been closed. I'm hoping that creating a new thread may cause someone to answer this problem.
    We have a Windows App that we just converted to .NET 4.0 and updated the viewer to the Crystal Reports Viewer in VS 2010. When we open a report that has a large block of static text in paragraphs left-aligned the spacing around punctuation is awful - there's almost a tab's worth of space between the last letter and the period. U.S. looks like US. This happens both with reports that were created in VS2008 and ones that were created in VS2010. It is only a problem in the viewer's display - if we print to a printer or export to PDF the spacing around punctuation is fine. It's also not a problem on our development workstations which are running Windows 7, but is a problem on our test servers which are running Windows 2003 Server. I ran the modules tool and found that the version of usp10.dll does match what the previous thread said it should be and it's coming from the c:\program files\sap businessobjects\crystal reports for .net framework 4.0\common\sap businessobjects enterprise xi 4.0\win32_x86\ folder. On my development machine when I run the modules tool I notice that a second instance of usp10.dll is called which is the version installed with Windows 7. We've tried changing fonts but none of the ones we've tried (originally in Times New Roman, 12, tried Arial, Times and various sizes) have made a difference. We also tried changing the print options with no improvement. The only thing that makes it slightly better is full-alignment but our customer insists that it be left-aligned.

    Re. the other thread. I never did receive a sample of the report to test with. Perhaps I can get one from you? I need you to ensure that the issue occurs with a "saved data" report. If it does, let me know if you can share it and I'll contact you via email. My comment in the other thread re. available time, priorities, etc., still applies. Also, just to be clear. Service Pack 2 for CRVS2010 is closed now. Thus if I am able to reproduce the issue the fix will be targeted for October \ November time frame - no guarantees though...
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • No space remaining on hard drive

    My wife's MacBook Unibody (late 2008) is having a recurring hard drive problem where some program or utility is consuming nearly all available space on the internal drive.
    The computer's original configuration is as follows:
    2.0GHz Intel Core 2 Duo (2 cores)
    4GB DDR-3 1066MHz RAM (2 X 2GB SODIMMs)
    160GB SATA Hard Drive
    OS X 10.5 (Leopard) + any updates to that version
    Following the advice of Apple Care and a knowledgable friend who's also a MacBook user we updated the operating system to the newest version of OS-X, Mountain Lion.
    I also updated the hardware to best compliment the newer version of OS X. I recently upgraded the memory to 8GB and installed an 80GB Corsair SSD with the latest firmware. Both seemed to alleviate the issue of performance and my wife stated that she perceived a big increase in performance from the original hardware.
    She's also using an external USB Hard Drive, 1.5TB Seagate with a dedicated AC power adaptor, for her time machine backups. She also uses this as her storage drive for any files larger than 1GB. So all that remains on her internal drive, the 80GB SSD, are the OS and installed programs. After the initial setup of Mountain Lion she had over 30GB of space remaining on that drive with no apparent problems.
    The problem has occurred again, consuming all user-available space on the internal SSD. There aren't any other programs, applications or utilities that we can see to account for the loss of usable sapce.
    Could this be a bug within the NVIDIA MCP79MXT-B2 Chipset?

    We did use a program to determine what was taking up the space, but it appeared to be some glitch that was writing multiple gigabytes of log file entries. Without an alternative solution we've just been identifying and deleting these every couple of months. We're uncertain whether its a hardware, firmware or software problem that's writing these log files that are invisible to OS-X's build in file management system. If it weren't for a free 3rd party app, cannot recall the name at the moment, then we wouldn't be able to see and delete these log files - rendering the computer unusable.

  • Extra spaces added (that I can't get rid of) when using STHeiti font.  Anything I can do?

    Hi there,
    When I use the font that I want to use (STHeiti), extra spaces get added automatically—spaces that, by the way, I can’t ‘delete’—after every apostrophe (or single quotation mark).  See screen grabs below:
    Here's another example:
    Do you know how I can make these spaces go away?  When I do a search on the internet (InDesign STHeiti), I see that others have had other types of problems with this font… having to do with exporting a finished project to pdf and getting it printed. 
    In the context of talking about it, one person says that the STHeiti font "is installed as part of the Apple operating system, and is probably only meant for onscreen display".
    But someone else adds:  "the font is installed, by default, on all macs running 10.4 and above (possibly further back than that, but lets go with what we know), so opening the file at the printers on such a mac will have the font available”
    I'm on my Mac, though (not yet ready for the printer), so why do I have a problem using this font?
    I know I could use another font, but this STHeiti is a really nice one!
    Thanks for any advice,
    Malcolm

    Wow... that works beautifully.
    I've done it, but before proceeding too much further I'll google and try to find out more about this "Use Typographer's Quotes" setting.  Don't want it to bite me down the road.
    Thanks very much for the tip—
    Malcolm

  • How do I remove extra space after an image in an ePub created with InDesign?

    I've designed more than a dozen ebooks with InDesign and have recently been having problems with the spacing after images, both images that are anchored in the text or stand-alone and exported through the Articles Panel. Following are a few details:
    • In the Object Export Settings, I have the vertical spacing set to 0 both before and after the images and no breaks added.
    • In the Export panel, I do not have any vertical spacing applied to images.
    • I do not have any Object Style settings applied.
    • It doesn't seem to matter if I anchor the image into the text or have it as a stand-alone image in the Articles Panel with the caption after it in a separate text box, also in the Articles Panel.
    • I broke down the ePub into an html file and did not see any div or span classes that were different between images that are showing correctly vs. incorrectly.
    • Extra space appears in both iBooks on my computer, as well as on my iPad.
    • I converted to a mobi file for the Kindle and the space wasn't there.
    See attached screen shot. There shouldn't be that big gap between the image and the orange caption.
    Any help or suggestions anyone can provide would be greatly appreciated. I feel like I've tried everything I can think of with the same results over and over!

    Yes. That is the technique I traditionally use to drop an image into text. I even cut and pasted again as you suggested with the same result. Trust me, this is driving me nuts. I'm not doing anything different than before, but my results are different, even within the same document. I'll attach a few examples, all from this same document.
    How the space after my in-line image is supposed to look:
    And then a few of the pages with the mystery gap:

  • The extra space created due to Conditional Build Tags

    Hello,
    I am authoring a online help file, for a web application. As different content is needed for the 4 different roles of the user, I have used Single Sourcing option and made use of conditional build tags for the content that is not common among the different roles. I even have images which are difffernt for the differnt roles. I have used conditional build tags for these too. The problem is that, extra space appears in place of the images which are not applicable to build I am publishing. Is there any workaround other than modifying the HTML files to remove the extra space added?
    Regards,
    Deepti Korwar

    hi Deepti,
    I have seen this issue on multi-level lists (in RH9) when using soft returns (Shift-Enter) within the lists.
    An extra space is added before images marked with CBTs. But this only caused problems in print.
    Are you seeing this space on all outputs or just print?
    Can you paste a code snippet from one of the offending list?
    Perhaps you can get round this by opening up the HTML tab and carefully examining and perhaps moving the CBTs.
    e.g. <?rh-cbt_start condition="xyz" ?><img src="xyz"  > <?rh-cbt_end ?></p><?rh-list_end ?>
    Will be helpful to see the code.
    thanks
    Craig

  • Carriage Returns in HTML Code Creating Extra Spaces Between Elements

    I've looked online all over and can't find the solution to my issue. I've found several pages explaining a similar event, but no solution.
    When placing many divs next to each other, I would like to visually view the code as one div per line: (see image) To get this, I have to use hard returns in my code (this method makes editing a lot easier visually). But doing so adds extra spacing between the divs which turns a 3 column set of thumbnails to 2 colums. I can fix this if I adjust the physical margins between the divs, but this can't be the only fix.
    The other fix is if I place the code back to back to back (see image): This makes the div's behave and appear as they should, but now the code is a visual mess because it's all cluttered.
    What I want is to be able to use as many carriage returns in my code and for browsers to disregard these types of line breaks in the code. So essentially, how can I get away from these extra spaces when using hard returns in code?

    I think that both your pages have a missing </div> at the end somewhere.
    Opps... that happened when I was stripping down the page to create a working example of my issue. I've fixed the missing div and re-uploaded both pages. The problem is still there.
    Change display: inline; to float: left; and add margin: 0 0 4px 4px; (as shown below)
    I had already tried using float, but something else in the code was forcing the columns to 2 instead of 3.
    Have you used "Apply Source Formatting" ?
    I use that religiously. I'm quite anal about visually clean code.
    Well, I just fixed the problem while replying... funny... I removed the margins from the actual img element (.imageThumb img) and placed it on the div which surrounds the img (.imageThumb). I also reapplied the float. Thanks all for the help - it helped me rethink. But I could have sworn I had once placed the margins on .imageThumb before and it didn't work.
    .imageThumb {
        width: 100px;
        height: 75px;
        display: inline;
        float: left;   
        margin: 0px 10px 10px 0px;
        cursor: pointer;
    .imageThumb img {
        /*margin: 0px 10px 10px 0px;*/

  • Firefox copy feature always adds extra space before or after when double clicking to select text

    I have only just started using Firefox but I've noticed a strange "feature" (I'm not sure if it's a feature or a bug, thus the quotes). I'm used to Opera and IE where by when I double click some text the text will be automatically selected. Firefox does something like this but for some reason I don't yet understand it adds an extra space at the beginning or end of the selection. This is a problem for someone like me who for work does a lot of copy and paste. I use web software that is intolerant of extra spaces and this feature/bug is going to end up causing some major issues.
    Is there a way to alter this behavior so that it behaves more like all my other computer programs? Your help is greatly appreciated.

    Not sure if this will help with your issue, but can try.
    In the URL bar type about:config
    Then change layout.word_select.eat_space_to_next_word to false.

  • Can anyone tell me why there's an extra space here?

    Can anyone tell me why there's an extra space here? http://www.libertywebmarketing.com/test/test.html
    SOURCE CODE:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Test</title>
    <link href="css/Test.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
    background-attachment:fixed;
    background-image: url(images/background.jpg);
    background-color: #000;
    background-repeat:no-repeat;
    background-position:top;
    background-position:center
    </style>
    </head>
    <body>
    <div class="container" id="container">
      <div id="Top"></div>
    <div id="Copy">
       <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In malesuada cursus   commodo. Sed eleifend dolor nibh. In augue turpis, sollicitudin et luctus at,   suscipit sed erat. Aliquam metus ipsum, posuere eget placerat et, interdum at   metus. Aenean ut enim leo, at dapibus lorem. Donec hendrerit feugiat mattis.   Fusce sollicitudin nisl sed metus porta mollis. Aliquam a arcu nibh, aliquam   malesuada sem. Aliquam dictum porttitor odio, aliquam vehicula tellus sodales   ut. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere   cubilia Curae; Curabitur eu turpis eu nisi tincidunt egestas. Nam ultrices   aliquam pulvinar. Curabitur libero diam, tristique in lobortis at, vestibulum ac   purus. Cras sodales, mi at vestibulum pellentesque, orci arcu vulputate ligula,   et placerat elit nibh sed mi. Praesent pulvinar pulvinar massa, in malesuada   nisl mattis vitae. </p>
    </div>
      <div id="Bottom"></div>
    </div>
    </body>
    </html>
    CSS:
    .container {
    margin-right: auto;
    margin-left: auto;
    width: 925px;
    margin-top: 0px;
    p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    #Top {
    background-image: url(../images/TopEdge.jpg);
    background-repeat: no-repeat;
    height: 22px;
    width: 925px;
    #Bottom {
    background-image: url(../images/BottomEdge.jpg);
    background-repeat: no-repeat;
    height: 18px;
    width: 925px;
    #Address {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    #Copy {
    padding-right: 20px;
    padding-left: 20px;
    background-image: url(../images/White-Tile.jpg);
    background-repeat: repeat-y;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    Thanks a lot.
    Fitz21

    Fitz21 wrote:
    Thanks Nancy. That fixed it. Thanks Osgood also. I'm going to spend some time trying to understand why I needed padding on the bottom.
    Fitz21
    Padding on the bottom only fixes the problem BUT IS NOT the source of the problem, that is the default margins on the paragraph tag. I would forget trying to understand why you need padding and look more towards what causes the issue. If you know what the real source of an issue is then you  can generally fix it quite easily. What solution you use to fix it is then something you can decide upon.

  • Why that I have a "extra" space in my menu bar? Help !!!

    Hola
    I have a extra space in the menu bar ONLY in explorer 8
    In there, I have a navigation menu that I made in FWCS5
    For the grace of God, I cannot figure it out why it looks like that...
    I got this errors in the Browser Compatibility
    Unsupported value: 'inline-table'
    Affects: Firefox 1.5; Internet Explorer 6.0, 7.0; Internet Explorer for Macintosh 5.2; Netscape 8.0
    Z-Index bug
    Positioned containers define a new stacking order, even when the computed z-index of the container is auto. This can cause positioned children of the container to appear above other positioned elements on the page when they should not.
    Here is a link to my page
    http://mydsigner.com/espanol/index.html
    I have post this question in the DW forum but have no get a solution or answer
    I have read the information in the adobe help section but cannot find the solution to the problem
    Hope someone here "Knows" about this issues because the menu was created in FW, and it is cause of the problem
    Thanks a lot
    Saludos
    Daniel Ulysses

    Hola Jim
    Well, I have used the Spry menus, and bought other CSS menu widget, but one problem that I have with both is
    that for some reason (me) when I try to update them, never works, I end up re-doing them all again, and my lack
    of knowlege of CSS (getting better) was always a problem
    I try to use FW, (first time ever) and believe that this may be it.
    Oh well,  I may have to change the menu, because it looks just weird
    Thanks a lot for you honest answer
    Saludos

  • Unwanted extra spaces during Copy/Paste in documment recognized by Acrobat OCR

    I have Acrobat 9 (EN)
    I created documment from images (JPG) then I applied OCR idexing in right language (Czech).
    Now, if I Copy/Paste text than it add unwanted spaces (e.g. in the middle of words.
    I tried to find answer.
    http://www.google.com/search?hl=cs&q=acrobat+extra+spaces+copy+paste&btnG=Vyhledat+Googlem &lr=
    ...and I found
    http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=3959
    http://www.microtype.com/Hmmms.html
    ...but still don't untderstand how to fix this problem.

    You don't understand a problem. I have no .doc file, I have JPGs indexed by OCR that is included in Acrobat.
    Probably, font used in scanned documment has too wide spaces between letters in word so Adobe OCR recognizes it like real space but it isn't there.
    I would like to know how to eliminate these unwanted spaces.
    Maybe OCR algorithm needs some change.

Maybe you are looking for

  • How to create LDAP filter-based rule to check Group membership in OAM

    Hi folks, I'm having hard time creating an authorization rule to verify ldap group membership. I've followed "Configure User Authorization" article from Oracle website (http://download.oracle.com/docs/cd/E10761_01/doc/oam.1014/b32420/v2authz.htm#BABH

  • Delete entire old iCloud account and start fresh from a new iPhone

    My ex partner set my iCloud account up in my name using my already existing itunes account. Since we have split he has been messing with it and locating me using his computer. I have tried to change my password but every time I select to change it vi

  • Reset previous year cleared item

    Dear experts, i am trying to reset previous year vendor cleared document in transaction FBRA. while doing system is giving message "Archiving has not finished" message no:F5682. is there any transaction code is there to reset previous year cleared it

  • Flash Builder 4.5: debugging Flex Mobile application on Android Virtual Device

    Hi, we are trying without success to debug a flex mobile application in Flash Builder 4.5 on an Android Virtual Device (AVD). We can debug with real Android devices via Flash Builder 4.5, by using a standard Mobile Application debug configuration wit

  • Mac OS 9.1 password

    I have a Mac OS 9.1 and when I open it, it asks" This Macintosh is protected by Sesame .Please identify yourself ".but I dont know the password. What can I do?