IExplorer and Firefox

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default IExplorer and Firefox

    Hi,
    I was unsure where to go for this but..

    When previewing my website, using Dreamweaver, in Firefox my iFrame only shows
    the text, which is what I want as it has some background images. But in
    IExplorer it shows the background colour and not the background images.

    So what I want to know is..
    Is there a piece of code to make the content page transparent and to only show
    the content like in Firefox?

    Thanks in advance,

    _Revert_

    _Revert_ Guest

  2. Similar Questions and Discussions

    1. IE Vs Firefox
      Hi, Does anybody know why IE6/7 returns my error when there is no connection to the server but firefox doesn't. It just sits there doing nothing?...
    2. right in IE6 but NOT in firefox ---????
      this is my first CSS page and it was turning out beautifully until I checked it in Firefox! Can someone tell me where I'm going wrong?...
    3. IExplorer post twice
      I am using iexplorer 6.0 and netscape 4.7 to test my coldfusion insert and I can't figure out why both browser post the page twice. I tried it in...
    4. Page Refresh Required with IExplorer
      "HC" <hcvst@gmx.net> wrote in message news:6df6fc3d.0307282344.28c8b024@posting.google.com... This isn't a really a browser issue, because PHP is...
    5. Open new iexplorer window
      hi guys, how to open a new window in ASP.NET from C# codebehind? thanks in advance. ..Javier Ros.
  3. #2

    Default Re: IExplorer and Firefox

    I won't be much help with your iframe but nobody is going to be able to help
    much without having a look at the page. Do you have somewhere you can upload it
    so you can give us a link? If not, post the code.

    There is not going to be a "piece of code" that makes FF display right... You
    need to write Standards Compliant Code for cross-browser compatability. Look at
    the links in my sig for a start.



    =========================

    And... what I always say:
    "write it for FireFox then hack it for IE."


    [url]http://www.alistapart.com/articles/doctype/[/url]
    [url]http://validator.w3.org/[/url]
    [url]http://jigsaw.w3.org/css-validator/[/url]
    [url]http://valet.htmlhelp.com/page/why.html[/url]
    [url]http://webdesign.about.com/od/layout/a/aa111102a.htm[/url]




    Excavatorak Guest

  4. #3

    Default Re: IExplorer and Firefox

    Hello,

    I found the solution. And FF displayed properly and it was IExplorer which was
    failing.
    Solution:

    I DID need to add a piece of code to it. The code was
    allowtransparency="true"

    This made the white background of the content in IExplorer disappear.

    So there WAS a piece of code to put in.

    Thanks for replies anyway,

    _Revert_

    _Revert_ Guest

  5. #4

    Default Re: IExplorer and Firefox

    Hello,

    I found the solution. And FF displayed properly and it was IExplorer which was
    failing.
    Solution:

    I DID need to add a piece of code to it. The code was
    allowtransparency="true"

    This made the white background of the content in IExplorer disappear.

    So there WAS a piece of code to put in.

    Thanks for replies anyway,

    _Revert_

    _Revert_ Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139