Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default Center in Window

    My site is fullarmorgroup.com. Obviously, my first go at it. I am changing the background to black and want it to automatically center in any browser and screen size.

    1) Any help centering?
    2) If you look in [url]http://www.fullarmorgroup.com/broadcasters.dwt[/url] you will see a table in layer. When I have attempted to center as described above, the names will end up on the left side of the screen. I have tried the Layout designer but don't really know what I am doing.

    Thanks for your help!

    Keith



    WKL23 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Get center of users window
      Hi I have the following problem. I have a Flex application that has modal pop up windows. The Flex app has a large hight, so I can't be sure the...
    2. Child window property window.opener null after postback
      I have an webform from which I open a child window to display a calendar. When a date is selected in the calendar window it attempts to set the...
    3. center window
      Hi, can someone tell me why this doesnt work or how to rewrite it? <HEAD> <script language="JavaScript"> self.moveTo(screen.availWidth *...
    4. How does one center a pop-up window using actionScript?
      I repeat: How does one center a pop-up window using actionScript?
    5. dlopen is failing on Window XP works great on Window 2000
      Michael Davis <mdavis@sevasoftware.com> writes: Check the permission of the so file: $ ls -l...
  3. #2

    Default Re: Center in Window

    On Thu, 17 Jul 2003 17:08:17 -0700, "sbcGlobal"
    <alan@removethisDolphinAd.com> wrote:
    >To add vertical centering, add a table which is one column and one row and
    >set it to 100% hor and 100% vert. This will fill the page. It is a bit flaky
    >because 100% vert is different in different browsers.
    The height attribute of tables is completely ignored by modern
    browsers when rendering in standards mode. In quirks mode, they will
    attempt to respect the height attribute, but usually have a few bugs
    in rendering CSS properly. See an example at
    [url]http://apptools.com/newsgroup/tableheight.html[/url].


    Gary
    Gary White Guest

  4. #3

    Default Re: Center in Window

    Alan,

    Thanks it centers wonderfully. On another note, the table that holds the broadcaster names/links is inside a layer. I couldn't figure out how to insert a table onto the image without first creating a layer. When I try to insert a tabel it puts the table above the image. My example is: [url]http://www.fullarmorgroup.com/broadcasters.dwt[/url]

    Any ideas?

    Thanks again!




    WKL23 webforumsuser@macromedia.com 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