fromalk
Legacy Member
K heb momenteel een menu met een aantal images onder elkaar (geen backgrounds) nu tussen de images is telkens enkele px marge wat ik niet wil ik heb daarvoor:
geprobeerd helaas zonder resultaat...
Hoe hoort het dan wel?
Code:
img.menuz
{
margin:0px;
padding:0px;
}
<a href="#" target="_parent">
<img src="images/img_07.jpg" class="menuz" height="40px" width="169px" alt="A complete features list" border="0" />
</a>
<a href="#" target="_parent">
<img src="images/img_09.jpg" class="menuz" height="40px" width="169px" alt="A complete features list" border="0" />
</a>
<a href="#" target="_parent">
<img src="images/img_10.jpg" class="menuz" height="38px" width="169px" alt="A complete features list" border="0" />
</a>
<a href="#" target="_parent">
<img src="images/img_11.jpg" class="menuz" height="37px" width="169px" alt="A complete features list" border="0" />
</a>
<a href="#" target="_parent">
<img src="images/img_12.jpg" class="menuz" height="41px" width="169px" alt="A complete features list" border="0" />
</a>
Hoe hoort het dan wel?