CSS-authored page shows up differently in Mozilla

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • irte

    CSS-authored page shows up differently in Mozilla

    Hi there,
    I made the following page using CSS (a lot of new CSS that I'd never
    used before):


    It shows up fine in IE, but in Mozilla the height of the "main" div
    doesn't stretch to fit the content. So my CSS must be wrong somehow,
    as I suspect Mozilla respects CSS standards more.

    The style sheet is here:


    If anyone knows what I messed up, please let me know. Thanks!
  • David Dorward

    #2
    Re: CSS-authored page shows up differently in Mozilla

    irte wrote:[color=blue]
    > I made the following page using CSS (a lot of new CSS that I'd never
    > used before):
    > http://www-rcf.usc.edu/~mfarrell/[/color]






    --
    David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
    Home is where the ~/.bashrc is

    Comment

    • Neal

      #3
      Re: CSS-authored page shows up differently in Mozilla

      On Thu, 26 Aug 2004 17:28:04 +0100, David Dorward <dorward@yahoo. com>
      wrote:
      [color=blue]
      > http://css-discuss.incutio.com/?page=UsingPoints[/color]

      font-size: small;

      Why? What's wrong with my preferred size? Why do they see a need to shrink
      the text so small I have to resize??

      Sorry, but a site which purports to advocate good practice which then
      breaks good practice is a less than optimal resource.

      Comment

      • David Dorward

        #4
        Re: CSS-authored page shows up differently in Mozilla

        Neal wrote:
        [color=blue][color=green]
        >> http://css-discuss.incutio.com/?page=UsingPoints[/color][/color]
        [color=blue]
        > font-size: small;[/color]

        That page does not suggest using that code. If you provide a URL to a page
        that does, I might be able to come up with a reasonable response.

        --
        David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
        Home is where the ~/.bashrc is

        Comment

        • Neal

          #5
          Re: CSS-authored page shows up differently in Mozilla

          On Thu, 26 Aug 2004 18:10:57 +0100, David Dorward <dorward@yahoo. com>
          wrote:
          [color=blue]
          > Neal wrote:
          >[color=green][color=darkred]
          >>>[/color][/color]
          >[color=green]
          >> font-size: small;[/color]
          >
          > That page does not suggest using that code.[/color]

          The page goes into a discussion of why point sizing is inappropriate. Yet
          it serves an inappropriate font-size.

          On http://css-discuss.incutio.com/?page=UsingKeywords they state:

          "In modern browsers rendering in Standards Mode, body {font-size: medium;}
          produces text equal in size to the browser default, whatever size that may
          be, and equal in size to that from body {font-size: 100%;} and body
          {font-size: 1em;}."

          So why serve general text at smaller than the default, which for some
          users is smaller than they want to read, and for others is not a usability
          issue anyhow?

          If the local law enforcement is commiting crime, it certainly undermines
          their right to arrest me for mine. Similarly, a page claiming to advocate
          good practice should not be employing techniques which clearly are not.

          Comment

          • David Dorward

            #6
            Re: CSS-authored page shows up differently in Mozilla

            Neal wrote:
            [color=blue]
            > The page goes into a discussion of why point sizing is inappropriate. Yet
            > it serves an inappropriate font-size.[/color]

            Oooooh, the style sheet for that site.

            Well, the site is a wiki, so the author(s) of the content and the author(s)
            of the stylesheet are very probably not the same people.

            --
            David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
            Home is where the ~/.bashrc is

            Comment

            • Mark Eggers

              #7
              Re: CSS-authored page shows up differently in Mozilla

              On Thu, 26 Aug 2004 09:08:19 -0700, irte wrote:
              [color=blue]
              > Hi there,
              > I made the following page using CSS (a lot of new CSS that I'd never used
              > before):
              > http://www-rcf.usc.edu/~mfarrell/
              >
              > It shows up fine in IE, but in Mozilla the height of the "main" div
              > doesn't stretch to fit the content. So my CSS must be wrong somehow, as I
              > suspect Mozilla respects CSS standards more.
              >
              > The style sheet is here:
              > http://www-rcf.usc.edu/~mfarrell/kotd-style.css
              >[/color]

              Lots of issues here . . . .

              1. Font size is too small for me to comfortably read it, and the page
              doesn't respond to font size changes in the browser.

              2. Your navigation styling makes it very difficult to tell what's a link
              and what's not a link.

              3. You've embedded styles in the actual page. I was under the (probably
              mistaken) impression that XHTML strict would be devoid of styling. All
              styling should go in style sheets.

              4. Finally, to address your original question, please see the following
              link: http://www.alistapart.com/

              Search on columns and faux columns to get an idea about designing
              multi-column layouts with CSS that degrade gracefully using different
              browsers and resolutions.

              HTH

              /mde/
              just my two cents . . . .

              Comment

              • David Dorward

                #8
                Re: CSS-authored page shows up differently in Mozilla

                Neal wrote:
                [color=blue]
                > The page goes into a discussion of why point sizing is inappropriate. Yet
                > it serves an inappropriate font-size.[/color]

                Oooooh, the style sheet for that site.

                Well, the site is a wiki, so the author(s) of the content and the author(s)
                of the stylesheet are very probably not the same people.

                Also, while I agree that the body text should not be set to anything other
                then the user's preference, this is a matter of some debate with a great
                many people falling on the side of the fence marked "Users are idiots and
                expect us to set font sizes smaller then Microsoft pick for them".

                --
                David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
                Home is where the ~/.bashrc is

                Comment

                • irte

                  #9
                  Re: CSS-authored page shows up differently in Mozilla

                  hi, this is "irte"
                  thanks for the responses!
                  i'll read up on alistpart. -pamela

                  Mark Eggers <mdeggers@earth link.net> wrote in message news:<pan.2004. 08.26.18.31.33. 903278@earthlin k.net>...[color=blue]
                  > On Thu, 26 Aug 2004 09:08:19 -0700, irte wrote:
                  >[color=green]
                  > > Hi there,
                  > > I made the following page using CSS (a lot of new CSS that I'd never used
                  > > before):
                  > > http://www-rcf.usc.edu/~mfarrell/
                  > >
                  > > It shows up fine in IE, but in Mozilla the height of the "main" div
                  > > doesn't stretch to fit the content. So my CSS must be wrong somehow, as I
                  > > suspect Mozilla respects CSS standards more.
                  > >
                  > > The style sheet is here:
                  > > http://www-rcf.usc.edu/~mfarrell/kotd-style.css
                  > >[/color]
                  >
                  > Lots of issues here . . . .
                  >
                  > 1. Font size is too small for me to comfortably read it, and the page
                  > doesn't respond to font size changes in the browser.
                  >
                  > 2. Your navigation styling makes it very difficult to tell what's a link
                  > and what's not a link.
                  >
                  > 3. You've embedded styles in the actual page. I was under the (probably
                  > mistaken) impression that XHTML strict would be devoid of styling. All
                  > styling should go in style sheets.
                  >
                  > 4. Finally, to address your original question, please see the following
                  > link: http://www.alistapart.com/
                  >
                  > Search on columns and faux columns to get an idea about designing
                  > multi-column layouts with CSS that degrade gracefully using different
                  > browsers and resolutions.
                  >
                  > HTH
                  >
                  > /mde/
                  > just my two cents . . . .[/color]

                  Comment

                  Working...