cformsII Support Forum
Current User: Guest *Frequently Asked Questions*
Search 
Search Forums:


 




Labels and Fields not inline in IE7 and Safari

Add a New Topic Reply to Post
Post

Archer - Guest

1:00 pm - July 10, 2008

Please replace the ??? with your data!


[desc]: Input fields should appear beside the label. Its fine in Firefox but not in IE7 and Safari.

Please help me. You have been a great help to me last time with the "inserting <br /> tag problem" that i had. Hope you could help me on this one.


Thanks a lot Oliver and keep up the good job. Thanks for making cform. The best for plugin in WP. :)


Best Regards,

Archer_

Archer - Guest

1:46 pm - July 10, 2008

Hi Oliver,


I was able to solve the problem. :)

I added this line of code in display: inline-block;


.cform label {
display:-moz-inline-box; //this property does not work in IE and Safari
display: inline-block; // i added this for IE and Safari. This solved the problem.
margin:4px 0px 0pt 0pt;
text-align:left;
vertical-align:top;
width:140px;
}


many thanks,

Archer


Add a New Topic Reply to Post


Reply to Topic: Labels and Fields not inline in IE7 and Safari
PLEASE READ THE FAQs FIRST! THANK YOU.

NOTE: New Posts are subject to administrator approval before being displayed

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 3 + 4        (Required)

Topic Reply:


 
© Simple:Press Forum - Version 3.1.3 (Build 356)