- From: Erik Arvidsson <erik@eae.net>
- Date: Mon, 12 Jul 2004 22:23:21 +0200
Scott Andrews wrote:
> I'm not sure if this has already been suggested, or if there is better
> way to perform this task. With CSS it would be convenient for there
> to be a way to override the default styles for a particular input
> type, instead of applying a generic class to all the inputs of that
> type.
>
> For example, if you wanted to make all the checkboxes on a page twice
> their normal size use a class like:
How about
input[type='checkbox'] {
}
as defined in CSS2?
Maybe I am missing something here?
erik
Received on Monday, 12 July 2004 13:23:21 UTC