Table only half visible
I have tried to put two icons in a table, but after I added a link to them, they are only half visible, where to change, to force a height on the TR ?
http://cr-f.dk/home-eng/
http://cr-f.dk/home-eng/
Comments
where exactly is the table that is half visible? We did checked your site and did not found anything wrong.
<table>
<tr>
<td>[image src="http://cr-f.dk/wp-content/uploads/2016/03/dk.png" link="" link_image="http://cr-f.dk/" target="" alt="Dansk version" border="0"]</td>
<td>[image src="http://cr-f.dk/wp-content/uploads/2016/03/uk.png" link="" link_image="http://cr-f.dk/home-eng/" target="" alt="English version" border="0"]</td>
</tr>
</table>
table tr:first-child td { background: none; }
table tr:hover td { color: transparent; }
table tr:link td { color: transparent; }
table tr td { border: none; text-align: center;}
table tr:nth-child(2n) td { background: none !important; }
.image_frame:hover .image_wrapper .mask::after, .image_frame.hover .image_wrapper .mask::after { display: none !important; }
.image_frame .image_wrapper img:not(.ls-l) { top: 0 !important; }
.image_frame .image_wrapper .image_links { display: none !important; }