Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

iframe w/js not displaying in ff, but displays in chrome and safari

  • 1 απάντηση
  • 11 έχουν αυτό το πρόβλημα
  • 24 προβολές
  • Τελευταία απάντηση από conorsgaffney

more options

I have an iframe in a wordpress blog post that is not displaying in firefox, but is in chrome and safari. The iframe contains javascript, not sure if this is causing any conflict. Here is the code. The wordpress post with the iframe is not up yet, I wanted to fix the error before posting.

<iframe src="http://www.conorgaffney.com/mapblogpage.html" width="600px" height="100%" scrolling="no">

Your browser does not support iframes

</iframe>
I have an iframe in a wordpress blog post that is not displaying in firefox, but is in chrome and safari. The iframe contains javascript, not sure if this is causing any conflict. Here is the code. The wordpress post with the iframe is not up yet, I wanted to fix the error before posting. <iframe src="http://www.conorgaffney.com/mapblogpage.html" width="600px" height="100%" scrolling="no"> <p>Your browser does not support iframes</p></iframe>

Όλες οι απαντήσεις (1)

more options

nevermind, i got it. apparently i just needed to add name and id properties to the iframe: http://forums.mozillazine.org/viewtopic.php?f=25&t=1942409

not sure i understand exactly why this fixed things, but great!