jeroen vannevel wrote:
> So now they are placed right below eachother, but I can't move them 100px to
> the right.
> I've tried it by placing them both in a div, and margin this div, but that
> didn't work.
>
> http://www.speedzor.com/members.php
>
> greetings,
> jeroen
>
>
#register {
position : relative;
top : 225px;
width : 450px;
left: 100px;<---:: add this
//float : left;<---:: delete this
}
#login {
position : relative;
top : 100px;
width : 400px;
left: 100px;<---:: add this
}
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/