Classification CSS Control of INPUT

xiaoxiao2021-03-13  203

IE6 Attribute Selectors Properties Selective Syarctive:

1. E1 [attr] 2. E1 [attr = value] 3. E1 [attr ~ = value] 4. E1 [Attr | = Value]

Description:

1. Select E1 2. E1 2. Select the Attr property and the attribute value equal to VALUE, select the word list with an Attr property and the attribute value is separated by a space separated, one equal to VALUE E1. The value here cannot contain spaces 4. Select the word list with an attr property and the attribute value is separated by a hyphen, starting with Value.

INPUT [type = "button"] {border: 1px solid # 000000;}

转载请注明原文地址:https://www.9cbs.com/read-129199.html

New Post(0)