CSS - Cross Browser Display

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

  1. #1

    Default CSS - Cross Browser Display

    Can anyone point me to a good discussion / description of the differences
    between the ways different browsers display CSS? I have found charts showing
    which CSS elements are supported or not supported, but no coherent description
    of the differences in display between supported elements on different browsers.

    Thanks, Susan

    SPaigen Guest

  2. Similar Questions and Discussions

    1. CSS Help/Cross Browser Issues
      I'm trying to develop a site, and for some reason my menu positioning is different in FireFox then in IE. The FireFox positioning is the correct...
    2. cross browser differences
      To all that contribute to these user forums: thank you. You are a tremendous help. Even with all that info, I just can't get my head around...
    3. Cross Browser CSS
      Hi, I have recently uploaded my site, and it still needs a lot of improvement, but the first thing I want to sort out is why my site does not...
    4. Cross browser integration
      How do I avoid having horizontal scroll bars on my web pages? Is there a trick to it, or some code I can use?
    5. Cross Browser hiding layer/div
      The function below is used to hide a div on it's mouseout event. As you can see it is for IE and NN 4 (incidentally I enclosed the div in an NN 4...
  3. #2

    Default Re: CSS - Cross Browser Display

    It would be much simpler if you would mention which elements you are having
    a problem with.

    The truth is that a) if you have a valid and complete doctype on your pages,
    and b) if your pages validate to that doctype, then you will see only
    occasionaly differences in the browser display.

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


    "SPaigen" <webforumsuser@macromedia.com> wrote in message
    news:ecd18j$89r$1@forums.macromedia.com...
    > Can anyone point me to a good discussion / description of the differences
    > between the ways different browsers display CSS? I have found charts
    > showing
    > which CSS elements are supported or not supported, but no coherent
    > description
    > of the differences in display between supported elements on different
    > browsers.
    >
    > Thanks, Susan
    >

    Murray *ACE* Guest

  4. #3

    Default Re: CSS - Cross Browser Display

    Most of the differences I've encountered have related to the "block"
    properties: margins & padding, float, width. The tutorials I've worked through,
    mostly from the Macromedia Developers site, have all had references to browser
    differences, in some cases recommending a separate style sheet for IE6. I don't
    have specific code.

    SPaigen Guest

  5. #4

    Default Re: CSS - Cross Browser Display

    Do your pages have valid and complete doctypes on them? If so, you can
    pretty much ignore IE6 box model problems (although IE5x will still be a
    concern if you want to support that antique).

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


    "SPaigen" <webforumsuser@macromedia.com> wrote in message
    news:ecd7f6$fsq$1@forums.macromedia.com...
    > Most of the differences I've encountered have related to the "block"
    > properties: margins & padding, float, width. The tutorials I've worked
    > through,
    > mostly from the Macromedia Developers site, have all had references to
    > browser
    > differences, in some cases recommending a separate style sheet for IE6. I
    > don't
    > have specific code.
    >

    Murray *ACE* Guest

  6. #5

    Default Re: CSS - Cross Browser Display

    Yes, the pages have valid and complete doctypes, straight out of one of the Macromedia CSS tutorials.
    SPaigen Guest

  7. #6

    Default Re: CSS - Cross Browser Display

    So, you will not see box model problems then. But show me one of these
    pages, please, and tell me what problems you *are* seeing.

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


    "SPaigen" <webforumsuser@macromedia.com> wrote in message
    news:ecdfhe$ooi$1@forums.macromedia.com...
    > Yes, the pages have valid and complete doctypes, straight out of one of
    > the Macromedia CSS tutorials.

    Murray *ACE* Guest

  8. #7

    Default Re: CSS - Cross Browser Display

    Unfortunately, this [url]http://www.wynnefields.com/resources.html[/url] does not have any
    Firefox sample. If I had a Mac, I would recreate the file again with the latest
    versions of FF and Safari.

    It contains screen shots of the most recent 2-3 versions of IE and Netscape on
    Windows and the Macintosh, as well as AOL on Windows. Each version is also
    displayed at each of three resolutions.

    The presentation is in three layered Photoshop files, each file being one
    resolution (1024x768, 800x600, 640x480), and each layer is a different browser
    version displayed on a different platform. I hope this helps a bit ...


    Wynnedobe Guest

  9. #8

    Default Re: CSS - Cross Browser Display

    > Unfortunately, this [url]http://www.wynnefields.com/resources.html[/url] does not
    > have any
    > Firefox sample.
    What?

    Your page does not have a <head> tag -

    <!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">
    <meta name

    although it does have a </head> tag. If you have one, you must have both.

    As for the rest of your post, I have no idea what you are describing - can
    you 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
    ==================


    "Wynnedobe" <webforumsuser@macromedia.com> wrote in message
    news:ecdq2t$6fh$1@forums.macromedia.com...
    > Unfortunately, this [url]http://www.wynnefields.com/resources.html[/url] does not
    > have any
    > Firefox sample. If I had a Mac, I would recreate the file again with the
    > latest
    > versions of FF and Safari.
    >
    > It contains screen shots of the most recent 2-3 versions of IE and
    > Netscape on
    > Windows and the Macintosh, as well as AOL on Windows. Each version is also
    > displayed at each of three resolutions.
    >
    > The presentation is in three layered Photoshop files, each file being one
    > resolution (1024x768, 800x600, 640x480), and each layer is a different
    > browser
    > version displayed on a different platform. I hope this helps a bit ...
    >
    >

    Murray *ACE* Guest

  10. #9

    Default Re: CSS - Cross Browser Display

    Whoa! That was pretty wild. I am not sure how that got past DW editing, as well
    as my browsers' rendering, as the page rendered fine without a <head> tag in IE
    and FF.

    I have since added the missing tag, but that was pretty crazy?!? Thank you for
    the heads up, Murray ...



    Wynnefield Guest

  11. #10

    Default Re: CSS - Cross Browser Display

    .... anyway, i believe i missed the original point and thought Susan was looking
    for resources regarding the differences in browser rendering "in general"
    rather than specific to CSS properties. the file i placed on my site for
    download is an example of different browser views as described in my original
    post.

    sorry, if i missed the point ...

    Wynnefield Guest

  12. #11

    Default Re: CSS - Cross Browser Display

    I am having a lot of trouble with saving my CSS setting to the right location.
    The problem is that when I look at my webpage from another computer, the fonts
    and colors are all wrong. I am trying to figure out how to change it because
    right now it is saved onto my C drive and I can't figure out how to change the
    location to the same place as my website. I don't understand why it is saved in
    anothter location because everything for my website has been saved in the same
    folder then transferred to my online space. Please help! Thanks!

    mjill Guest

  13. #12

    Default Re: CSS - Cross Browser Display

    No, you didn't miss the point, but what I'm looking for is in between your
    examples (without code) and Murray's questions about exactly what differences
    I'm encountering. I'm looking for an article/book chapter/whole book/blog
    entry/tutorial/something which lists as many as possible of the differences,
    possibly even with some suggestions for dealing with them. Now I have something
    about default margins & padding somewhere in lesson 1 of a tutorial, and
    something about clearing divs somewhere in the middle of another tutorial,
    and.... When I run into something, even if I have some helpful information I
    can't remember where to find it! I'm not expecting a magic bullet to eliminate
    problems, just some clues for troubleshooting.

    SPaigen Guest

  14. #13

    Default Re: CSS - Cross Browser Display

    Google your topic - "CSS Browser differences".

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


    "SPaigen" <webforumsuser@macromedia.com> wrote in message
    news:ecgmac$lt0$1@forums.macromedia.com...
    > No, you didn't miss the point, but what I'm looking for is in between your
    > examples (without code) and Murray's questions about exactly what
    > differences
    > I'm encountering. I'm looking for an article/book chapter/whole book/blog
    > entry/tutorial/something which lists as many as possible of the
    > differences,
    > possibly even with some suggestions for dealing with them. Now I have
    > something
    > about default margins & padding somewhere in lesson 1 of a tutorial, and
    > something about clearing divs somewhere in the middle of another tutorial,
    > and.... When I run into something, even if I have some helpful information
    > I
    > can't remember where to find it! I'm not expecting a magic bullet to
    > eliminate
    > problems, just some clues for troubleshooting.
    >

    Murray *ACE* Guest

  15. #14

    Default Re: CSS - Cross Browser Display

    Please start a new topic with this question instead of hijacking someone
    else's thread.

    The answer, however, is that your local site must be defined improperly.

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


    "mjill" <webforumsuser@macromedia.com> wrote in message
    news:ecfce6$4p6$1@forums.macromedia.com...
    >I am having a lot of trouble with saving my CSS setting to the right
    >location.
    > The problem is that when I look at my webpage from another computer, the
    > fonts
    > and colors are all wrong. I am trying to figure out how to change it
    > because
    > right now it is saved onto my C drive and I can't figure out how to change
    > the
    > location to the same place as my website. I don't understand why it is
    > saved in
    > anothter location because everything for my website has been saved in the
    > same
    > folder then transferred to my online space. Please help! Thanks!
    >

    Murray *ACE* 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