IE 7 is coming soon and it doesn't look good

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

  1. #1

    Default IE 7 is coming soon and it doesn't look good

    hi all

    all of my sites that i did until now are compatible for IE6 , FF, Netscape
    and safari.

    the word on the street that IE7 is coming soon....

    my friend i checked site on the IE7 release candidate and it DOES'T LOOK good.

    all of my clients want me to do the changes and i think it will take a while


    i will be happy to hear you thoughts ideas about it.

    yaniv73 Guest

  2. Similar Questions and Discussions

    1. Xcart no good, support no good, need good shopping cart!!!
      I need a good quality php shopping cart to port to my site, allowing software downloads and book sales. Integrating ease is really important and...
  3. #2

    Default Re: IE 7 is coming soon and it doesn't look good

    Build your sites so that they validate and you will be safe from most such
    issues.

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


    "yaniv73" <webforumsuser@macromedia.com> wrote in message
    news:eg9598$n65$1@forums.macromedia.com...
    > hi all
    >
    > all of my sites that i did until now are compatible for IE6 , FF,
    > Netscape
    > and safari.
    >
    > the word on the street that IE7 is coming soon....
    >
    > my friend i checked site on the IE7 release candidate and it DOES'T LOOK
    > good.
    >
    > all of my clients want me to do the changes and i think it will take a
    > while
    >
    >
    > i will be happy to hear you thoughts ideas about it.
    >

    Murray *ACE* Guest

  4. #3

    Default Re: IE 7 is coming soon and it doesn't look good

    Expounding on what Murray said ...

    If you build your pages with valid css for modern broswers, most likely IE7
    will be fine with it.

    However, just a guess without seeing your code, what's probably happening is
    IE7 is picking up certain fixes etc.. that are addressing issues for the
    earlier broken versions of IE.

    What you will need to do is create a separate stylesheet for earlier version
    of IE to fix any defeciencies these browsers display according to your css
    implementation and hide this stylesheet from IE7 with a conditional comment.
    This comment would be placed "after" your "valid" css in your page(s).

    <!--[if lte IE 6]>
    <link href="ie.css" rel="stylesheet" type="text/css" media="screen" />
    <![endif]-->

    Then, when the time comes when the earlier version are no longer of
    significant relevance this stylesheet can simply be removed, yet it will
    cause no harm if left in place.

    --
    Regards,
    ...Trent Pastrana
    [url]www.fourlevel.com[/url]






    "Murray *ACE*" <forums@HAHAgreat-web-sights.com> wrote in message
    news:eg9doo$26f$1@forums.macromedia.com...
    > Build your sites so that they validate and you will be safe from most such
    > issues.
    >
    > --
    > 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
    > ==================
    >
    >
    > "yaniv73" <webforumsuser@macromedia.com> wrote in message
    > news:eg9598$n65$1@forums.macromedia.com...
    >> hi all
    >>
    >> all of my sites that i did until now are compatible for IE6 , FF,
    >> Netscape
    >> and safari.
    >>
    >> the word on the street that IE7 is coming soon....
    >>
    >> my friend i checked site on the IE7 release candidate and it DOES'T LOOK
    >> good.
    >>
    >> all of my clients want me to do the changes and i think it will take a
    >> while
    >>
    >>
    >> i will be happy to hear you thoughts ideas about it.
    >>
    >
    >

    T.Pastrana - 4Level Guest

  5. #4

    Default Re: IE 7 is coming soon and it doesn't look good

    "Murray *ACE*" <forums@HAHAgreat-web-sights.com> wrote in message
    news:eg9doo$26f$1@forums.macromedia.com...
    > Build your sites so that they validate and you will be safe from most
    > such issues.
    That's sadly not the case with many CSS-positioned layouts, especially
    ones that include floats, blocked link lists, etc. This page might help.
    The first 2 fixes are product-specific, but the third one should be
    sufficient to make your "valid code" theory spot-on perfect :-)

    [url]http://www.projectseven.com/support/answers.asp?id=181[/url]


    --
    Al Sparber
    PVII
    [url]http://www.projectseven.com[/url]

    "Designing with CSS is sometimes like barreling down a crumbling
    mountain road at 90 miles per hour secure in the knowledge that repairs
    are scheduled for next Tuesday".





    Al Sparber- PVII Guest

  6. #5

    Default Re: IE 7 is coming soon and it doesn't look good

    Those are good to have. Any chance that these things will be fixed by
    release?

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


    "Al Sparber- PVII" <hiding@nospam.net> wrote in message
    news:egbuog$ppu$1@forums.macromedia.com...
    > "Murray *ACE*" <forums@HAHAgreat-web-sights.com> wrote in message
    > news:eg9doo$26f$1@forums.macromedia.com...
    >> Build your sites so that they validate and you will be safe from most
    >> such issues.
    >
    > That's sadly not the case with many CSS-positioned layouts, especially
    > ones that include floats, blocked link lists, etc. This page might help.
    > The first 2 fixes are product-specific, but the third one should be
    > sufficient to make your "valid code" theory spot-on perfect :-)
    >
    > [url]http://www.projectseven.com/support/answers.asp?id=181[/url]
    >
    >
    > --
    > Al Sparber
    > PVII
    > [url]http://www.projectseven.com[/url]
    >
    > "Designing with CSS is sometimes like barreling down a crumbling mountain
    > road at 90 miles per hour secure in the knowledge that repairs are
    > scheduled for next Tuesday".
    >
    >
    >
    >
    >

    Murray *ACE* Guest

  7. #6

    Default Re: IE 7 is coming soon and it doesn't look good

    "Murray *ACE*" <forums@HAHAgreat-web-sights.com> wrote in message
    news:egc72d$4r1$1@forums.macromedia.com...
    > Those are good to have. Any chance that these things will be fixed by
    > release?
    Doubt it. Perhaps there will be a 7.1 release in a couple of months.

    Al Sparber- PVII Guest

  8. #7

    Default Re: IE 7 is coming soon and it doesn't look good

    All is true, and to view on M$IE 7, as in with legacy versions, there are known
    some kind of brilliant hacking workarounds solution in CSS code to make it
    work. It is matter of an effort, time and patience to make it work. Most
    importantly of all, including as other experts have said, important to test,
    test and test just to make sure it behaves nicely and cooperating with any
    browsers no matter what.

    However, there will be some times for some small 'lil hiccups along the way,
    where we have no control over per se.

    Deaf Web Designer 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