Jim S wrote:
> That's the point. I don't want to 'construct' a button.
> The original page
> http://www.jimscot.myby.co.uk/Other_...tton_test.html
> works perfectly well in Firefox and Opera and looks how I would like but it
> doesn't work in IE.
> I wondered why and could I make it work in IE.
> My current version of this page is
> http://www.jimscot.myby.co.uk/Other_...orephotos.html and
> although I am fairly happy with it I fancy the other type of buttons and I
> don't want to construct them since they already exist. I fancy I'm peeing
> into the wind. <g>
Looks like a bad idea all around.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-language" content="en-us">
<title>Which Way?</title>
</head>
<body>
<form action="this.html" method="get">
<div>
<a href="that.html"><input type="submit" value="Which Way?"></a>
</div>
</form>
</body>
</html>
Seamonkey1 A => that.html
Firefox3 A => that.html
IE8 FORM => this.html
IE7 FORM => this.html
IE6 FORM => this.html
IE5.5 FORM => this.html
IE5 FORM => this.html
Opera9.6 FORM => this.html
Opera8.4 FORM => this.html
Opera7.5 FORM => this.html
Chrome A => that.html
Netscape7.1 A => that.html
Netscape4.6 FORM => this.html
WebTV A => that.html
MSNTV A => that.html
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com