right in IE6 but NOT in firefox ---????

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

  1. #1

    Default 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? [url]http://www.vastarray.com/testsites/inv-inc/[/url]
    Luwana 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. Firefox
      why does flash in Firefox only take up the top 3rd of the page? It is acting like the flash form is in a frame that covers only the top 3rd of the...
    3. SWF and Firefox
      I am tottally ocnfused, there are 2 web pages someone claims uses flash images but those images do not load, I jsut now removed flash palyer and...
    4. Firefox it is then.
      Just tossin' out an FYI: Don't expect the new IE7 to work any better with Flash Player than IE6. I just tried it, with exactly the same results...
    5. Firefox 1.5
      * Walter Mitty wrote in alt.os.linux.ubuntu: Just grab the latest binary from the website, install it in some local folder, ~/bin seems...
  3. #2

    Default Re: right in IE6 but NOT in firefox ---????

    This symptom usually means that you have invalid HTML on the page. Please
    take a look here -

    [url]http://validator.w3.org/check?verbose=1&uri=http://www.vastarray.com/testsites/inv-inc/[/url]

    and fix those errors. Then try again.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Luwana" <webforumsuser@macromedia.com> wrote in message
    news:eampvq$hs3$1@forums.macromedia.com...
    > 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?
    > [url]http://www.vastarray.com/testsites/inv-inc/[/url]

    Murray *ACE* Guest

  4. #3

    Default Re: right in IE6 but NOT in firefox ---????

    Ok!

    I got it to validate (
    [url]http://validator.w3.org/check?uri=http%3A%2F%2Fwww.vastarray.com%2Ftestsit es%2Fi[/url]
    nv-inc%2F&charset=%28detect+automatically%29&doctype= Inline&verbose=1 ) but,
    still the same problem with Firefox & Netscape (IE & aol good - UHG!).

    I also added another container and set the background to white in that as
    well. I have this set up in templates so I don't want to go in and set the
    height of each div on each page, is there any other way???? pertinant css:
    #bodycontainer {
    background-color: #FFFFFF;
    width: 760px;
    height: auto;
    margin: 0 auto;
    }

    #left {
    float: left;
    margin: 0;
    padding: 0;
    width: 155px;
    height: auto;
    }

    #middle {
    background-color:#FFFFFF;
    float:left;
    margin: 0px;
    padding: 0px;
    width: 475px;
    height: auto;
    }

    #navbottom {
    background-color:#FFFFFF;
    float:left;
    margin: 0px;
    padding: 0px;
    width: 475px;
    height: auto;
    }

    #right {
    background-color:#FFFFFF;
    float:left;
    margin: 0px;
    padding: 0px;
    width: 130px;
    height: auto;
    }


    Thanks for your help!!!

    Luwana Guest

  5. #4

    Default Re: right in IE6 but NOT in firefox ---????

    The problem was in the div#bottom I had below the div#bodycontainer. I had that div set to float left and needed it to clear both. - problem solved.
    Luwana 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