Note that there are some explanatory texts on larger screens.

plurals
  1. POjustify to the right input boxes and select drop down menu?
    primarykey
    data
    text
    <p>Tried to find a question with an answer in this subject, but I was not able to.</p> <p>I am trying to justify the input boxes and select drop down menu to the right. I tried couple of things like position and floating the label right and input and select left to no avail.</p> <pre><code> &lt;div class="tabContainer clearfix"&gt; &lt;form&gt; &lt;select name="selectionField" id="selectionField"&gt; &lt;option value="membership1"&gt;$9.95(USD) for 3 days (non-recurring)&lt;/option&gt; &lt;option value="membership2"&gt;$89.95(USD) for 1 year (non-recurring)&lt;/option&gt; &lt;option value="membership3"&gt;$34.95(USD) for 1 Month (recurring)&lt;/option&gt; &lt;/select&gt; &lt;p&gt;&lt;label for="credit_card"&gt;Credit Card #: &lt;/label&gt; &lt;input type="text" name="credit_card" id="credit_card" placeholder="Credit Card Number" maxlength="16" size="20" autofocus required /&gt;&lt;/p&gt; &lt;p&gt;&lt;label for="cvv2InputField"&gt;CVV2 Number:&amp;nbsp;&lt;/label&gt; &lt;input type="text" name="cvv2InputField" id="cvv2InputField" maxlength="4" size="4" value onfocus="explainCVV2(this, 1)" onblur="explainCVV2(this, 0)" required /&gt;&lt;/p&gt; &lt;p&gt;&lt;label for="expirationMonth"&gt;Expires:&amp;nbsp;&lt;/label&gt; &lt;select name="exp_month" id="exp_month"&gt; &lt;option value&gt;&lt;/option&gt; &lt;option value="01"&gt;01&lt;/option&gt; &lt;option value="02"&gt;02&lt;/option&gt; &lt;option value="03"&gt;03&lt;/option&gt; &lt;option value="04"&gt;04&lt;/option&gt; &lt;option value="05"&gt;05&lt;/option&gt; &lt;option value="06"&gt;06&lt;/option&gt; &lt;option value="07"&gt;07&lt;/option&gt; &lt;option value="08"&gt;08&lt;/option&gt; &lt;option value="09"&gt;09&lt;/option&gt; &lt;option value="10"&gt;10&lt;/option&gt; &lt;option value="11"&gt;11&lt;/option&gt; &lt;option value="12"&gt;12&lt;/option&gt; &lt;/select&gt; &amp;nbsp;&amp;nbsp; &lt;select name="exp_year"&gt; &lt;option value&gt;&lt;/option&gt; &lt;option value="2014"&gt;2014&lt;/option&gt; &lt;option value="2015"&gt;2015&lt;/option&gt; &lt;option value="2016"&gt;2016&lt;/option&gt; &lt;option value="2017"&gt;2017&lt;/option&gt; &lt;option value="2018"&gt;2018&lt;/option&gt; &lt;option value="2019"&gt;2019&lt;/option&gt; &lt;option value="2020"&gt;2020&lt;/option&gt; &lt;option value="2021"&gt;2021&lt;/option&gt; &lt;option value="2022"&gt;2022&lt;/option&gt; &lt;option value="2023"&gt;2023&lt;/option&gt; &lt;option value="2024"&gt;2024&lt;/option&gt; &lt;option value="2025"&gt;2025&lt;/option&gt; &lt;/select&gt; &lt;p&gt;&lt;label for="name_on_card"&gt;Name on Card:&amp;nbsp;&lt;/label&gt; &lt;input type="text" name="name_on_card" id="name_on_card" placeholder="Full Name" maxlength="35" size="30"/&gt;&lt;/p&gt; &lt;p&gt;&lt;label for="address1"&gt;Address:&amp;nbsp;&lt;/label&gt; &lt;input type="text" name="adress1" id="adress1" maxlength="35" size="30"/&gt;&lt;/p&gt; &lt;p&gt;&lt;label for="address2"&gt;City:&amp;nbsp;&lt;/label&gt; &lt;input type="text" name="adress2" id="adress2" maxlength="35" size="30"/&gt;&lt;/p&gt; &lt;p&gt;&lt;label for="zipcode"&gt;Postal Code:&amp;nbsp;&lt;/label&gt; &lt;input type="text" name="zipcode" id="zipcode" maxlength="35" size="30"/&gt;&lt;/p&gt; &lt;p&gt;&lt;label for="country"&gt;Country:&amp;nbsp;&lt;/label&gt; &lt;input type="text" name="country" id="country" maxlength="35" size="30"/&gt;&lt;/p&gt; &lt;p&gt;&lt;label for="email"&gt;Email Address:&amp;nbsp;&lt;/label&gt; &lt;input type="email" name="email" id="email" maxlength="35" size="30"/&gt;&lt;/p&gt; &lt;/form&gt; &lt;/div&gt; </code></pre> <p>CSS</p> <pre><code> .accountSettings { background: url("../images/searchBg.jpg") repeat scroll left top transparent; border-bottom: 1px solid #d9d9d9; -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; -border-radius: 6px; padding: 25px; </code></pre> <p>}</p> <pre><code> .favContent, .homeIntroWrapper { width: 700px; margin: -75px auto 0; background-color: #fff; -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; </code></pre> <p>}</p> <pre><code> .tabContainer { background-color: #fff; border: 1px solid #cfcfcf; -webkit-border-radius: 0 4px 4px 4px; -moz-border-radius: 0 4px 4px 4px; -o-border-radius: 0 4px 4px 4px; -border-radius: 0 4px 4px 4px; /*margin-top: -1px;*/ padding: 20px; position: relative; float: left; width: 100%; text-decoration: bold; -moz-box-sizing: border-box; box-sizing: border-box; } </code></pre> <p>Here is the fiddle <a href="http://jsfiddle.net/Lucky500/Zkvu7/" rel="nofollow">http://jsfiddle.net/Lucky500/Zkvu7/</a></p> <p>all the help would be appreciate it.</p> <p>Lucky</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload