dual alignment of table cell content

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

    dual alignment of table cell content

    consider a one-row, two-column table. the right column is very long with
    text content. the left column is used for navigation links.

    i aligned the links with the top of the column so that they are visible when
    the page loads. i would like to repeat the links aligned at the bottom of
    the same column as a convenience for readers who paged down to the end of
    the text.

    here's a picture--can it be done? i am using html4+css1.

    -------------------
    - links - text
    - - text
    - - text
    - links - text
    -------------------

    placing the bottom links in a second row forces their top to align below the
    last line of text, which is all one row. i would actually like to align the
    bottom of those links with the bottom of the text as shown above.

    i created the links as an embedded, one-row-one-column table with spacing
    set to make them look like colorful buttons. this is not critical.

    t.i.a.


  • Brian

    #2
    Re: dual alignment of table cell content

    Dave Mausner wrote:[color=blue]
    > consider a one-row, two-column table. the right column is very long with
    > text content. the left column is used for navigation links.[/color]

    Sounds like you're using the table for layout.

    < http://www.allmyfaqs.com/cgi-bin/wik...leless_layouts >

    --
    Brian
    follow the directions in my address to email me

    Comment

    • Stan Brown

      #3
      Re: dual alignment of table cell content

      In article <5kKbb.5875$ev2 .2722329@newssr v26.news.prodig y.com> in
      comp.infosystem s.www.authoring.html, Dave Mausner
      <dave.mausner@d augherty.com> wrote:[color=blue]
      >i aligned the links with the top of the column so that they are visible when
      >the page loads. i would like to repeat the links aligned at the bottom of
      >the same column as a convenience for readers who paged down to the end of
      >the text.[/color]

      Aside from the issue of using tables for layout (usually a bad
      idea), what about people who can see your whole page on one screen?
      Two copies of links is going to look pretty lame. And two copies of
      links increases page load time for _everyone_.

      I think you can safely assume that anyone who uses a Web browser
      knows how to scroll. My earnest advice is, don't waste time or
      bandwidth to save users from hitting Ctrl-Home or using a mouse to
      scroll up. Spend that effort instead on making sure that your design
      works irrespective of screen size and window size.

      --
      Stan Brown, Oak Road Systems, Cortland County, New York, USA
      DRAGON222 menjadi pusat resmi terunggul Sportsbook Digital. Sistem cepat respon, tampilan sangat lancar anti lag, dan kemungkinan menang terjadi pada tekad kuat anda.

      HTML 4.01 spec: http://www.w3.org/TR/html401/
      validator: http://validator.w3.org/
      CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
      2.1 changes: http://www.w3.org/TR/CSS21/changes.html
      validator: http://jigsaw.w3.org/css-validator/

      Comment

      Working...