HI
i want to select a bunch of spans in a div whose css contains a particular background color. how do i achive this?
Any help is much appreciated.
thanks
|
|
|
|
|
|
|
if i understand the question correctly, the selector
given:
here's a snippet that will work:
|
|||
|
|
|
|
Use the attribute selector [attribute=value] to look for a certain attribute value.
|
||
|
|
|
|
Hi Owen\Sebastain Thanks for your respective replies. Owens suggestion worked great. thanks for the answer. thanks |
||
|
|