WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

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

1Navigation! Empty Navigation! Sun Jan 16, 2011 6:52 pm

DJmcoy

DJmcoy
Registered Member
Registered Member
How can i make a slide navigation like in this forum?
http://www.epichat.com/

2Navigation! Empty Re: Navigation! Sun Jan 16, 2011 8:13 pm

Terry Harvey

Terry Harvey
Registered Member
Registered Member
It's jquery

Code:
<script type="text/javascript" src="http://codeitforum.co.cc/styles/supernova/template/jquery-1.4.2.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
  $(".nav").hover(function(){
  $(this).slideDown();
  });
});
</script>

3Navigation! Empty Re: Navigation! Sun Jan 16, 2011 9:52 pm

ankillien

ankillien
Administrator
Administrator
Yes, but the code is not going to be that simple.
I suggest you to use some plugin for the slide down menu.

You can search on jquery.com

Sponsored content


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