2 つのリンクがあり、同じスタイル (クラスと div) を共有しています。しかし、問題は、html がどこから引っ張られているのかわからないことです。そのため、リンクごとに異なるスタイルを提供したいと考えています。タイトルのみを使用してクラスまたは div をターゲットにすることが可能かどうかを知りたいですか?
生成された html は次のとおりです。
<div class="event_legend_container">
<div style="border-color:" class="event_legend_item activechildcat">
<div style="border-color:" class="event_legend_name">
<a title="HR Calender" href="/using-joomla/human-resources/2012-10-17-10-31-30/month.calendar/2013/05/20/85">
HR Calender
</a>
</div>
</div>
<div style="border-color:#d3d3d3" class="event_legend_item ">
<div style="border-color:#d3d3d3" class="event_legend_name">
<a title="All Categories ..." href="/using-joomla/human-resources/2012-10-17-10-31-30/month.calendar/2013/05/20/-">
All Categories ...
</a>
</div>
</div>