Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6784055
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T16:56:38+00:00 2026-05-26T16:56:38+00:00

I am creating visualizations using svg and it renders fine in IE9. I am

  • 0

I am creating visualizations using svg and it renders fine in IE9. I am working on functionality where user can embed the visualizations into their pages. I am doing this via iframe. I am facing an issue with SVG not rendering when inside iframe in IE9.

Here is a short example which works in most browsers but show blank in IE9.

    <html><body>
    <iframe width="640" height="480"       src="http://www.croczilla.com/bits_and_pieces/svg/samples/butterfly/butterfly.svg"/>
    </body></html>

any ideas? thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T16:56:38+00:00Added an answer on May 26, 2026 at 4:56 pm

    IE9 requires a

     <!DOCTYPE html> 
    

    declaration in the beginning to render the document in standards mode otherwise it was falling back to quirks mode.

    Now one can put it either at the top of above example which I gave, making it:

     <!DOCTYPE html>
     <html><body>
    <iframe width="640" height="480"       src="http://www.croczilla.com/bits_and_pieces/svg/samples/butterfly/butterfly.svg"/>
    </body></html>
    

    but the since users would be embedding the iframe in their pages & obviously one cannot rely on their pages always having doctype defined. so a better solution would be add “” within iframe.
    Further I would like to point that multiple doctypes will not affect page rendering as doctype defined inside iframe only applies to iframe.

    I wished IE9 would detect these features in page like other browsers and render properly in future.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Creating a google map with store locations within 50 miles of user entered address.
When creating a web application, and lets say you have a User object denoting
So I'm working on creating a visualization for a data structure in Java. I
I am creating a Django app and want to have visualizations of a social
Creating a table without tbody using javascript createElement/appendChild will not add tbody in Firebug
Creating the closure is easy but using it is confusing for me. Here is
I'm creating an RSS feed for a site. I am using SimpleXML to create
Creating a web interface so our helpdesk can create users and setup some of
Creating a zip file using Send To -> Compressed folder excludes .hg folder on
I am creating a dynamic visualization using Raphael-js. I started off with using Raphael-1.5.0

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.