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
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