Pierre-Henri Lavigne wrote:
>>     </ul>
>>     <h2 class="structurelabel">
>>         Water birds navigation
>>     </h2>
>>     <*ol* id="secondarynav">
>>        * <li><strong><a id="birds01">Australian Pelican <span
>> class="offleft">Here you are</span></a></strong></li>*
>>         <li><a href="birds02.htm">Black Swan</a></li>
>>         <li><a href="birds03.htm">Little Pied Cormorant</a></li>
>>         <li><a href="birds04.htm">Purple Swamphen</a></li>
>>         <li><a href="birds05.htm">Musk Duck</a></li>
>>     </ul>

Pierre-Henri,
I believe there is no need for a class attribute in there as you can go
with:
<li><strong><a id="birds01">Australian Pelican <span>Here you
are</span></a></strong></li

And style this element using:
#secondarynav strong span {...}

FWIW, I use <em> instead of <strong>

---
Regards,
Thierry | www.TJKDesign.com



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to