views:

61

answers:

3

Hi all, I have a firefox-specific issue with this page :

http://www.buzzarab.com/feedback.php

It renders fine in IE, Safari, Chrome and every other browser invented by man, but in Firefox the background images do not show (The 'Feedback' link on the left and a white box around the content).

Any help appreciated, I'm completely stumped here.

update : the images show if i put in the full path in the css - http://www.buzzarab/..../images/... as opposed to having a relative path. but i really want to avoid doing this.

A: 

You might want to check against a validator, just to make sure.

Line 48, Column 48: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag 
    <h1><div class="page_heading"><div class="fleft">Contact Us</div><div
Damien
thanks, all the validation erros are minor and not related to the issues.
Sherif Buzz
A: 

Very weird!

But I noticed one thing: the images don't load when there's a javascript error (I see it with Firebug) related to Google Ads. The message says:

Permission denied to http://googleads.g.doubleclick.net to call the Location.toString method on http://www.buzzarab.com.

Line 0

Try and test the page without Google ads.

Laz75
thanks for the suggestion, removing google ads didn't fix it.
Sherif Buzz
You're right, I downloaded your page and the problem remains, even if I strip away all scripts.
Laz75
A: 

Resolved by adding full path to the css, not a real fix but will do for now till a proper fix is found.

Sherif Buzz