if separate they would be defined as:
...
.Input_Button{
BORDER : 0;
BACKGROUND : #727272;
COLOR : #FFFFFF;
CURSOR : hand;
}
.Input_Text{
BORDER : 1px solid #000000;
}
...
input[type=file] {...}
input[type=text] {...}
But, of course, IE doesn't support attribute selectors[1].
---
[1] CSS2 Specification, http://www.w3.org/TR/REC-CSS2, Section 5.8
-=-=-
Steve
-=-=-
"#include <nerd.h>" <pythagora...@yahoo.com> wrote in message
news:#k9ISquZAHA.236@tkmsftngp04...
"Steve Fulton" <cerbe...@hotmail.com> wrote in message
news:uoDiJb2ZAHA.1312@tkmsftngp04...
> Officially in CSS2:
>
> input[type=file] {...}
> input[type=text] {...}
>
> But, of course, IE doesn't support attribute selectors[1].
<hopefully> IE6 </hopefully>