I need to target the 1st item in a list. However, to make things complicated I can't assign a class or id to it. This is because of the way that the code is generated.

So, given the following example code:

<h3 class="someClass">Heading Text</h3>
<ul class="someOtherClass">     
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
<li>Item 4</li>
</ul>

Is there a way that I can target the <li> for Item 1 without it having a specific id or class assigned to it?

Thanks in anticipation.


--
Nick Roper
partner
logical elements



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

Reply via email to