Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 19, 2013 08:31 AM by rodolfolopes
Member
13 Points
42 Posts
Jan 19, 2013 07:57 AM|LINK
Hi there!
I just added a navigator menu to my website and i downloaded a theme to it and it contains this:
style.css
jquery-1.2.3.min
menu.js
If someone want to download it herei s: http://www.mediafire.com/?xhqk83uh15q7xw4
But i really dont know how to apply this theme to my navigator menu. Can you help me?
Thanks
Jan 19, 2013 08:31 AM|LINK
Oh nevermind i used this code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title></title> <script type='text/javascript' src='jquery-1.2.3.min.js'></script> <script type='text/javascript' src='menu.js'></script> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> </head> <body><ul id="nav"> <li><a href="#">1 HTML</a></li> <li><a href="#">2 CSS</a></li> <li><a href="#">3 Javascript </a> <ul> <li><a href="#">3.1 jQuery</a> <ul> <li><a href="#">3.1.1 Download</a></li> <li><a href="#">3.1.2 Tutorial</a></li> </ul> </li> <li><a href="#">3.2 Mootools</a></li> <li><a href="#">3.3 Prototype</a></li> </ul> </li> </ul> </body> </html>
rodolfolopes
Member
13 Points
42 Posts
HOw to apply this jquery to my Navigator MEnu
Jan 19, 2013 07:57 AM|LINK
Hi there!
I just added a navigator menu to my website and i downloaded a theme to it and it contains this:
style.css
jquery-1.2.3.min
menu.js
If someone want to download it herei s: http://www.mediafire.com/?xhqk83uh15q7xw4
But i really dont know how to apply this theme to my navigator menu. Can you help me?
Thanks
rodolfolopes
Member
13 Points
42 Posts
Re: HOw to apply this jquery to my Navigator MEnu
Jan 19, 2013 08:31 AM|LINK
Oh nevermind i used this code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title></title> <script type='text/javascript' src='jquery-1.2.3.min.js'></script> <script type='text/javascript' src='menu.js'></script> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> </head> <body><ul id="nav"> <li><a href="#">1 HTML</a></li> <li><a href="#">2 CSS</a></li> <li><a href="#">3 Javascript </a> <ul> <li><a href="#">3.1 jQuery</a> <ul> <li><a href="#">3.1.1 Download</a></li> <li><a href="#">3.1.2 Tutorial</a></li> </ul> </li> <li><a href="#">3.2 Mootools</a></li> <li><a href="#">3.3 Prototype</a></li> </ul> </li> </ul> </body> </html>