Cold Fusion display issue

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default Cold Fusion display issue


    If you look at this page in Firefox you will see that it is severly broken.
    Works fine in IE and the individual components that make up the file display
    fine on their own, it's only when the whole page is served up does this happen.

    The page consists of a header and footer.cfm in the root and an internal
    content html file a few folders down.

    Our programmer is away for awhile so can anyone at least point me in the right
    direction as to whats happening?

    Thanks in advancehttp://www.fortunevalleycasino.com/pageinpage/restaurants.cfm

    No_more_Nicknames Guest

  2. Similar Questions and Discussions

    1. Migrating from Cold fusion 5 to Cold fusion 7
      Hi, I am facing problem while migrating from CF 5 to CF 7. Please let me know is there any tool is available to Migrate from CF5 to CF 7.
    2. Class Path Cold Fusion Administrator Issue
      I tried to add a class path for an evaluating tag from Java and JVM of Cold Fusion Administrator. page. I am running MX 6.1 in Unix Sun Solaris. ...
    3. How about Cold Fusion MX7
      Hey guys My boss asked me to look into upgrading our cold fusion server to MX7. I need to evaluate it. I have not run into any improvements on...
    4. Cold Fusion 5 & ASP
      In the early days of Cold Fusion (i.e., when Allaire still owned the app), I recall there being some problems with CF and ASP living together on the...
    5. Local Cold Fusion server issue
      I am trying to get my local web server working. It used to work with IIS and Cold Fusion Server administrator when I had NT. But then upgraded to...
  3. #2

    Default Re: Cold Fusion display issue

    If this were happening to me, I would probably start with looking at the source
    code from each brower. See if there are any differences.

    If not, I would see if fixing it in Firefox would cause it to break in IE. If
    not, do the fix and, in future test with Firefox only. IE is very forgiving of
    "bad" html, which is either good or bad, depending on your circumstances.

    Dan Bracuk Guest

  4. #3

    Default Re: Cold Fusion display issue

    I did a file compare and both are exactly the same.
    No_more_Nicknames Guest

  5. #4

    Default Re: Cold Fusion display issue

    Step 1: if you're going to publish a doctype, make your page validate:

    [url]http://validator.w3.org/check?verbose=1&uri=http%3A//www.fortunevalleycasino.com[/url]
    /pageinpage/restaurants.cfm

    Step 2: develop in a conforming browser, like Firefox, first. Then add the
    hacks that make it look OK in IE. Never start with IE, as its rendering engine
    is horribly borked.

    Step 3: never start off a sentence with "Works fine in IE", that just makes
    anyone that knows web standards shudder.

    Kronin555 Guest

  6. #5

    Default Re: Cold Fusion display issue

    Chances are it will validate just fine ... it primarily looks like the cells
    need some definitions to accomodate some autowrap and also to tell them how to
    justify the images.

    Funny thing is, this type of problem is usually reversed (looks ok in FF but
    not in MSIE) because MSIE will wrap a row or cell if the TDs are not in a
    single code line where spacing matters a lot. Play with some things like
    "nowrap" in cells where you only have images placed, and adjusting "valign"
    and/or cell "height" to accomodate the places that are causing the wraps.

    Is the page doing something after it loads (like adjust the table sizing)?
    When I refresh the page in FF it actually looks fine for a second or two, but
    then it all of a sudden changes to the "extra space look" and the status bar
    says it is trying to download something from the server. It may be some code
    that is only triggered in non MSIE browsers?



    SafariTECH 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