Closed Bug 281793 Opened 19 years ago Closed 19 years ago

unable to display the webpage properly

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

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
Attached file the test page
the test page for the bug
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+
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: 19 years ago
Resolution: --- → INVALID
Comment on attachment 173958 [details]
the test page

change the the layer tags to div
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Attached file new test page
the new test page
please check the new test page,
yesterday i uploaded the wrong test page
its an invalid css 
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago19 years ago
Resolution: --- → INVALID
CSS you have is invalid, see comment 3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: