On 13/03/06, Maziak, Peter (Tek Systems) <[EMAIL PROTECTED]> wrote:
> Older posts (circa 2002*) indicate there is no way to style border,
> padding, z-index, etc on a SELECT in IE (because it is an active-x
> control). Has anyone seen different since?
Not as far as I am aware, although there are
Older posts (circa 2002*) indicate there is no way to style border,
padding, z-index, etc on a SELECT in IE (because it is an active-x
control). Has anyone seen different since?
For example:
input, select {
background-color:#DAE4FF;
padding:10px;
border:1px solid black;
}
-background-co