Create multiple page lengths in CSS

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

  1. #1

    Default Create multiple page lengths in CSS

    Hi,
    I am in the middle of a rather large site that has different sized pages.
    Normally I would set up maybe 3 or 4 divs (eg "pageHolderSmall",
    "pageHolderMedium" etc ) with varying height lengths in my style sheet to allow
    for different page lengths and then use that particular div on each particular
    page.
    This time however, I have way too many pages with wildly varying lengths and
    so can't use this system.
    What can I do? I tried using height: auto; but that doesn't work in mozilla...
    I'd really appreciate any help.
    Thanks
    Nicholas

    NicholasOZ Guest

  2. Similar Questions and Discussions

    1. Cannot create multiple page pdf from 2 files.
      I recently scanned a brochure to convert to a .PDF. It was a photomerge scan in Photoshop CS where each side of a longer document was scanned and...
    2. how to create multiple image links to same page?
      i had somebody create my webpage, and i'm trying to update it with some new business card designs i've done. i have already created the thumbnails &...
    3. Can't create multiple links on same page
      This is odd...when editing a page in Contribute, I can create a link (of any type), but when I go to create another link, I get the error "You are...
    4. "Create PDF from Multiple Files" scrambles page order
      good afternoon--- -- - - - When using the "Create PDF from Multiple Files" command, the files selected in the "Create PDF from Multiple...
    5. Unable to create a multiple page PS file and therefore no PDFS
      Hello all, We are running OSX 10.3.3 (Panther) with Illustrator 10.0.3 and seem to be having problem with creating PS file with multiple page...
  3. #2

    Default Re: Create multiple page lengths in CSS

    What exactly are you trying to accomplish? A properly written and formatted
    html page will simply be as long as it's content. What benifit is derived
    from specifying a height?

    "NicholasOZ" <webforumsuser@macromedia.com> wrote in message
    news:ema15e$60t$1@forums.macromedia.com...
    > Hi,
    > I am in the middle of a rather large site that has different sized pages.
    > Normally I would set up maybe 3 or 4 divs (eg "pageHolderSmall",
    > "pageHolderMedium" etc ) with varying height lengths in my style sheet to
    > allow
    > for different page lengths and then use that particular div on each
    > particular
    > page.
    > This time however, I have way too many pages with wildly varying lengths
    > and
    > so can't use this system.
    > What can I do? I tried using height: auto; but that doesn't work in
    > mozilla...
    > I'd really appreciate any help.
    > Thanks
    > Nicholas
    >

    Michael Hager Guest

  4. #3

    Default Re: Create multiple page lengths in CSS

    Hi Michael,
    When I design using CSS, for example, and I have a left column filled with
    text, it sometimes stretches beyond the parent container. That's to say, the
    parent container is smaller (in height) than the column that is supposed to be
    within it. So in the past, i have included a height for the parent container
    so that this doesn't happen. Having many pages in the current site i am
    designing, this is impossible and so I wondered if there was another way.
    This is not purely designing in HTML, this is using CSS as well.
    Cheers
    Nicholas

    NicholasOZ 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