I am struggling with a <td>
that looks like this:
<td valign="middle" class="table_td td top" style="width: 347px">
<div id="Style" style="position:absolute;">
<img src="images/additional-keywords-image.gif" style="background: middle right;">
</div>
<span class="feature_text" style="cursor:pointer;" onmouseover="ShowPicture('Style',1)" onmouseout="ShowPicture('Style',0)" id="a1"> Featured Merchant Ad </span><br />
<span class="feature_text_small">(Merchant Ad in Home Page,<br /> for valuable Site Exposure)</span>
The issue I'm facing is that the image inside div id="Style" is larger than the <td>
. The goal is to have the vertical center of the div picture align with the span with the id "feature_text" which contains the text "Featured Merchant Ad". Despite my attempts, I haven't been able to achieve this. Can someone point me in the right direction?