Web Design and Development Forums

CSS Navigation Help

This is a discussion on "CSS Navigation Help" within the Beginner Resources section. This forum, and the thread "CSS Navigation Help are both part of the New to Web Design category.

Old Mar 13th, 2008, 15:25   #1 (permalink)
New Member
 
Join Date: Mar 2008
Location: new york
Age: 58
Posts: 1
Angry CSS Navigation Help

Hi everyone,

i need some help regarding the application of a nice css navigation menu found at (http://www.dynamicdrive.com/dynamici...ordionmenu.htm) iv applied it to my page in a table (simple as cut n paste) and all is ok.. the problem comes when i want to have the functionality so that when 'css libary' is clicked the menu expands but also loads another page/ iframe. Iv tried the usual '<a href=' and linking options in dreamweaver but no luck. Please can someone help.

Cheers!
penguin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Mar 14th, 2008, 16:34   #2 (permalink)
Nerdy Moderator
 
CloudedVision's Avatar
 
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 520
Blog Entries: 4
Re: CSS Navigation Help

you can't do that with HTML and CSS, you'll need javascript and AJAX.
__________________
Take it easy

Other Road Design

WebForumz Moderator: HTML | Javascript | PHP
CloudedVision is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Mar 15th, 2008, 12:46   #3 (permalink)
Junior Member
 
Join Date: Oct 2007
Location: Louth
Posts: 26
Re: CSS Navigation Help

I am not sure for that menu but you can try something with link and javascript Or something like
<a href='#' onClick='somefunction();'> ahref</a>
But if you use ready menu please read careful manual if there are some ready and already written function.
__________________
pagerss.com - news and blog reader
pagerss is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Mar 15th, 2008, 13:43   #4 (permalink)
Nerdy Moderator
 
CloudedVision's Avatar
 
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 520
Blog Entries: 4
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.
__________________
Take it easy

Other Road Design

WebForumz Moderator: HTML | Javascript | PHP
CloudedVision is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Navigation help elephantinc Flash & Multimedia Forum 9 Feb 13th, 2008 22:46
CSS Navigation Help! crackafaza CSS Forum 3 Jan 21st, 2008 15:56
Navigation Frankiiei New to Web Design 15 Sep 14th, 2007 15:03
CSS navigation AdRock CSS Forum 1 Jul 15th, 2006 10:56



Latest Updates

All Points SEO Security Advisory - CHECK YOUR SITE NOW!

Creative Coding :: February 2008

Webforumz is sponsored by: WESH UK Web Hosting
All times are GMT. The time now is 21:51.

Sleep Study Scoring :: Free Bet :: Website Templates :: Online Betting :: Bookmakers :: Funny Quotes :: Internet Recruitment Software :: Microsoft CRM Experts :: Online Casino :: Decorated Christmas Trees :: Midwife Forums :: Football Betting :: Ecommerce Software :: Web Hosting :: Football Stats :: Dry Cleaning Collection :: xtreme wales - extreme clothing :: Apuestas :: Sharepoint Consultants :: Website Optimisation :: Office Clearance London :: Sharepoint Experts :: Sports Betting :: Casino :: Website Templates :: Web Design Development India :: Online Gambling

Powered by: vBulletin Version 3.7, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
© 2003-2008 Webforumz.com : All Rights Reserved
Search Engine Friendly URLs by vBSEO 3.2.0 RC6


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59