Hi *,

On Sun, May 15, 2005 at 12:37:44PM +0100, Sophie Gautier wrote:
> Christian Lohmaier wrote:
> >On Sat, May 14, 2005 at 07:18:53PM +0100, Sophie Gautier wrote:
> >>[...] 
> 
> yes, I really mean the right navbar, even if it's in my html file I 
> would like to test having it integrated at the left side.

OK. If you want the default formatting, then you can use the navbar of
api.ooo as an example.

Basically it is
<div class="label"><strong>The Heading</strong></div>
<div class="body">
 <div>Link1</div>
 <div>Link2</div>
</div>
<div class="body>
 <div>Link3</div>
 <div>Link4</div>
</div>

The "body" divs will be seperated by a vertical whitespace. To create
subpoints, simply nest the divs:
<div class="body>
 <div>Link3
  <div>Sublink1</div>
  <div>Sublink2</div>
 </div>
 <div>Link4
  <div>Sublink3</div>
  <div>Sublink4</div>
 </div>
</div>

But you don't need to stick with the default formatting, you can put
other formatting in there as well.

> >[...]

ciao
Christian
-- 
NP: Samael - 'Till We Meet Again

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to