T
Tarscher
Hi all,
I have a div containing a h1 element and a login form (here a span). I
want the loginform to appear on the right bottom corner of the
div.Since the div is much wider then the h1 the login form (span) will
not interfere with the h1.
<div>
<h1>Testing</h1>
<span style="...">
username:
password:
</span>
</div>
The bottom position of span shouldn't be the same as the bottom
position of the h1
Many thanks
Stijn
I have a div containing a h1 element and a login form (here a span). I
want the loginform to appear on the right bottom corner of the
div.Since the div is much wider then the h1 the login form (span) will
not interfere with the h1.
<div>
<h1>Testing</h1>
<span style="...">
username:
password:
</span>
</div>
The bottom position of span shouldn't be the same as the bottom
position of the h1
Many thanks
Stijn