• Resolved sorryboss

    (@sorryboss)


    Hey there, i’ve just recently noticed that, when my site is viewed in Internet Explorer, the main body text is pushed under the left hand navigation menu on one specific page. That page has a map embedded in it, and it is the only page on the site that suffers from the problem. (http://tasgasnetworks.com.au/?page_id=844). The issue only occurs in IE that I’ve noticed – Chrome runs it fine.

    I’m at a bit of a loss, I have no idea what could have caused this – any help would be greatly appreciated.

    -Sorryboss

Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like the iframe (which contains the map) is set to 700px wide:

    <iframe width="700" scrolling="no" height="440" frameborder="0" src="http://www.mapworkspace.com/mw/embedMap.do?size=700x440&legendType=both&locale=en&workspaceKey=VGFzR2FzIE5ldHdvcmtzMA--">

    But the container element for that section of the page content is only 460px wide. So that’s likely causing IE to display it badly. See if you can change the width in the HTML for the iframe.

    Thread Starter sorryboss

    (@sorryboss)

    Oh, well spotted mate – that’s fixed it. Thanks very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text Pushed underneath Menu in IE’ is closed to new replies.