Table rendering with firefox css

Discussion in 'CSS' started by michaeld8867, Jun 7, 2005.

  1. #1
    Hello all--I have a bit of a problem with a css layout in firefox. What I've got is a table that is being crammed into an absolute div from css, even though the scroll function is working (or seems to be). I have attached a screen shot that will show what I mean. I am assuming this is a common problem, but can supply more info if necessary. Hope this is not too irritating for the "pros" in the audience. Thanks for looking.
     

    Attached Files:

    • sc5.gif
      sc5.gif
      File size:
      7 KB
      Views:
      522
    michaeld8867, Jun 7, 2005 IP
  2. mcfox

    mcfox Wind Maker

    Messages:
    7,526
    Likes Received:
    716
    Best Answers:
    0
    Trophy Points:
    360
    #2
    It would be a lot easier looking at the code. ;)
     
    mcfox, Jun 7, 2005 IP
  3. michaeld8867

    michaeld8867 Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    here is the htm

    <div class="f" id="m_f">
    <div id="m_f_te0" class="eb">
    <div class="ebt">
    <span id="m_f_te0_ti">Name</span>
    </div>
    <div class="ebi">
    <input name="m:f:te0:t0" type="text" id="m_f_te0_t0" />&nbsp;<span id="m_f_te0_e0" class="Val"></span>
    </div>
    </div>

    and the .css

    .f
    {
    position: absolute;
    height: $formH;
    width: $formW;
    top: $formT;
    left: $formL;
    background-color:White;
    overflow:scroll;
    }
     
    michaeld8867, Jun 7, 2005 IP
  4. mcfox

    mcfox Wind Maker

    Messages:
    7,526
    Likes Received:
    716
    Best Answers:
    0
    Trophy Points:
    360
    #4
    Preferably on the *Page*!
    The problem could be anywhere in the code.
     
    mcfox, Jun 8, 2005 IP