Here's a screenshot of the issues I'm seeing between IE and FF (looks correct in FF):
So there are two issues:
1) The bullets are not lining up correctly in IE, but they are in FF.
2) There should be no bullet on the "more services" link, which there isn't in FF but there is in IE.
Here's the CSS:
Here's the HTML:Code:#what { width: 245px; height: 225px; background-color: #ededed; border: 2px solid #d3d3d3; float: right; } #what ul { list-style: disc url('../i/arrowbullet.gif') inside; margin: 0; margin-top: 2px; padding: 0 10px 0 10px;; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .8em; } #what li { padding: 2px; padding-left: 8px; border: 1px solid #d3d3d3; } #what .b { /* Alternate rows */ background-color: #FFF; border-top: 0px; border-bottom: 0px; } #what a { font-weight: bold; margin-right: 8px; color: #058ee4; text-decoration: none; } #what a:hover { font-weight: bold; margin-right: 8px; color: #058ee4; text-decoration: underline; background-color: #FFF; }
Code:<div id="what"> <h2>What we do.</h2> <ul> <li>pc/laptop repair</li> <li class="b">hardware/software upgrades</li> <li>virus/adware removal</li> <li class="b">network design & installation</li> <li>wireless installation</li> <li class="b">new pc setup</li> <li>web design/hosting</li> <li class="b">data backup/recovery</li> <li>maintenance agreements</li> <li class="b">formatting services</li> <li style="text-align: right; border: 0px; border-top: 1px solid #d3d3d3; list-style: none;"><a href="services">more services >></a></li> </ul> </div>






Bookmarks