Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <div id="song1" class="songs" onclick="song1()">
  2. <div id="songtitle1" class="songtitles">Hello World</div>
  3. </div>
  4.  
  5. .songs:hover .songtitles {
  6. opacity: 1;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement