iviniDesigner

Untitled

Jul 7th, 2011
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <style>
  2. .ativo{
  3. background:url(img/menu.png) no-repeat bottom left;
  4. color: #f26128;
  5.  
  6. }
  7. </style>
  8. </div>
  9. <ul>
  10. <li><a href="index.html" <?=$pag=$_SERVER['REQUEST_URI']=="index.html":"class='ativo'":"";?>>home</a></li>
  11. <li><a href="produtos.html" <?=$pag=$_SERVER['REQUEST_URI']=="produtos.html":"class='ativo'":"";?>>produtos</a></li>
  12. <li><a class="ativo" href="servico.html" <?=$pag=$_SERVER['REQUEST_URI']=="servico.html":"class='ativo'":"";?>>SERVIÇOS</a></li>
  13. <li><a href="contato.html" <?=$pag=$_SERVER['REQUEST_URI']=="contato.html":"class='ativo'":"";?>>contato</a></li>
  14. </ul>
  15. </div>
Add Comment
Please, Sign In to add comment