[css-d] have posted before can't alighn this form

2009-10-23 Thread grovesdavid
Form Here: http://www.linkhomes2000.co.uk/main/selling/link_start_sell-property.php text should be to left of fields, but can't get it to work. Any suggestions. Dave) CSS: .form1 { width: 100%; background :transparent; } .field1 { float:left; width:100%; height:auto; border:none; }

[css-d] Form Alignment

2009-10-23 Thread grovesdavid
Hello, 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: .form1 { width: 100%; background :transparent; } .field1 { float:left; width:100%; height:auto; border:none; }

[css-d] Form Alignment

2009-10-23 Thread grovesdavid
Hello, 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: .form1 { width: 100%; background :transparent; } .field1 { float:left; width:100%; height:auto; border:none; }

[css-d] css text rotation

2009-10-23 Thread Nancy Johnson
Hi, Someone in my group asked if I could find a way to rotate text using CSS to be used in a table header. It will be in an internal site and we are only interested in IE6 IE7 and IE8 I found this article http://www.kavoir.com/2009/08/css-rotate-text-image-elements-by-90-180-or-270-degrees.html

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 {

Re: [css-d] css text rotation

2009-10-23 Thread Philippe Wittenbergh
On Oct 23, 2009, at 10:23 PM, Nancy Johnson wrote: Someone in my group asked if I could find a way to rotate text using CSS to be used in a table header. It will be in an internal site and we are only interested in IE6 IE7 and IE8 I found this article