View Single Post
  #5 (permalink)  
Old 25-10-2007, 05:50 AM
rossable's Avatar
rossable rossable is offline
sarcastic encouragement, brilliant!
 
Join Date: Oct 2007
Location: IN, USA
Gender: Male
Posts: 1,055
Default

Quote:
Originally Posted by PolarBear View Post
<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>
__________________
http://justross.com/
Reply With Quote