Forms squished in FireFox

Discussion in 'HTML & Website Design' started by gro11ver, Apr 12, 2007.

  1. #1
    gro11ver, Apr 12, 2007 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    First, why aren't you using semantic markup? And, why use tables to format the form, or anything else for that matter? See Form Layout using CSS.

    Increase the value of cellspacing; 10 seems a nice number.

    Firefox and some other browsers use text space for the scrollbars. Add a nbsp after the longest option text.
     
    kk5st, Apr 12, 2007 IP
  3. gro11ver

    gro11ver Peon

    Messages:
    84
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks.....i'm in the learning stages of css.....
     
    gro11ver, Apr 14, 2007 IP
  4. OoteR

    OoteR Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    CSS is the key to coding that kind of stuff now. It's way more customizable and actually does a far better job of scaling to browsers etc.
     
    OoteR, Apr 14, 2007 IP