Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2010-03-12 08:41:58

sereal
Member
From: Indonesia
Registered: 2010-02-18
Posts: 55

How to implement textpattern.com menu

hi, i’m new to TXP

i’m impressed with textpattern website,
i just wondering how you guys can implement the main menu on textpattern.com into TXP on Section area
I see the source from TXP website is like the one below

—————————————————————————————————————————-

<div id="topNavMajor"> 
<ul id="majorNav"> 
<li><a href="http://textpattern.com/features"><span class="smallText">look at the</span><span class="largeText">features</span></a></li> 
<li><a href="http://textpattern.com/documentation"><span class="smallText">learn from</span><span class="largeText">the docs</span></a></li> 
<li><a href="http://textpattern.com/support"><span class="smallText">community</span><span class="largeText">support</span></a></li> 
<li><a href="http://textpattern.com/weblog"><span class="smallText">check the</span><span class="largeText">weblog</span></a></li> 
<li class="last"><a href="http://textpattern.com/about"><span class="smallText">about the</span><span class="largeText">software</span></a></li> 
</ul> 
</div> <!-- close topNavMajor -->

—————————————————————————————————————————-

im getting confused on how to make the section handle the <span>

please advise

Last edited by sereal (2010-03-12 09:07:45)


$(mydocument).notyetready(function() {});
dowebsitesneedtolookexactlythesameineverybrowser ?

Offline

#2 2010-03-12 15:03:00

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: How to implement textpattern.com menu

<li>
	<txp:section name="features">
		<span class="smallText">look at the</span>
		<span class="largeText">features</span>
	</txp:section>
</li>

Offline

#3 2010-03-12 17:19:28

sereal
Member
From: Indonesia
Registered: 2010-02-18
Posts: 55

Re: How to implement textpattern.com menu

awesome…

thanks Gocom


$(mydocument).notyetready(function() {});
dowebsitesneedtolookexactlythesameineverybrowser ?

Offline

Board footer

Powered by FluxBB