iviniDesigner

Untitled

Jul 7th, 2011
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.91 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Untitled Document</title>
  6. </head>
  7.  
  8. <body>
  9. <style>
  10. .ativo{
  11.     background:url(img/menu.png) no-repeat bottom left;
  12.     color: #f26128;
  13.  
  14. }
  15. </style>
  16. </div>
  17. <ul>
  18. <li><a href="index.html" <?=$pag=$_SERVER['REQUEST_URI']=="index.html"?"class='ativo';":"";?>>home</a></li>
  19. <li><a href="produtos.html" <?=$pag=$_SERVER['REQUEST_URI']=="produtos.html"?"class='ativo';":"";?>>produtos</a></li>
  20. <li><a class="ativo" href="servico.html" <?=$pag=$_SERVER['REQUEST_URI']=="servico.html"?"class='ativo';":"";?>>SERVIÇOS</a></li>
  21.     <li><a href="contato.html" <?=$pag=$_SERVER['REQUEST_URI']=="contato.html"?"class='ativo';":"";?>>contato</a></li>
  22. </ul>
  23. </div>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment