table-Layout:fixed; ok for IE but not for FireFox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Laser Lips

    table-Layout:fixed; ok for IE but not for FireFox

    Hi all.

    I'm trying to hide the extra content in a html table cell if the
    content is to wide.

    In IE it's easy, I just give the styling for the table an attribute of
    table-Layout:fixed but thie doesnt work for FireFox, the columns still
    get as wide as the content. I dont want to wrap the text either.
    If the content is too wide, I want to hide it.

    Thanks all.

    Graham

  • Laser Lips

    #2
    Re: table-Layout:fixed; ok for IE but not for FireFox

    Never mind....that wors aswell for Firefox but the table MUST have a
    width specified.....

    Comment

    • dorayme

      #3
      Re: table-Layout:fixed; ok for IE but not for FireFox

      In article
      <c0e6ee61-8d55-4ab2-81ad-ddfc9b16f0c4@l6 4g2000hse.googl egroups.com>,
      Laser Lips <loudsphiers@gm ail.comwrote:
      I'm trying to hide the extra content in a html table cell if the
      content is to wide.
      The only reliable way I have been able to quickly do it in FF and my
      Safari is:

      <http://dorayme.890m.co m/alt/havingatableabr uptlyend.html>

      But Opera is simply extraordinarily deaf to all such tricks and even
      ignores the font-size when it suits it!

      --
      dorayme

      Comment

      • Laser Lips

        #4
        Re: table-Layout:fixed; ok for IE but not for FireFox

        On Jun 11, 11:41 am, dorayme <doraymeRidT... @optusnet.com.a uwrote:
        In article
        <c0e6ee61-8d55-4ab2-81ad-ddfc9b16f...@l6 4g2000hse.googl egroups.com>,
        Laser Lips <loudsphi...@gm ail.comwrote:
        >
        I'm trying to hide the extra content in a html table cell if the
        content is to wide.
        >
        The only reliable way I have been able to quickly do it in FF and my
        Safari is:
        >
        <http://dorayme.890m.co m/alt/havingatableabr uptlyend.html>
        >
        But Opera is simply extraordinarily deaf to all such tricks and even
        ignores the font-size when it suits it!
        >
        --
        dorayme
        What you posted does not work in FireFox???

        Comment

        • dorayme

          #5
          Re: table-Layout:fixed; ok for IE but not for FireFox

          In article
          <c21731cc-3b0c-4940-97c7-ae0f1894276b@s5 0g2000hsb.googl egroups.com>,
          Laser Lips <loudsphiers@gm ail.comwrote:
          On Jun 11, 11:41 am, dorayme <doraymeRidT... @optusnet.com.a uwrote:
          In article
          <c0e6ee61-8d55-4ab2-81ad-ddfc9b16f...@l6 4g2000hse.googl egroups.com>,
          Laser Lips <loudsphi...@gm ail.comwrote:
          I'm trying to hide the extra content in a html table cell if the
          content is to wide.
          The only reliable way I have been able to quickly do it in FF and my
          Safari is:

          <http://dorayme.890m.co m/alt/havingatableabr uptlyend.html>

          But Opera is simply extraordinarily deaf to all such tricks and even
          ignores the font-size when it suits it!

          --
          dorayme
          >
          What you posted does not work in FireFox???
          <http://dorayme.890m.co m/alt/justPics/on_my_firefox.p ng>

          --
          dorayme

          Comment

          Working...