View Single Post
  #4 (permalink)  
Old Mar 15th, 2008, 13:43
CloudedVision's Avatar
CloudedVision CloudedVision is offline
Nerdy Moderator
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 942
Blog Entries: 8
Thanks: 2
Thanked 22 Times in 22 Posts
Send a message via AIM to CloudedVision Send a message via MSN to CloudedVision Send a message via Skype™ to CloudedVision
Re: CSS Navigation Help

just a little correction to what pagess said:

Always have a backup in case javascript doesn't work. NoScript for firefox is getting more and more popular. For links, use something like this:

Code: Select all
<a href="somepage.html" onclick="some_function(); return false;">My Link!</a>
The return false will stop the link from going to somepage.html, but if javascript is disabled it'll go to somepage.html because the return false; won't be executed.

And also, I think what you'll want is a prescripted dropdown menu and AJAX to make this.
__________________
echo "Take it easy, ".$CloudedVision;
.links { site: other-road-design; blog: only-nerds-allowed; project: resource-fish; organization: ARMIES6; }
<quote>&quot;I think it's wrong that only one company makes the game Monopoly&quot; - <name>Steven Wright</name></quote>
Reply With Quote