Err ... a fairly easy way:
I made a next version v2.0 of that tb20090324 template: an example!
The following CSS is added:
.nav ul{margin-left:0px;}Here the variables $hbbc (Header Border Color) and $bgcolor (Background Color) are used.
.nav li{display:inline;}
.nav li a{font-size:1.2em;font-weight:bold;border:1px solid $hbbc;padding:3px 17px;margin:0 5px 0 0;float:left;}
.nav li a:hover{background-color:$hbbc;color:$bgcolor;}
(The CSS for this 'nav' class is kept as simple as possible. It shouldn't be hard to alter font-size, font-weight, removing the border, change the colors, etc.)
Next a new section is inserted, above the header:
<div class='span-24'>Notice that section has a class 'nav', so the unordened list inside is defined by the newly added CSS.
<b:section class='nav' id='sidebar99' preferred='yes'>
<b:widget id='HTML2' locked='false' title='' type='HTML'/>
</b:section>
</div>
Install the new template (you'll find it here!) - or insert the code manually - and add the following code inside the new HTML Widget:
<ul>... and alter that stuff in order to create your own links, of course.
<li><a href="#" title="description">link 1</a></li>
<li><a href="#" title="description">link 2</a></li>
<li><a href="#" title="description">link 3</a></li>
<li><a href="#" title="description">link 4</a></li>
</ul>
I don't know if you are using the same trick in your middle footer box already! But this way you do not have to open the template for maintaining the menu: just edit the Widget!
Is this answering your question?









