Guest User

Untitled

a guest
Feb 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1.  
  2. <style>
  3. .ico {
  4. background:transparent url("famfam-active.png") no-repeat 0 0;
  5. display:inline-block;
  6. height:20px;
  7. width:20px;
  8. }
  9. </style>
  10.  
  11. <? foreach ($positions as $icon => $pos) : ?>
  12.  
  13. <span class="ico" style="background-position:<?= $pos ?>;">&nbsp;</span>
  14. <strong><?= $icon ?></strong>
  15. <br />
  16. <br />
  17.  
  18. <? endforeach ?>
Add Comment
Please, Sign In to add comment