Advertisement
Codificando

Codificando - Logo na Barra Flutuante

Oct 11th, 2015
7,681
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. <script type="text/javascript">
  2.     $(document).ready(function() {
  3.         if($('#barraTopo h4 a').length && $('.logo a img').length) {
  4.            $('#barraTopo h4 a').html($('.logo a img').clone());
  5.         }
  6.     });
  7. </script>
  8. <style>
  9.     #barraTopo h4 { margin-top: -3px; }
  10.     #barraTopo h4 img { width: auto; height: auto; max-height: 35px; }
  11. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement