搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

My Pages Do Not Render after auto updating to 7.0

  • 2 个回答
  • 3 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

After my Browser was today updated to Firefox 7.0 on some of my pages elements are replaced with ... (elipses) and the z-index of items is all messed up.

I tried the same site in 3.6.2 and 6.0 and it is working fine. As soon so the machine updates to 7.0 or 8.0 beta it now longer renders.

This is a private site. Is there a way I can email someone files to see the problem?

After my Browser was today updated to Firefox 7.0 on some of my pages elements are replaced with ... (elipses) and the z-index of items is all messed up. I tried the same site in 3.6.2 and 6.0 and it is working fine. As soon so the machine updates to 7.0 or 8.0 beta it now longer renders. This is a private site. Is there a way I can email someone files to see the problem?

所有回复 (2)

more options

Please try to run this html page in firefox 7 vs firefox 7 to see the problem In the first div the button with a background is not shown correctly it is replaced with.....

<!DOCTYPE html>
<html>
<head>
   <title>Infor DataGrid Sample </title>
  
   <style>
	   .slick-headerrow-column {
			background: #d5d5d5;
			border-bottom: 0 none;
			height: 100%;
			margin-left: 2px;
			padding-top: 2px;
		}
		.slick-headerrow-column, .slick-cell {
			cursor: default;
			float: left;
			overflow: hidden;
			padding: 3px;
			text-overflow: ellipsis;
			vertical-align: middle;
			white-space: nowrap;
			z-index: 1;
		}

		.inforFilterButton {
			background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAARCAYAAADdRIy+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41Ljg3O4BdAAAB0ElEQVQ4T62USWoCQRiF+wQeQZKt4MKVG68RSFAkS/EG3sBlFCdUslNxIYgLiVEQZwWHheKwMA444EIFPcCLr0gbDWgrpOFRXV1VX/31/r9Lkv770Wg0OofDMXa73fB6vfD7/QgEAkLBYPAm/cyf6A6PdICNfD4f4vE4stksCoUCyuUyKpXKzcpkMohGowiFQiPJ5XIhFoshn8+j0Wig0+mg1+thMBjcpVqthkQiAcnj8YA71Ot19Pt9jMdjLBYLoeVyeZM4dzqdCo7E4+ZyObTbbQFbrVbYbDZCFotFjMl9pZZ2SUxCsVhEt9vFfD7Her3GbrfDfr/HoQBgt9vFu5K4hr4LYKlUEr4xdEbBxZFIBFarFVqtVhEmb1atVn+B9O8UaDQakUwmoVarMZvNboJeBRLEnQmmz0pH5vhFIC0g0GazwWAwCOg14JvTJcYvAgmifzwypVKpLgIJe3oxnQOZTXrIlklhIhilHBWjJFjOvNzKMAKZ5WOErJ+/WVbyzB98F5FRzyazKLcjMJVK3QX8SH2ewUzmV/GnyMBhOBwWHX48LWylKDm+3W4xmUzQbDbRarWGkl6vfzzcEl+8bdLptLhtWPHc4B4R5nQ6H74BwAUeSLCHS8oAAAAASUVORK5CYII=");
			border: medium none;
			height: 16px;
			left: -3px;
			position: relative;
			top: 4px;
			width: 20px;
			z-index: 10;
		}
	</style>
</head>
<body style="margin:10px;padding:10px">
	<div class="ui-state-default slick-headerrow-column c2">
		<button class="inforFilterButton contains" style="top: -3px;" title="Contains" type="button"></button>
	</div>
	<br>
	<br>
	<button class="inforFilterButton contains" style="top: -3px;" title="Contains" type="button"></button>
</body>
</html>

由cor-el于修改

more options

A good place to ask advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25