The problem is as follows:
Image: components / com_phocadownload / assets / images / btn.png
has 32 bits colors.
2.- In many browsers, the overlay box is not displayed correctly.
current code:
Code: Select all
...
<div class="pd-title">My example file v1.1.2</div>
<div class="pd-filesize-txt">File Size:</div>
<div class="pd-fl-m">72.84 kB</div>
<div class="pd-date-txt">Date:</div>
<div class="pd-fl-m">January 20, 2012</div>
...
Or:
<dl>
<dt>Coffee</dt>
<dd>- black hot drink</dd>
<dt>Milk</dt>
<dd>- white cold drink</dd>
</dl>