I'm doing a vertical style form with CSS like:
#contactFORM label {
display: block;
margin: 5px 0 0 12px;
padding: 0; }
#contactFORM input {
display: block;
width: 350px; }
Then inside the form:
<label for="pr_title"><strong>TITLE:</strong>
<input name="pr_title"
type="text"
class="textinp"
id="pr_title"
value="" />
</label>
Works great.
But, I've got a paragraph in the middle of the form and I need a single
checkbox to display *inline* inside the paragraph:
<p id="inlineBOX">blah, blah, blah, blah <input type="checkbox">
blah....</p>
So far, I've found NOTHING that will override the "#contactFORM input"
rule and get the darned checkbox to display inline inside the paragraph,
including stuff like:
#inlineBOX input {
margin: 0 !important;
padding: 0 !important;
display: inline !important;
float: left;}
Ideas anyone?
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/