Need help with something really basic!!

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

  1. #1

    Default Need help with something really basic!!

    Hi,

    I have a very annoying problem, I am trying to create a site that is contained
    within a table that is 100% W by 100% H, so that if the user resizes their
    browser window, the site will resize along with it. The only trouble is, if
    there is not enough content in the table, in Safari the table height will only
    be as deep as the content, not the depth of the browser window, for example if
    there is no contant in the table, it will just be a bar across the top of the
    page about 10pixels deep when I want it to be the full depth. It works fine in
    Explorer, but not in Safari. I am just setting the table width and height to
    100%. Is there a better way to achieve this?

    Any help is greatly appreciated!!

    friscuolo Guest

  2. Similar Questions and Discussions

    1. FMS BASIC HELP PLEASE
      I am a newb but learning, im wanting to know if i can have a 2 way webcam chat installed on a clients website, hosted from my own pc? if so whats the...
    2. Basic SQL
      I have this bit of code: <cfif day eq '_1'> <cfquery name = "update" dataSource = "KFS"> UPDATE tbl_Legends SET _1 = '#description#' WHERE...
    3. 3D basic
      I'm having some problems in 3D basic programming: 1. how can i remove one or more model in a 3D sprite on the stage? 2. how can i get the model's...
    4. Dark basic pro VS blitz basic 3D VS 3d game studio VS shockwave VS jamajic
      What are all your thoughts on the other leading 3D indi game creation packages out there? Are there others that I didn?t mention? here are a few...
    5. very basic
      hi all i am quite new to lingo and got a basic problem i ve 5 buttons b1,b2,b3,b4,b5 and i ve 5 movies in the cast m1,m2,m3,m4,m5 simply i...
  3. #2

    Default Re: Need help with something really basic!!

    [url]http://www.apptools.com/examples/tableheight.php[/url]

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (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
    ==================


    "friscuolo" <webforumsuser@macromedia.com> wrote in message
    news:e8ls03$as$1@forums.macromedia.com...
    > Hi,
    >
    > I have a very annoying problem, I am trying to create a site that is
    > contained
    > within a table that is 100% W by 100% H, so that if the user resizes their
    > browser window, the site will resize along with it. The only trouble is,
    > if
    > there is not enough content in the table, in Safari the table height will
    > only
    > be as deep as the content, not the depth of the browser window, for
    > example if
    > there is no contant in the table, it will just be a bar across the top of
    > the
    > page about 10pixels deep when I want it to be the full depth. It works
    > fine in
    > Explorer, but not in Safari. I am just setting the table width and height
    > to
    > 100%. Is there a better way to achieve this?
    >
    > Any help is greatly appreciated!!
    >

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