This is a discussion on "CSS Navigation Help" within the Starting Out section. This forum, and the thread "CSS Navigation Help are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
CSS Navigation Help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
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! |
|
|
|
#2
|
||||
|
||||
|
Re: CSS Navigation Help
you can't do that with HTML and CSS, you'll need javascript and AJAX.
__________________
Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed | Learning PHP? Lessons
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
|
|
#3
|
|||
|
|||
|
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.
__________________
Your rss reader for fresh news headlines. |
|
#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:
And also, I think what you'll want is a prescripted dropdown menu and AJAX to make this.
__________________
Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed | Learning PHP? Lessons
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Navigation | inkz | Web Page Design | 2 | Apr 22nd, 2008 15:33 |
| Navigation help | elephantinc | Flash & Multimedia Forum | 9 | Feb 13th, 2008 22:46 |
| CSS Navigation Help! | crackafaza | Web Page Design | 3 | Jan 21st, 2008 15:56 |
| Navigation | Frankiiei | Starting Out | 15 | Sep 14th, 2007 15:03 |
| CSS navigation | AdRock | Web Page Design | 1 | Jul 15th, 2006 10:56 |