On Sun, 28 Jun 2009 09:48:07 GMT
Jim S <> wrote in:
<1xirxixvx2qig$.>
> On Sun, 28 Jun 2009 19:29:49 +1000, dorayme wrote:
>
>> In article <yhgw6gsvuo6e$.>,
>> Jim S <> wrote:
>>
>>> On Sun, 28 Jun 2009 18:19:07 +1000, dorayme wrote:
>>>
[snip]
>>>
>>> Sorry dorayme, but I'm obviously not making myself clear. I
>>> can do all that button stuff with my buttonize CSS. It is the
>>> windows type silver button I am aiming for ie. the one that
>>> 'input' gives me if the viewer does not use IE.
>>
>> Oh, OK. They don't look so silvery to me on my browsers but
>> if you have CSS to match them in some way, perhaps a background
>> gradient will give you the effect you want? Just a thought...
>
> That's the point. I don't want to 'construct' a button. The
> original page
> http://www.jimscot.myby.co.uk/Other_...orephotos_butt
> on_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>
Why would you want to wrap a input submit in a anchor rather the a form?
Using a input type submit for a link would be done in a form. Style the
form to remove the margins if you wish: form { margin: 0; }
Further if you would choose to remove the extra padding IE may add:
form a input { overflow: visible; padding: 0 0.3em; }
<form method="post" action="http://www.example.com">
<div>
<a href="http://www.example.com"><input type="submit" value=
"example dot com"></a>
</div>
</form>
--
BootNic Sun Jun 28, 2009 02:09 pm
Curious things, habits. People themselves never knew they had them.
*Agatha Christie*
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.10 (GNU/Linux)
iEYEARECAAYFAkpHsfMACgkQylMUzZO6jeLpjQCeNKFPw4PDsa clMJEuPL0PzEcC
UIIAoI/NFn1i+4EeUkiUlXr1ch+fbP5m
=UAsu
-----END PGP SIGNATURE-----