From: <[EMAIL PROTECTED]>
> It has to be something really stupid because I can't see what I'm doing
> wrong:
> http://www.linkhomes2000.co.uk/trials/bk/form%20trial.php
 > Worst in Opera, but doesn't work in any of them. Labels will not align no
> matter what I've tried.....
> David G)
-------------------------------------------------------------------------------
Hi David:
Use the following CSS rules for SELECT and LABEL:

.form label {
display:block;
width:49%;
float:left;
height:1.5em;
line-height:2.2em;
margin-bottom:2%;
}

.form select {
width:49%;
float:right;
height:1.5em;
margin-bottom:2%;
}

Regards,

MaurĂ­cio Samy Silva
http://www.maujor.com/ 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to