I am making a form using text input fields and selectboxes. Each input is in another form td. I have a problem with the borders of the input fields. Unlike other browsers, Firefox default puts the border inset. By declaring the doctype this problem normally is solved (I use:
<!DOCTYPE html>). Anyhow, it won't with selectboxes. Other browsers have no problem with it.
