Welcome Guest, Not a member yet? Register   Sign In
Alternator function inside template loop
#5

[eluser]guidorossi[/eluser]
Thanks john!

I've made it with:
Code:
//css file
#articles_list ul:nth-child(even){
    background:#EDF3FE
}

#articles_list ul:nth-child(odd){
    background:#FFF
}


//view file
<div id="articles_list">
{articles}
            <ul>
                <li class="article_name">{name}</li>
                <li class="article_descr">{description}</li>
            </ul>
{/articles}
</div>

Thank you very much!


Messages In This Thread
Alternator function inside template loop - by El Forum - 05-29-2011, 12:34 PM
Alternator function inside template loop - by El Forum - 05-29-2011, 06:51 PM
Alternator function inside template loop - by El Forum - 05-29-2011, 07:47 PM
Alternator function inside template loop - by El Forum - 05-29-2011, 07:55 PM
Alternator function inside template loop - by El Forum - 05-29-2011, 09:18 PM
Alternator function inside template loop - by El Forum - 05-29-2011, 10:05 PM
Alternator function inside template loop - by El Forum - 05-30-2011, 09:48 AM
Alternator function inside template loop - by El Forum - 05-30-2011, 10:42 AM
Alternator function inside template loop - by El Forum - 05-31-2011, 12:18 AM
Alternator function inside template loop - by El Forum - 05-31-2011, 12:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB