Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CSS for application fields
Message
De
28/06/2013 09:52:35
 
 
Information générale
Forum:
CSS
Catégorie:
Autre
Divers
Thread ID:
01577353
Message ID:
01577390
Vues:
47
>>You may use attribute selectors such as
form [name="customer_id"] {your specific directives} /* you can also specify the form class or id if you see fit   */
>>This way you don't need to bloat your class namespace.
>>Mastering selectors is IMO the most important step to take while moving to Web development: http://www.w3.org/TR/css3-selectors/
>
>Thank you very much for your input. I do not know much (if anything) about Selectors so I will read the article you referenced.
>Hopefully once I read it, your line of
Form [name] .....
will make sense (as I dont understand it; not your fault; I am just not familiar with this).

FWIW,
form *[name="customer_id"]
 form<space> means an element within <form> ... </form>
* means any element of any tag
[name="customer_id"] means an element that has the attribute 'name' with the value "customer_id"
an easy way to learn is by opening a given site and examine elements with firebug.
Thierry Nivelet
FoxinCloud
Give your VFP application a second life, web-based, in YOUR cloud
http://foxincloud.com/
Never explain, never complain (Queen Elizabeth II)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform