Firefox and IE performing differently

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

  1. #1

    Default Firefox and IE performing differently

    We are creating a new site for our new Bed and Breakfast in Victoria BC and I
    am copying many of the Toronto pages over to the new domain, to get it started.
    However, one of the pages is behaving quite differently under Firefox than it
    does under IExplorer. The Dreamweaver view matches what I want, and what IE
    shows, but the Firefox view is wrong.

    The pages are
    [url]www.TDBAB.com/kudosALL.htm[/url]
    and
    [url]www.VictoriaBCBB.com/comments.htm[/url]

    At least on MY Firefox, the large initials (H5: Georgia, 36pt, maroon, italic)
    signficantly lower in each cell than theyshould be. I have the cells set for
    align TOP in both - you'll notice the initials are NOT centred vertically in
    the cells- they are all consistantly down several points or lines.

    I have found that if I remove all styles from each initial and then re-enter
    it, it will float to the top, but
    1) that's a lot of work and
    2) it doesn't answer why it's happening in the first place and
    3) it doesn't explain why Firefox presents the page differently from IE

    Probably something very simple that I am missing. That's why I appeal to you
    for a quick look and a suggestion.

    Thanks!

    Jim




    tdbab Guest

  2. Similar Questions and Discussions

    1. Performing 500,000 inserts on 1 request
      HI, I need to take a CSV file and stick it in a MS sql server 2000 database. The file has 4 column and is over 500,000 lines long. I Got a nifty...
    2. Illustrator quits when performing move
      OK - I have read through every thread that I could find relating to Illustrator crashing. I have deleted all preferences that I could find and have...
    3. Mail performing modules comparison
      Hello there! I am finding as best as possible perl module for performing e-mail on the mail server. The main goal is a web-interface for mail...
    4. Performing a FIND over multiple fields?
      Is there anyway to perform a find on multiple fields? I'm keeping, at works, a list of all the used photographic equipment that we did purchased...
    5. Performing Freehand MX Full Uninstall
      Hi I've been having problems with FHMX on Windows so decided to reinstall the program. However it obviously didn't perform a full uninstall as...
  3. #2

    Default Re: Firefox and IE performing differently

    FF is generally a very standards compliant browser. IE is not. One very
    good way to make pages that do not look the same in the two is to use
    non-standard markup.

    The W3 validator finds 126 non-standard usages on that first linked page.
    Many of them are missing alt attributes for images (wow - you have alot of
    images there). Some of them are related to Flash embedding not validating.
    Neither of these would cause the problem between IE and FF.

    But the rest should be looked at carefully -

    [url]http://validator.w3.org/check?verbose=1&uri=http://www.TDBAB.com/kudosALL.htm[/url]

    --
    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
    ==================


    "tdbab" <webforumsuser@macromedia.com> wrote in message
    news:e1tlp9$pkh$1@forums.macromedia.com...
    > We are creating a new site for our new Bed and Breakfast in Victoria BC
    > and I
    > am copying many of the Toronto pages over to the new domain, to get it
    > started.
    > However, one of the pages is behaving quite differently under Firefox than
    > it
    > does under IExplorer. The Dreamweaver view matches what I want, and what
    > IE
    > shows, but the Firefox view is wrong.
    >
    > The pages are
    > [url]www.TDBAB.com/kudosALL.htm[/url]
    > and
    > [url]www.VictoriaBCBB.com/comments.htm[/url]
    >
    > At least on MY Firefox, the large initials (H5: Georgia, 36pt, maroon,
    > italic)
    > signficantly lower in each cell than theyshould be. I have the cells set
    > for
    > align TOP in both - you'll notice the initials are NOT centred vertically
    > in
    > the cells- they are all consistantly down several points or lines.
    >
    > I have found that if I remove all styles from each initial and then
    > re-enter
    > it, it will float to the top, but
    > 1) that's a lot of work and
    > 2) it doesn't answer why it's happening in the first place and
    > 3) it doesn't explain why Firefox presents the page differently from IE
    >
    > Probably something very simple that I am missing. That's why I appeal to
    > you
    > for a quick look and a suggestion.
    >
    > Thanks!
    >
    > Jim
    >
    >
    >
    >

    Murray *ACE* Guest

  4. #3

    Default Re: Firefox and IE performing differently

    Gads! That report is enough to make me give up Dreamweaver and coding all
    together! 126 errors and it stops counting! Well, for one, all those missing
    ALT tags are for small state/country flags beside each guest comment. I could
    ALT tag them, I suppose, but I thought that was an option, not an error.

    Then there is the ampersand problem. It's a B&B! I use that all the time. So,
    I guess it sould be B&amp;B, right? But even the coding of URLs that I have
    been given by Geotracking, for example, uses the & sign. I don't think I should
    mess with their coding.

    I don't understand a lot of the other errors. I really thought the Dreamweaver
    defaulted to create the page outline that was acceptable, like the placement of
    a <title> tag, or the <doctype> or the </html> closure - now I see these are
    errors,
    too!

    I am both surprised, bewildered and disappointed all at once.

    And ... that wasn't even the page or the domain that wasn't working! It was
    the FIREFOX page of the VICTORIABCBB.com/comments.htm page that is not
    displaying properly!

    Thanks for the reply, but I wonder now if I'm in over my head on this one.
    Remember, the kudos.htm page you ran thru the validator works FINE in both
    browsers. Yet it is rife with "errors."

    tdbab Guest

  5. #4

    Default Re: Firefox and IE performing differently

    > ALT tag them, I suppose, but I thought that was an option, not an error.

    For valid code, it's not an option. Like I said, this is not the cause of
    the problem you are seeing, though.
    > I guess it sould be B&amp;B, right?
    Yes. Had you entered that in DW's Design view, it would do the entity for
    you.
    > But even the coding of URLs that I have
    > been given by Geotracking, for example, uses the & sign. I don't think I
    > should
    > mess with their coding.
    Nope.
    > I don't understand a lot of the other errors. I really thought the
    > Dreamweaver
    > defaulted to create the page outline that was acceptable, like the
    > placement of
    > a <title> tag, or the <doctype> or the </html> closure - now I see these
    > are
    > errors,
    > too!
    They are giving errors because of other errors on the page, though.

    For example, you have this -

    <HTML>
    <HEAD>
    <META NAME="GENERATOR" CONTENT="Adobe PageMill 3.0 Win">
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>Toronto Downtown Bed and Breakfast &reg; - Guest Comments</TITLE>
    <META NAME="description" CONTENT="Shopping, Theatre, Gardens, Dining, Art
    and History, just steps from our door. Full breakfast. Complimentary snacks.
    Gracious hosts. Your assurance of excellence in downtown Toronto
    accommodation. Toronto's premier luxury boutique accommodation.">
    <META NAME="keywords" CONTENT="Toronto downtown toronto Ontario bed and
    breakfast Church Street gay accommodation accomodation b&b theatre bed
    breakfast gay friendly">
    <TITLE>Guest Comments</TITLE>
    <link rel="stylesheet" href="style.css" type="text/css">
    <?xml version="1.0"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">

    I guarantee you that DW did not make this mess. If you would delete
    everything from the top down to the doctype, many of your errors would go
    away. Give it a try.

    --
    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
    ==================


    "tdbab" <webforumsuser@macromedia.com> wrote in message
    news:e1u22v$9no$1@forums.macromedia.com...
    > Gads! That report is enough to make me give up Dreamweaver and coding all
    > together! 126 errors and it stops counting! Well, for one, all those
    > missing
    > ALT tags are for small state/country flags beside each guest comment. I
    > could
    > ALT tag them, I suppose, but I thought that was an option, not an error.
    >
    > Then there is the ampersand problem. It's a B&B! I use that all the time.
    > So,
    > I guess it sould be B&amp;B, right? But even the coding of URLs that I
    > have
    > been given by Geotracking, for example, uses the & sign. I don't think I
    > should
    > mess with their coding.
    >
    > I don't understand a lot of the other errors. I really thought the
    > Dreamweaver
    > defaulted to create the page outline that was acceptable, like the
    > placement of
    > a <title> tag, or the <doctype> or the </html> closure - now I see these
    > are
    > errors,
    > too!
    >
    > I am both surprised, bewildered and disappointed all at once.
    >
    > And ... that wasn't even the page or the domain that wasn't working! It
    > was
    > the FIREFOX page of the VICTORIABCBB.com/comments.htm page that is not
    > displaying properly!
    >
    > Thanks for the reply, but I wonder now if I'm in over my head on this one.
    > Remember, the kudos.htm page you ran thru the validator works FINE in both
    > browsers. Yet it is rife with "errors."
    >

    Murray *ACE* Guest

  6. #5

    Default Re: Firefox and IE performing differently

    Aha! It's transitional stuff. A half-life ago, I started that page on PageMill
    before I migrated it to Dreamweaver! I see!

    Yes, I'll clean that up. And that is exactly what I noticed on the new page
    (the one, I repeat, that is giving me the problems) on the
    [url]www.VictoriaBCBB.com/comments.htm[/url] page. THAT was a fresh creation on
    Dreamweaver. I just copied the text over from the old one and dropped it into a
    new template. So now there are NONE of those errors, except the ALT tags.

    But, as you said, if I fix the ALT tag omissions, it still won't explain why
    that page's initial letters in the lefthand column are dropped down so far into
    the cells. Not centred. Just dropped a couple of inches - forcing the row often
    to be deeper than it need be.

    Still struggling with that problem, I am.

    tdbab Guest

  7. #6

    Default Re: Firefox and IE performing differently

    The next thing you need to look at is the hinky table structure you have
    used on that page. Please read this -

    [url]http://apptools.com/rants/spans.php[/url]

    --
    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
    ==================


    "tdbab" <webforumsuser@macromedia.com> wrote in message
    news:e1u5o0$dnf$1@forums.macromedia.com...
    > Aha! It's transitional stuff. A half-life ago, I started that page on
    > PageMill
    > before I migrated it to Dreamweaver! I see!
    >
    > Yes, I'll clean that up. And that is exactly what I noticed on the new
    > page
    > (the one, I repeat, that is giving me the problems) on the
    > [url]www.VictoriaBCBB.com/comments.htm[/url] page. THAT was a fresh creation on
    > Dreamweaver. I just copied the text over from the old one and dropped it
    > into a
    > new template. So now there are NONE of those errors, except the ALT tags.
    >
    > But, as you said, if I fix the ALT tag omissions, it still won't explain
    > why
    > that page's initial letters in the lefthand column are dropped down so far
    > into
    > the cells. Not centred. Just dropped a couple of inches - forcing the row
    > often
    > to be deeper than it need be.
    >
    > Still struggling with that problem, I am.
    >

    Murray *ACE* Guest

  8. #7

    Default Re: Firefox and IE performing differently

    Your reference discusses ROW SPAN and COL SPAN but there are none in the code
    to [url]www.VictoriaBCBB.com/comments.htm[/url] so I don't see the relevance.

    Again, my problem is with THAT page, which is pretty clean of errors (except
    ALTs, which I am working on now) - NOT with the old TDBAB.com page that was
    patched together over the last 8 years. The new page is clean, but IT is the
    one that gives me the trouble in Firfox.

    tdbab Guest

  9. #8

    Default Re: Firefox and IE performing differently

    Sorry - the thread was a little confused.

    Add this to your rule for the h5 style -

    margin-top:0;

    and see what happens.

    --
    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
    ==================


    "tdbab" <webforumsuser@macromedia.com> wrote in message
    news:e22q8p$64j$1@forums.macromedia.com...
    > Your reference discusses ROW SPAN and COL SPAN but there are none in the
    > code
    > to [url]www.VictoriaBCBB.com/comments.htm[/url] so I don't see the relevance.
    >
    > Again, my problem is with THAT page, which is pretty clean of errors
    > (except
    > ALTs, which I am working on now) - NOT with the old TDBAB.com page that
    > was
    > patched together over the last 8 years. The new page is clean, but IT is
    > the
    > one that gives me the trouble in Firfox.
    >

    Murray *ACE* Guest

  10. #9

    Default Re: Firefox and IE performing differently

    I bet that would have worked, but I have just dropped the H5 from the initials
    altogether, and created a new style .INITIAL and done a complete replacement.
    I've also run it thru that validator about six times and finally - it
    validates! I even get a seal of approval that I may stick on the page.

    What a thrill that was. Seriously. That was fun, to learn how to do it right,
    to see the old mistakes, to see the number of errors drop with each pass, and
    finally get a green light.

    Thanks for that tip, for that site. I will use it more often, for sure. :D

    tdbab Guest

  11. #10

    Default Re: Firefox and IE performing differently

    It would have been way better to change the h5 than to add a custom class.
    More explicity, less bulky code, etc.

    --
    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
    ==================


    "tdbab" <webforumsuser@macromedia.com> wrote in message
    news:e2305e$e1k$1@forums.macromedia.com...
    >I bet that would have worked, but I have just dropped the H5 from the
    >initials
    > altogether, and created a new style .INITIAL and done a complete
    > replacement.
    > I've also run it thru that validator about six times and finally - it
    > validates! I even get a seal of approval that I may stick on the page.
    >
    > What a thrill that was. Seriously. That was fun, to learn how to do it
    > right,
    > to see the old mistakes, to see the number of errors drop with each pass,
    > and
    > finally get a green light.
    >
    > Thanks for that tip, for that site. I will use it more often, for sure. :D
    >

    Murray *ACE* Guest

  12. #11

    Default Re: Firefox and IE performing differently

    You mean you can't get IE to behave. Code for Firefox.
    workstat 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