Re: [css-d] Form Alignment

2009-10-28 Thread grovesdavid
Climis, Tim Wrote:

Untested, but try:

.label1 {
font:1em/1.5em bold italic small-caps verdana,serif;
float: left; -- delete
width:30%;
height:2em !important;
margin:0px;
display: block; -- add
}

.para1 {
/* width:auto;
height:auto; */  -- delete, unneeded
padding:0;
margin:0;
float: left; -- add
}

.para2 { /* for second column */
padding: 0;
margin: 0;
float: right;
}

.textarea1 {
font:1em/1.5em bold italic small-caps verdana,serif;
float: right; -- delete
width:60%;
height:2em !important;
background :transparent;
border:1px solid #00;
margin:0 0 2px 0;
padding:0;
display: block; -- add
}

---Tim

Hi,

Thank you for your reply, you were the only one who did reply, for that if 
nothing else I'm very grateful!

No offense, but if you're ever trying to do what I was don't use this, it's 
miles out...

But once again thank you for trying , as I said no one else even replied...

Very Kind Regards

Dave) 

__
css-discuss [cs...@lists.css-discuss.org]
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/


Re: [css-d] Form Alignment

2009-10-28 Thread Mark Henderson
Dave wrote:
 File Here:

http://www.linkhomes2000.co.uk/main/selling/link_start_sell-property.php
 
 can not get text on left to align with fields on right. This is the
offending css:

[...]

Then Dave responded to Tim
 Hi,
 
 Thank you for your reply, you were the only one who did reply, for
that if
 nothing else I'm very grateful!
 
 No offense, but if you're ever trying to do what I was don't use this,
it's
 miles out...
 
 But once again thank you for trying , as I said no one else even
replied...
 

Dave, here's the thing. Based upon your initial request, it is somewhat
unclear as to *what* precisely you are trying to achieve and that could
be why Tim's response didn't meet your needs. I only see text above each
of the form elements and nothing seems terribly well aligned, so
aligning text on left with fields on right could come down to an
individuals interpretation. So the best bet might be to put up a
screenshot of what you want the final result to be, or show us another
website that does what you are after, and then I am confident someone
from this list will be able to provide you with a solution.

Mark
__
css-discuss [cs...@lists.css-discuss.org]
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/


Re: [css-d] Form Alignment

2009-10-23 Thread Climis, Tim
Untested, but try:

.label1 {
font:1em/1.5em bold italic small-caps verdana,serif; 
float: left; -- delete
width:30%; 
height:2em !important; 
margin:0px;
display: block; -- add
}

.para1 {
/* width:auto; 
height:auto; */  -- delete, unneeded
padding:0; 
margin:0;
float: left; -- add
}

.para2 { /* for second column */
padding: 0;
margin: 0;
float: right;
}

.textarea1 {
font:1em/1.5em bold italic small-caps verdana,serif;
float: right; -- delete
width:60%; 
height:2em !important; 
background :transparent; 
border:1px solid #00; 
margin:0 0 2px 0; 
padding:0;
display: block; -- add
} 

---Tim

__
css-discuss [cs...@lists.css-discuss.org]
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/