Landing Page / All Topics Password: taylorwest
Second click
Anyone have any idea how the code is reacting to that?
Thoughts?
Jeff
citrus_1.jpg (110.51K)
Number of downloads: 37
citrus_2.jpg (105.43K)
Number of downloads: 32
Posted 06 July 2010 - 09:08 AM
citrus_1.jpg (110.51K)
citrus_2.jpg (105.43K)
Posted 22 July 2010 - 12:47 PM
taylorwest, on 06 July 2010 - 09:08 AM, said:
Posted 24 July 2010 - 04:31 PM
Posted 02 August 2010 - 06:49 PM
taylorwest, on 26 July 2010 - 10:08 AM, said:
Posted 05 August 2010 - 09:44 AM
Posted 16 August 2010 - 12:22 PM
amizadai, on 05 August 2010 - 09:44 AM, said:
Posted 16 August 2010 - 09:48 PM
Posted 19 August 2010 - 09:13 PM
Posted 26 September 2010 - 10:50 AM
Posted 28 September 2010 - 04:39 AM
michaeljaindl, on 26 September 2010 - 10:50 AM, said:
Posted 03 October 2010 - 08:30 AM
Cory Watilo, on 28 September 2010 - 04:39 AM, said:
Posted 08 December 2010 - 01:25 AM
<div class="nav-container">
{block:TagList}
<ul class="nav"
<li class="all-tags"><a href="{SiteURL}">All Topics</a></li>
{block:TagListing collapsible='false' count='12' action_id='seemore_link'}
{block:TagListingMore}
<li class="more-tags-link"><a href="#" id="seemore_link" class="more-tags">View all {NumTags} tags</a></li>
{/block:TagListingMore}
{block:TagItem}
<li><span class="tag"><a href="{TagLink}">{TagName}</a></span></li>
{/block:TagItem}
{block:TagItemSelected}
<li class="tag_item_selected"><span class="selected-tag">{TagName}</span></li>
<style type="text/css">
.all-tags,.all-tags a {
background:none;
border:0;
color:{color:Navigation} !important;
}
</style>
{/block:TagItemSelected}
{/block:TagListing}
</ul>
{/block:TagList}
</div>