Topic: CSS: input for text type only
How to define one type of input like "text" not for all inputs?
input {
width: 12em;
}
You are not logged in. Please login or register.
PunBB Forums → Programming → CSS: input for text type only
How to define one type of input like "text" not for all inputs?
input {
width: 12em;
}
You have to give them a class e.g. <input type="text" class="text">. You can do it (I think) in Firefox and Opera using attribute selectors but they don't work in IE.
I meant "attribute selectors" but not work in all browser,
i will use <input type="text" class="text">
thanks a lots.
PunBB Forums → Programming → CSS: input for text type only
Powered by PunBB, supported by Informer Technologies, Inc.