Quote:
Originally Posted by PolarBear
<div class="color" id="Layer2"></div>
<div class="fly" id="Layer1">
I hope that helps the file is offline.
|
both styles are being applied to the same element. if you want to seperate them then you need to do something like
<div id="Layer1">
<span class="fly">content</span>
</div>