[..] is the CSS attribute selector. I this case the style applies to form
elements that have an "id" attribute declared.
On 12/7/06, kkus <[EMAIL PROTECTED]> wrote:
In forms.css I found following definition,
form li div {
display: inline-block;
}
form[id] li div {
display: inline;
}
You might try asking this question on the Wufoo Forums - I got the
forms.css from their site (with their permission of course).
http://wufoo.com/forums/
Matt
On 12/7/06, kkus <[EMAIL PROTECTED]> wrote:
In forms.css I found following definition,
form li div {
display: inline-block;
}
for
In forms.css I found following definition,
form li div {
display: inline-block;
}
form[id] li div {
display: inline;
}
Can anyone tell me the usage of [id] here? Does it reference to a class type
definition? Thanks!
--
View this message in context:
http://www.nabble.com/a-simple-css-q