Bottom justification

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

  1. #1

    Default Bottom justification

    Hello

    I have a simple DIV layer which needs its content justified at the bottom of the div. How do I justify content to the bottom of a DIV using CSS?

    Thanks,

    -----------S
    spdorsey Guest

  2. Similar Questions and Discussions

    1. Type justification question
      I am using PS CS in OSX. Every time I put in some text and go to change the paragraph format, the justification choices including "justify last left"...
    2. Bar to appear over a tree at bottom
      II was asked to create a bar to appear at the bottom of a Tree control that can be clicked to show a menu. The menu part I get, but the overlay of a...
    3. Vertical Justification with Text Wraps?
      I have a three column page that has your standard photo inset with a caption in two of the columns., plus a pull quote I've read that it's not...
    4. [InDesign CS] Text frame with rounded corners and vertical justification
      Hi, I wonder why the Vertical Justification of text inside Text Frame Options isn't available when a text box has rounded corners. If one...
    5. Bottom margin help?
      No matter what I seem to do I cant get rid of a margin on the bottom of the page. It is only a few pixels, but I need to get rid of it. Any...
  3. #2

    Default Re: Bottom justification

    It would depend. Can you show me your code, please?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================


    "spdorsey" <webforumsuser@macromedia.com> wrote in message
    news:dm0nnh$8h9$1@forums.macromedia.com...
    > Hello
    >
    > I have a simple DIV layer which needs its content justified at the bottom
    > of the div. How do I justify content to the bottom of a DIV using CSS?
    >
    > Thanks,
    >
    > -----------S

    Murray *TMM* Guest

  4. #3

    Default Re: Bottom justification

    There are some ways to do it like

    1) Place a nested div inside the parent div and move it to the bottom of the
    div
    2) Place a table inside the <div> and move it using <br> to the bottom of the
    page.

    else as Murray asked for please put a online file so that you can get the
    right solution you are looking for ..

    laksinu Guest

  5. #4

    Default Re: Bottom justification

    Neither of those methods, however, will move an element *BELOW* the bottom
    of the content.

    In other words if you have a page that only contains "Hello" as content, you
    will not be able to use either of these methods successfully.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================


    "laksinu" <laksinu@laksinu.com> wrote in message
    news:dm6cj9$egl$1@forums.macromedia.com...
    > There are some ways to do it like
    >
    > 1) Place a nested div inside the parent div and move it to the bottom of
    > the
    > div
    > 2) Place a table inside the <div> and move it using <br> to the bottom of
    > the
    > page.
    >
    > else as Murray asked for please put a online file so that you can get the
    > right solution you are looking for ..
    >

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