css chain selectors
- by user1588858
both this structure comes in same page how to target this div in css
only difference is ul class....
i wanted to give two different border colors yellow and pink color this div
http://jsfiddle.net/LWutU/5/
zpass-current
<ul class="zpass-current zpass-homepage logo-med-whttxt clearfix">
<li>
<a href="">
<div class="entitlement">
<div id="box_go">
</div>
</div>
</a>
<li>
</ul>
zpass-header
<ul class="zpass-header zpass-homepage logo-med-whttxt clearfix">
<li>
<a href="">
<div class="entitlement">
<div id="box_go">
</div>
</div>
</a>
<li>
</ul>