Print Page | Close Window

WW-Menu?

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Web Design Discussion
Forum Description: Discussion on web design and development subjects.
URL: https://forums.webwiz.net/forum_posts.asp?TID=10017
Printed Date: 28 March 2026 at 3:09am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: WW-Menu?
Posted By: Kiezak
Subject: WW-Menu?
Date Posted: 16 April 2004 at 6:06am

Hello,

I'm trying to make an asp website, and so far so good, but the only issue that remains a problem is the menu. I can't find a decent example that will fit in my page, until I saw the menu of this website.

Is there a script available so I can use this menu on my site, and I only need to change the colors and font? Can anyone tell me how to make such a menu? Or is there a complete copyright?

Thanx for the info




Replies:
Posted By: WebWiz-Bruce
Date Posted: 16 April 2004 at 9:06am
There isn't a script avialable as it is something I threw together one afternoon.

The menu is basically static HTML, but uses CSS to change the colour of the link and the table box it resides in when the mouse is moved over the menu item.

To cut down on the amount of HTML used I also place the CSS that changes the table coulour into 3 JavaScript functions.

Just do a veiw source to see how it is done and the 3 JavaScript functions I use are:-

//Navigation rollover
function NavIn(menItem) {
    menItem.style.borderColor='#999999';
    menItem.style.backgroundColor='#CCCCCC';
}

function NavOut(menItem) {
    menItem.style.borderColor='#E7E7E7';
    menItem.style.backgroundColor='#E7E7E7';
}

function NavCat(menItem) {
    menItem.style.borderColor='#FFFFFF';
    menItem.style.backgroundColor='#FFFFFF';
}



-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: vinoth
Date Posted: 16 April 2004 at 2:46pm

You Can Make Awesome Flash Menus,There Are Some ReadyMades too.

 

 



-------------
Zeus

http://www.codelance.tk
The Best Way to Help Poor is not Becoming One of them!


Posted By: WebWiz-Bruce
Date Posted: 16 April 2004 at 3:56pm
The problem with Flash is if the person doesn't have the Flash pugin (I know at Uni some machines don't install it) then the site can not be navigated through.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: vinoth
Date Posted: 17 April 2004 at 5:33am

But Most Of them Use Windows Platform , Keen to consider that Flash Menus Are best.

They Take time to load, but Really Attract a person veiwing the site.

Vinoth



-------------
Zeus

http://www.codelance.tk
The Best Way to Help Poor is not Becoming One of them!


Posted By: dpyers
Date Posted: 17 April 2004 at 11:01am

Flash isn't indexable by search engines. They can't folloow the links.

Flash may attract, but content, organization and simple navigation are what KEEP a person using a site.



-------------

Lead me not into temptation... I know the short cut, follow me.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net