http://radgh.com/page4.php
Look at that in Firefox or any other browser and the little download arrows should look fine.
Look at it in IE and it should look fine... Until you scroll the page to reveal the problem.
Those arrows were really difficult to make and to find out they break easily in IE is frustrating!
Does anyone have a better suggestion for setting up this list? I still want it to look relatively the same. Maybe a table will work better.
The format for the list currently looks like this, in theory:
HTML Code:
<li>
<a class="playthis2" onclick="ChangePlayerSrc('SONGFILE.mp3')">Act on Instinct</a>
<div class="download">
<a href="SONGFILE.mp3"> <img src="/dl.gif" /> </a>
</div>
</li>
#download should be on the right side of the list, but still on the same line (I don't know how this would work, other than with a table)
Any suggestions or if you know any simple fixes for this?
|