I tried this, but it still doesn't make any difference.

> Date: Wed, 25 Jun 2008 15:34:18 -0400
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> CC: css-d@lists.css-discuss.org
> Subject: Re: [css-d] forms cant' be placed below eachother
> 
> 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/

_________________________________________________________________
Even niet achter je PC? Neem je Messenger mee op je gsm!
http://www.windowslivemobile.msn.com/nl-be
______________________________________________________________________
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/

Reply via email to