This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

My Pages Do Not Render after auto updating to 7.0

  • 2 antwoorde
  • 3 hierdie probleem
  • 4 views
  • Laaste antwoord deur 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>

Gewysig op deur 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