Inputs not appearing

Any idea why the middle box’s text inputs are not showing?
http://myresearchfinder.com/dev/index1.html

Try adding the code in red:

.form-reg2 {
  [COLOR="Red"]float:left;[/COLOR]
  border:1px #000000 solid;
  width:[COLOR="Red"]68%[/COLOR];
  height:100%;
}

thanks ralph that work! if I add another div, it must also be float left? why do you think the text was ok, but not the inputs?

firebug was slightly helpful, the inputs seem to be pasting over each other. i’m not sure why they are doing that as they are clearly in separate divs

Could be a positioning issue. Have you looked at it with firebug?

[QUOTE=dethfire;4700100] if I add another div, it must also be float left?[/quote

Yes.

why do you think the text was ok, but not the inputs?

The inputs were hiding underneath the left div’s inputs.