I have tried a number of things, but for whatever reason, my ordered lists in ie7 all show 1. Doesn't matter if there are 5 or 50 items, they all start with 1. Is this a common quirk?
Do we get some code or a URI rather than guessing???
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
#footer p {
text-align: center;
padding: 0;
font-size: 10px;
margin: 0 auto 20px;
}
.clear {
clear: both;
height: 0;/* fixes IE7 bug adding xtra vertical space after float + clear */
overflow:hidden;
padding: 0;
margin: 0;
height: 0;
}
Quote:
<ol>
<li>Number of family members: ___</li>
<li>Number and approximate ages of family members:<br /><br/>
Children Adults<br />
Age___ Sex___ Age___ Sex___<br />
Age___ Sex___ Age___ Sex___<br />
Age___ Sex___ Age___ Sex___<br />
Age___ Sex___ Age___ Sex___<br />
</li>
<li>How long do you plan on living in the home you are remodeling/building?<br />
__ 1 to 5 yrs __ 6 to 10 yrs __ 11 to 20 yrs __ 20+
</li>
<li>Where does your family eat its meals? __ Kitchen __ Dining Room __ Other:________________</li>
<li>Where will your family eat after you remodel/build?<br />
__ Kitchen __ Dining Room<br />
__ Other:________________
</li>
<li>Do you require a kitchen table or would you be willing to explore other options if a design could be improved?<br />
__ A kitchen table is required<br />
__ Preferred but open to other options<br />
__ Not necessary
</li>
<li>What other activities will take place in your new kitchen?<br />
__ Laundry __ Homework __ Watching TV<br />
__ Paying Bills __ Sewing __ Computer Center<br />
__ Other:
</li>
<li>After your remodel/build will you entertain frequently? __ Yes __ No<br /><br />
If Yes... What is your entertainment style?<br />
__ formal __ informal<br /><br />
Do you have large or small gatherings?<br />
__ large or __ small<br /><br />
Do your guests help you in the kitchen when you entertain?<br />
__ Yes __ No
</li>
<li>
How do you shop?<br />
__ For the week<br />
__ For each meal<br />
__ Buy non-perishable items in bulk<br />
__ Buy in bulk and freeze<br /><br />
If you buy in bulk, do you require storage in the kitchen for all or most of these items? __ Yes __ No
</li>
</ol>
and it's the width applied to the <li> that causes it.
Add display:list-item; to the <li>s that need a set width.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?