On Sun, 15 Feb 2004 18:32:28 +0000 (UTC), bill <bill_knight2@yahoo.com>
wrote:
[color=blue][color=green]
>>kj wrote:[color=darkred]
>>> It's amusing to see a misdirected usenet overreaction in full
>>> bloom... :)[/color][/color][/color]
People responded to what you asked. You can hardly blame usenauts for
not knowing that you meant to ask something else.
[color=blue]
>kj, if all you want is a flat button try this:
>
><html><head><title>button test</title>
><style type="text/css">
>input.flat_button {
> border-style: none;
> background-color: transparent
>}
></style>
></head>
><body>
><form action=""><p>
><input type="button" class="flat_button" value="can't select me">
></p></form>
></body></html>[/color]
In IE that results in text which has no indication at all that it is
clickable, and so the button is pointless. Welcome to Mystery Meat.
If you're wanting to suppress the hover effect, a better approach is
something like:
input.my_button { background-color: #BBBBBB; }
input.my_button:hover { background-color: #BBBBBB; }
But it's a bad idea to use buttons for navigation anyway (if that was
the original idea) because they are unusable for people without
Javascript.
[color=blue]
>P.S. Don't let the "church ladies" get to ya![/color]
Meaning what? Ignore people who are trying to achieve usable, accessible
web-pages?
--
Stephen Poley
http://www.xs4all.nl/~sbpoley/webmatters/