On Mon, May 11, 2009 at 10:33 AM, Simon Josephson
<[email protected]> wrote:
> hi guys
>
> I am stumped with this - I have a menu list that is generated out of a
> database; the menu has several items and each has a 'class' attribute that
> reflects the item id, thus:
>
> -----------------------
> <div id="left">
> <div class="moduletablemain_er">
> <ul class="menu">
> <li id="current" class="active item1">
> </li>
> <li class="item361">
> <a href="/index.php?option=com_content&view=article&id=222&Itemid=361">
> <span>• Who Are We</span>
> </a>
> </li>
> <li class="item111">
> <a href="/index.php?option=com_sectionex&view=category&id=1&Itemid=111">
> <span>Recent News</span>
> </a>
> </li>
> <li class="item359">
> </li>
> ------------------------
> etc etc
>
>
> Does anyone have a suggestion as to how to style... JUST the li class of
> "item361" (the reference '361' is to a document and remains static)... the
> "span" of the "li" to "• Who Are We"?
>
> Just the "span" within the "li" class "item361". Is it possible?
>
> Note... only the 'item361'; not item111 or item359, nor 'current'.
li.item361 span {
[styles go here]
}
--
--
Christian Montoya
mappdev.com :: christianmontoya.net
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************