CSS display issues (firefox vs. explorer)

Discussion in 'CSS' started by BoarderX, Jul 30, 2007.

  1. #1
    Sorry for the "general" title but I don't know what is causing my problems, so it is hard to be specific... I am working on a web application for my summer research project, but I am not very knowledgeable in CSS. For the most part I am able to solve my problems except for the following:

    Issue 1:
    Profile: http://www.cs.virginia.edu/~pgabriel/profile.html
    Issue 1 CSS: http://www.cs.virginia.edu/~pgabriel/crosspoint.css
    The copyright at the bottom. Firefox displays correctly. Explorer displays too much white space above the copyright text.

    Issue 2 *IMPORTANT*:
    Profile w/ missing fields: http://www.cs.virginia.edu/~pgabriel/profile2.html
    Issue 2 CSS: http://www.cs.virginia.edu/~pgabriel/form.css
    The text in the SME Profile does not display correctly when some of the fields are left blank (Issue 1 link shows a full profile). I'm trying to avoid using tables as it would cause some major setbacks in my work.

    FYI, the pages are dynamically generated so links will not work.

    Any suggestions?
     
    BoarderX, Jul 30, 2007 IP
  2. VimF

    VimF Well-Known Member

    Messages:
    307
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    118
    #2
    Issue 1: Add height:16px; to the selector #siteInfo

    Issue 2: Add to the #block

    float:left;
    height:16px;
    margin:0;
     
    VimF, Jul 30, 2007 IP