[thelist] Form issues - Forwarded from another list

Hassan Schroeder hassan at webtuitive.com
Tue Nov 27 19:22:19 CST 2001


Chris Blessing wrote:

> You could always do a little browser sniffing and figure out which width to
> slap in the form elements.  I don't believe NS4 follows styles for form
> elements either (figures).

-- but possibly your "belief" is wrong ...

The following example gives me two differently sized input fields on 
Netscape 4.78 (/Win):
--------------------------------------------------------------------
<html>
<head>
<style type="text/css">
input {
	font-family: Courier, monospace;
	}
</style>
</head>
<body>
<form>
<input type="text" size="10" value="testing">
</form>
<form>
<input type="text" size="10" value="testing" style="font-family: Verdana, sans-serif;">
</form>
</body>
</html>
--------------------------------------------------------------------

FWIW,
-- 
H*
Hassan Schroeder ----------------------------- hassan at webtuitive.com 
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

    -- creating dynamic Web sites and applications since 1994 --




More information about the thelist mailing list