Closed
Bug 281793
Opened 20 years ago
Closed 20 years ago
unable to display the webpage properly
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: infyquest, Assigned: bugzilla)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
<html>
<head>
<style type="text/css">
..tablediv {
display: table;
width:100%;
background-color:#eee;
border:1px solid #666666;
border-spacing:5px;/*cellspacing:poor IE support for this*/
border-collapse:separate;
}
..celldiv9_10 {
float:left;/*fix for buggy browsers*/
display: table-cell;
width:90%;
background-color:#ccc;
}
..celldiv3_8 {
float:left;/*fix for buggy browsers*/
display: table-cell;
width:37.5%;
background-color:#ccc;
}
..celldiv3_4 {
float:left;/*fix for buggy browsers*/
display: table-cell;
width:75%;
background-color:#ccc;
}
..celldiv2_3 {
float:left;/*fix for buggy browsers*/
display: table-cell;
width:66.66%;
background-color:#ccc;
}
..celldiv1_10 {
float:left;/*fix for buggy browsers*/
display: table-cell;
width:10%;
background-color:#ccc;
}
..celldiv1_4 {
float:left;/*fix for buggy browsers*/
display: table-cell;
width:25%;
background-color:#ccc;
}
..celldiv1_3 {
float:left;/*fix for buggy browsers*/
display: table-cell;
width:33.33%;
background-color:#ccc;
}
..celldiv1_2 {
float:left;/*fix for buggy browsers*/
display: table-cell;
width:50%;
background-color:#ccc;
}
..celldivauto {
float:left;/*fix for buggy browsers*/
display: table-cell;
width:auto;
background-color:#ccc;
}
..headercelldiv {
float:left;/*fix for buggy browsers*/
display: table-cell;
width:33.33%;
}
..rowdiv {
display: table-row;
width:auto;
}
</style>
</head>
<body>
<layer class="rowdiv"><div class="headercelldiv"><b>Forum Name</b></layer>
<layer class="headercelldiv"><b>Topic</b></layer>
<layer class=\"headercelldiv\"><b>User</b></layer></layer>
</body>
</html>
i am having problems in viewing the above page in firefox,
but its viewed correctly in IE
Reproducible: Always
Steps to Reproduce:
1.create a html file with above text
2.open the file in firefox
3.
Actual Results:
the text is shown in different lines
Expected Results:
the text must be shown in one line
Comment 2•20 years ago
|
||
WFM (as in, it renders the same as IE) in both Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b) Gecko/20050209 Firefox/1.0+
Comment 3•20 years ago
|
||
What is the issue here? It looks the same in IE. Also, why do you use the non-supported <layer> tag in your code? Why do y ou have 2 dots for the classmanes in the css? That is wrong. --> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Comment on attachment 173958 [details]
the test page
change the the layer tags to divplease check the new test page, yesterday i uploaded the wrong test page
its an invalid css
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•