Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

My Pages Do Not Render after auto updating to 7.0

  • 2 uphendule
  • 3 zinale nkinga
  • 3 views
  • Igcine ukuphendulwa ngu 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?

All Replies (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>

Okulungisiwe ngu 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