i believe the general thinking is that rendering of inputs and textareas is the job of the browser/OS, rather than simply being part of your page. that's why some things still can't be styled (e.g. the "dropdown arrow" thingy on select lists). it's also the thinking behind not making the IE proprietary scrollbar styles a standard...
getting back to NN4.x, i used to "overload" my stylesheets to ensure a consistent font:
Code:
html, body, p, td {
font-family: whatever;
}
but that got me into some weird troubles once i started using em to define font sizes...so now i just ignore NN4.x
Bookmarks