Here is my code and CSS:
The problem is that my image is blocking part of my list elements - the bullets. Any ideas why this is happeing, how to correct?
Thanks!
Code:
<style type="text/css">
.diamond {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-align: left;
line-height: 1.25em;
color: #6699CC;
}
</style>
<img src="images/Diamond/Daimond1.jpg" align="left">
<ul class="diamond">
<li>All Types of Pools</li>
<li>Re-Usable Filter Bag</li>
<li>Built-in Filtration System</li>
<li>Vaccums All Types of Debris</li>
<li>No Installation or Assembly Required</li>
<li>Removes Microscopic Algae and Bacteria </li>
</ul>
The problem is that my image is blocking part of my list elements - the bullets. Any ideas why this is happeing, how to correct?
Thanks!