RE: Validating "Input" Tag

Grizzly wrote:

> something like <input type="image" src="xxx" style="border: 0;"> does
> not apply?

style="border: none" or something similar is the valid way of doing it, but
NS4 will ignore that and put the border on anyway.

It's the same as with <img> elements; you can declare style="border: none"
all day long, but NS4 will give them a border if inside an <a> element
unless you put border="0".  The difference is that border is a valid
attribute on <img> in HTML 4.01/XHTML 1.0 Transitional, but it's never valid
on <input>.

Thanasis Kinias
Information Dissemination Team, Information Technology
Arizona State University
Tempe, Ariz., U.S.A.

Qui nos rodunt confundantur
et cum iustis non scribantur.

Received on Thursday, 22 February 2001 17:50:58 UTC