Closed Bug 308639 Opened 19 years ago Closed 19 years ago

Doesn't show certain white div layer

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
minor

Tracking

()

RESOLVED DUPLICATE of bug 78087

People

(Reporter: wiwre, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4

Div id="kole" is never shown on the screen, even though IE and Opera display it.

Div-layers style-code:
#kole { 
display:block;
width:100%;
position:absolute;
top:50%;
margin-top: -190px;
left: 0px;
height:325px;
padding: 0px;
background-color: #ffffff;
z-index: -1;
border: 0px;
}

Reproducible: Always

Steps to Reproduce:
1.Start with firefox and type www.cityofseasons.net.
2.Compare the result with IE or Opera, which draw the white CSS-layer on the
background.


Expected Results:  
Draw every div layer according to CSS styles.
Sounds like bug 78087.
Summary: Doesn't show certain white div layer → Doesn't show certain white div layer

*** This bug has been marked as a duplicate of 78087 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.