[..]  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;
}

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-question-tf2778593s2369.html#a7752257
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to