2002/12/04 19:25:54 PST by jcore [0/6] |
I'm not too good with CSS, but I think that other_foi_v4.css is causing a problem with the buttons and other inputs (at least for me). At a glance it seems that the line
line-height: 150%; }
in the body element is being inherited by form inputs and causing the problem. I tested a quick fix by putting
input { line-height: 100%; }
which seems to do the trick, but I'm unsure of how it will effect the rest of the site.
P.S. While previewing this post I also noticed that the v4 code \[code\] doubles up linefeeds.