Table % not working in Safari, Mozilla, Firefox

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

  1. #1

    Default Table % not working in Safari, Mozilla, Firefox

    Is there a way in Dreamweaver MX 2004 to make tables whos height and width is a
    percentage and have Safari, Mozilla and Firefox display it correctly? I've
    noticed this for a while now, but have got some conflicting feedback from other
    Mac users who say it works fine for them. Most of the Mac users I know see the
    same thing I do. Right now Only Internet Explorer (and maybe netscape) display
    these tables correctly.

    Im hoping there is a siple way to do this because I use 100% tables in many
    sites I develop. They are especially useful when you want your flash movie to
    always stay centered and not scale. I'm not sure why these browsers don't
    support this because designers have been using table percentages for years. Any
    info on how to fix this or a simple workaround will be a big help. I'm using
    Mac OS X 10.3.9 and 1.3.1 (v312.3)

    Thanks

    FluidBrix Guest

  2. Similar Questions and Discussions

    1. Contribute 3.1 and Mozilla Firefox???
      I just purchased and setup Contribute on my Mac (I have OSX 10.4x). I HATE Microsoft Explorer and want to use Mozilla Firefox as my browser. Try as...
    2. Mozilla-mplayer in Firefox
      I have installed gxine on Ubuntu. After starting gxine I pressed OK once too many and now gxine is the default player in KDE, Gnome and Mozilla. ...
    3. Webservices working in IE but not Mozilla/Firefox
      I am connecting to a web service where the SOAP toolkit in use is JBoss. Everything works fine as long as the SWF is displayed in IE, but in Firefox...
    4. Javascript in Mozilla Firefox
      Does anyone know how to make this code work in Mozilla? function toggleT(_w,_h) { if (document.all) { // is IE if (_h=='s')...
    5. Flash not working with Mozilla Firefox 1.0.3
      Techno-ignorant here, using Windows XP SP2, and I recently upgraded my browser from Mozilla Firefox 1.0.2, which displayed Flash perfectly, to FF...
  3. #2

    Default Re: Table % not working in Safari, Mozilla, Firefox

    That is very unsual, because I use tables in Dreamweaver for all of my sites,
    and I use Mozilla and Safari and they appear fine in there, I also have PC
    users who use the same browsers, so I would do two things: 1. Send me your code
    so I can get a better idea of what your saying, cuz that just doesn't make
    sense. 2. Review your code and compare it to a sight that uses tables also and
    compare the two. Hope I can help!

    withhisstripes Guest

  4. #3

    Default Re: Table % not working in Safari, Mozilla, Firefox

    you can check an example below. I made a table in dreamweaver (insert > table)
    with 100% width and 100% height, removed the margins, centered the alignment of
    the table and inside the table, and added an image. Just view the source.

    [url]http://www.offtherackpro.com/tabletest/[/url]

    FluidBrix 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