bar with text on the right and left

T

Tarscher

hi all,

I have a menu and want some items to appear on the left side, others
on the right side of the menubar.

I try
<div>
<a href="/">Home</a>
<a href="/calendar">Games</a>
<span style="float: right;">
<a href="/edit">Profile</a>
<a href="/tree">User</a>
</span>
</div>

The span that contains the style="float: right;" should position it to
the right of the div? The span is actually positioned right underneath
the div. I don't see why?

Maybe someone can tell me why this doesn't work and how I should solve
this (tested on ie and firefox)

Many thanks in advance
 
B

Beauregard T. Shagnasty

Tarscher said:
I have a menu and want some items to appear on the left side, others
on the right side of the menubar.

I try
<div>
<a href="/">Home</a>
<a href="/calendar">Games</a>
<span style="float: right;">
<a href="/edit">Profile</a>
<a href="/tree">User</a>
</span>
</div>

The span that contains the style="float: right;" should position it to
the right of the div? The span is actually positioned right
underneath the div. I don't see why?

Try this:
<div>
<span style="float: right;">
<a href="/edit">Profile</a>
<a href="/tree">User</a>
</span>
<a href="/">Home</a>
<a href="/calendar">Games</a>
</div>
 
T

Tarscher

Try this:
<div>
<span style="float: right;">
<a href="/edit">Profile</a>
<a href="/tree">User</a>
</span>
<a href="/">Home</a>
<a href="/calendar">Games</a>
</div>

Many thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top