Link Us To http://sn.im/27qr8n / http://tinyurl.com/3w5msrt
The following style all element with tittle attribute:
[ title ]
{
color : yellow ;
}
The example below style all element with tittle="hallo" :
[ title = hallo ]
{
border : green ;
}
Example below shows element with tittle that contain a specified value :
[title~=bye bye]
{
color :red ;
}
Refenrence:CSS Attribute Selectors,[Online],Retrieve 8 April 2011.
No comments:
Post a Comment