Re: Style problem (DIV sizing)

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

    #1

    Re: Style problem (DIV sizing)


    Hannah wrote:
    >
    On this page:
    http://www.lifesong.de/veranstaltungen.html
    firefox 2 shows the page (especially the boxes) as I want them to
    I hope you didn't really want this:


    FYI, this is what happens when you suggest the page use "fantasy" font, but the visitor doesn't have your requested fonts installed (I expunged the repulsive Comic Sans long ago). You cannot predict what the visitor will end up with, and fantasy (or cursive) will likely be a poor choice for readability. For body text, stick with the generic serif or sans-serif family.

    As for the overlapping parts, the page is scrolled all the way to the right. It does not fit within my normal viewport size.

    --
    Berg
  • Bergamot

    #2
    Re: Style problem (DIV sizing)


    Hannah wrote:
    >
    Bergamot <bergamot@visi. comwrote:
    >Hannah wrote:
    >>>
    >FYI, this is what happens when you suggest the page use "fantasy" font,
    >but the visitor doesn't have your requested fonts installed
    >
    My (kind of) client wanted a fancy font, that's why I chose fantasy as
    fallback
    The client isn't always right, you know. Using fantasy for body text is a very poor choice.
    (`"Comic Sans MS", "Postantiqu a", fantasy' as the full list).
    >
    Any better suggestions, in the restrictions given by my client?
    If your client has Comic Sans installed, then leave that as the first choice if you must, but drop the generic fantasy family. If you include no generic family at all, the visitor's default font will be used. That is a far better choice than fantasy.

    Your client will just see Comic Sans and will never know about the rest. Don't punish her visitors any more than necessary.
    I think Comic Sans MS *is* closest to what my client likes.
    Well, there's no accounting for taste...
    >As for the overlapping parts, the page is scrolled all the way to the
    >right. It does not fit within my normal viewport size.
    >
    Better now?
    Absolutely not. Now keyboard scrolling doesn't work at all. :-(
    I completely changed the "frames" mechanism, following a
    pattern I found on the web, after I found several more flaws in my own
    stuff.
    The flaws are different now, perhaps worse.

    Keeping the fixed position navigation menu and putting the actual content in a too-narrow scrolling div is making the navigation more important than the content. That's backward thinking.

    Besides, the stretching it does on the background images is a horrible effect.

    --
    Berg

    Comment

    • Hendrik Maryns

      #3
      Re: Style problem (DIV sizing)

      Hannah schreef:
      Hi!
      >
      Bergamot <bergamot@visi. comwrote:
      >Hannah wrote:
      >
      >>On this page:
      >> http://www.lifesong.de/veranstaltungen.html
      >>firefox 2 shows the page (especially the boxes) as I want them to
      >
      >I hope you didn't really want this:
      >http://www.bergamotus.ws/screenshots/lifesong.png
      >
      >FYI, this is what happens when you suggest the page use "fantasy" font,
      >but the visitor doesn't have your requested fonts installed (I expunged
      >the repulsive Comic Sans long ago). You cannot predict what the visitor
      >will end up with, and fantasy (or cursive) will likely be a poor choice
      >for readability. For body text, stick with the generic serif or
      >sans-serif family.
      >
      My (kind of) client wanted a fancy font, that's why I chose fantasy as
      fallback (`"Comic Sans MS", "Postantiqu a", fantasy' as the full list).
      >
      Any better suggestions, in the restrictions given by my client?
      >
      I think Comic Sans MS *is* closest to what my client likes.
      >
      >As for the overlapping parts, the page is scrolled all the way to the
      >right. It does not fit within my normal viewport size.
      >
      Better now? I completely changed the "frames" mechanism, following a
      pattern I found on the web, after I found several more flaws in my own
      stuff.
      Would you mind sharing that ‘pattern’ with us? I am about to start
      freeing my dorm’s site from frames at well, and since it is quite big,
      this will be some work. I’d be glad for some tricks on how to do that.

      H.
      --
      Hendrik Maryns

      =============== ===
      Ask smart questions, get good answers:

      Comment

      Working...