Closed Bug 218037 Opened 21 years ago Closed 21 years ago

Extra white line between DIVs

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 173051

People

(Reporter: lk, Assigned: bugzilla)

Details

Attachments

(2 files)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1

In the attached HTML file, there are three DIVs with colored backgrounds. 
Firebird shows a white horizontal line between the second and third DIV. 
Changing almost anything about the style sheet (size of text, etc.) makes this
white line go away.  It does not show up in Internet Explorer.  See attached
image for what it looks like.

Reproducible: Always

Steps to Reproduce:
Load attached HTML file.
Actual Results:  
See extra white line.

Expected Results:  
Not shown white line.  The three DIVs should all be stuck together.

<html>
    <head>
        <title>Mozilla Bug</title>
        <style type="text/css">
            body {
                background-color: white;
                font-size: 82%;
            }

            #upperMenuBar {
                height: 2.1em;
                background-color: #87dc64;
                color: white;
            }

            #header {
                color: #4e9027;
                background-color: #aae68c;
                font-size: 400%;
                padding-bottom: .1em;
            }

            #lowerMenuBar {
                height: 1.55em;
                background-color: #339900;
            }
        </style>
    </head>

    <body>
        <div id="upperMenuBar"></div>
        <div id="header">Mozilla Bug</div>
        <div id="lowerMenuBar"></div>

        <p>There should not be a one-pixel white line between the second
        and third green bar above.</p>

        <p>Seen with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
        rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1</p>
    </body>
</html>
Attached file HTML test case
Test case to reproduce bug.

*** This bug has been marked as a duplicate of 173051 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
QA Contact: asa → bugzilla
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
QA Contact: bugzilla → general
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: