Now, should be NOT in the subject
Now IE 6 & 7 seem to be ignoring my margins/padding...
This is the page I am having trouble with
this is the only CSS I changed:
li.sixphaseapproach{
list-style: url(images/bullet.gif);
text-align: justify;
margin: 0px 25px 20px 25px;
padding: 0px 25px 0px 0px;
}
and the html:
HTML Code:
<ul>
<li class="sixphaseapproach"><span class="sixphase">Meet </span>and listen to your management team and department managers to develop a comprehensive program with suggested solutions that are achievable within your timelines</li>
<li class="sixphaseapproach"><span class="sixphase">Develop </span>a design solution utilizing our CAD specialists to create a complete under-standing of your equipment and floor space requirements within a precise integration plan</li>
<li class="sixphaseapproach"><span class="sixphase">Present </span>and review a design solution with all key team members from each department to ensure all programming needs have been met</li>
<li class="sixphaseapproach"><span class="sixphase">Review </span>and acknowledge the order process and confirm critical time lines for project management schedules</li>
<li class="sixphaseapproach"><span class="sixphase">Install </span>product and systems solution in accordance with customer’s time line</li>
<li class="sixphaseapproach"><span class="sixphase">Complete </span>project and conduct personnel training program as specified</li>
</ul>
Please help 
Last edited by DrSeuss; 08-09-2007 at 12:36 PM..
Reason: Tried to edit subject or dlete post...
|