Re: How to disable text selection? (css?)
In <f_MXb.186993$U %5.921536@attbi _s03> Brian <usenet3@juliet remblay.com.inv alid-remove-this-part> writes:[color=blue]
>kj wrote:[color=green]
>> It's amusing to see a misdirected usenet overreaction in full
>> bloom... :)[/color][/color]
[color=blue]
>Since you didn't quote any of the message that you're replying to, I
>have no idea what you're talking about.[/color]
Awwwwwww...... Go to mommy--she'll help you.
kj, if all you want is a flat button try this:
<html><head><ti tle>button test</title>
<style type="text/css">
input.flat_butt on {
border-style: none;
background-color: transparent
}
</style>
</head>
<body>
<form action=""><p>
<input type="button" class="flat_but ton" value="can't select me">
</p></form>
</body></html>
For more info, check this out:
bill
P.S. Don't let the "church ladies" get to ya!
In <f_MXb.186993$U %5.921536@attbi _s03> Brian <usenet3@juliet remblay.com.inv alid-remove-this-part> writes:[color=blue]
>kj wrote:[color=green]
>> It's amusing to see a misdirected usenet overreaction in full
>> bloom... :)[/color][/color]
[color=blue]
>Since you didn't quote any of the message that you're replying to, I
>have no idea what you're talking about.[/color]
Awwwwwww...... Go to mommy--she'll help you.
kj, if all you want is a flat button try this:
<html><head><ti tle>button test</title>
<style type="text/css">
input.flat_butt on {
border-style: none;
background-color: transparent
}
</style>
</head>
<body>
<form action=""><p>
<input type="button" class="flat_but ton" value="can't select me">
</p></form>
</body></html>
For more info, check this out:
bill
P.S. Don't let the "church ladies" get to ya!
Comment