Tyree
07-11-2005, 02:28 PM
I'm having a speck of difficulty getting Netscape and Firefox to display bullets in a list the same way as Internet Explorer shows them. Can anyone give me some pointers?
Here's the code for it:
styles:
ul.firm
{
list-style-type: none;
padding: 0;
margin: 0;
}
li.firm
{
background-image: url(/images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .7em;
padding-left: 1.0em;
}
display code:
<span class="smalltext">
<ul class="firm">
<li class="firm">Project Management
<li class="firm">Design Concept Development
<li class="firm">Local Administration and Review Board Approvals
<li class="firm">Construction Administration
<li class="firm">Tax Credit Applications for Adaptive Use Projects
</ul>
</span>
And here's the page on the web:
http://www.craddockcunningham.com/people_employee.php?ID=6
If you look at it in several different browsers, you can see that the bullets do vastly different things.
Thanks!!!
Matt Tyree
Here's the code for it:
styles:
ul.firm
{
list-style-type: none;
padding: 0;
margin: 0;
}
li.firm
{
background-image: url(/images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .7em;
padding-left: 1.0em;
}
display code:
<span class="smalltext">
<ul class="firm">
<li class="firm">Project Management
<li class="firm">Design Concept Development
<li class="firm">Local Administration and Review Board Approvals
<li class="firm">Construction Administration
<li class="firm">Tax Credit Applications for Adaptive Use Projects
</ul>
</span>
And here's the page on the web:
http://www.craddockcunningham.com/people_employee.php?ID=6
If you look at it in several different browsers, you can see that the bullets do vastly different things.
Thanks!!!
Matt Tyree