You are not connected. Please login or register

View previous topic View next topic Go down Message [Page 1 of 1]

Moderators

1code - [Code]Fixed Navigation - Codrops Menu Empty [Code]Fixed Navigation - Codrops Menu Tue Sep 16, 2014 8:14 am

Moderators
Moderators Quản Lý Viên

Tổng số bài gửi : 96

VNĐ : 257

Uy tín : 9

Gia Nhập : 2013-07-27

Demo:
[You must be registered and logged in to see this link.]
* Đăng nhập sẽ hiện ra cái menu Fixed bên tay trái ...
vào OVerall_footer_begin
Code :
Chèn ngay dưới đáy :
Code:
 <link rel="stylesheet" href="http://dl.dropbox.com/u/47626020/FixedNavigationTutorial/css/style.css" type="text/css" charset="utf-8"/>

        <script type="text/javascript" src="http://dl.dropbox.com/u/47626020/FixedNavigationTutorial/jquery-1.3.2.js"></script>
      <script type="text/javascript">

            $(function() {

                $('#navigation a').stop().animate({'marginLeft':'-85px'},1000);



                $('#navigation > li').hover(

                    function () {

                        $('a',$(this)).stop().animate({'marginLeft':'-2px'},200);

                    },

                    function () {

                        $('a',$(this)).stop().animate({'marginLeft':'-85px'},200);

                    }

                );

            });

        </script>
  <ul id="navigation">

            <li class="home"><a href="http://css-style.forumvi.com/" title="Home"></a></li>

            <li class="search"><a href="http://css-style.forumvi.com/search" title="Search"></a></li>

            <li class="rssfeed"><a href="http://css-style.forumvi.com/rss" title="Rss Feed"></a></li>

            <li class="contact"><a href="http://css-style.forumvi.com/contact" title="Contact"></a></li>

        </ul>

View previous topic View next topic Back to top Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum