Google
 

Go Back   NackVision > Website Related > Web Hosting

Web Hosting If you have any question or know of good web hosts, post here.

Reply
 
Thread Tools
Old 10-24-2006, 11:58 AM   #1
♀ maLe ♀
Senior Member
 
♀ maLe ♀'s Avatar
 
Join Date: Sep 2006
Posts: 133
Lightbulb dynamic moving menu

Adds a dynamic moving menu which can easily be customised to suit your website.
To customise the menu slider, there are some CSS classes in the header, change them to match your site.
To add more items to the menu you need to add onto the array...
So to add a link called "Downloads" you would add...
["Downloads","<A href="http://www.yourdomain.com/downloads.html","blank"][/CODE">http://www.yourdomain.com/downloads.html","blank"]
so then you would end up with....
the "blank" part is the link target, if you want links to open in the same winodw, just leave it blank or change it to "self".
Add the script inbetween your <head> tags.



and this is what you will put inside your <body> tags...
<div id="menu" style="display: none; position:absolute; width:140px; height:110px; z-index:1; left: -130px; top:;" onmouseover="this.style.cursor='pointer'" onmousedown="doOut(event)"> 
  <table width="100%" cellspacing="0" cellpadding="0" align="center">
    <tr>
      <td valign="top" width="100%"> <table border="0" width="100%" cellspacing="1" class="border" align="center" cellpadding="4">
          <tr>
            <td class="title" align="center">Menu</td>
          </tr>
          <tr>
            <td class="menulist"> <table align="left" cellspacing="5" id="content" valign="top">
              </table></td>
          </tr>
        </table></td>
    </tr>
  </table>
</div>
enjoii!

PREVIEW
(Offline)
 
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -7. The time now is 09:52 PM.