iEntry 10th Anniversary Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > The Visual Design > Your Design and Layout

Reply
 
LinkBack Thread Tools
Old March 13th, 2008, 12:25 PM   #1
New Member
 

Join Date: Mar 2008
Location: new york
Age: 59
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 penguin is on a distinguished road
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 March 14th, 2008, 01:34 PM   #2
Most Reputable Member
 

Join Date: Feb 2008
Location: In My Own Little World
Age: 15
Posts: 1,346
Blog Entries: 9
Thanks: 2
Thanked 45 Times in 45 Posts
Rep Altering Power: 0 CloudedVision is on a distinguished road
Re: CSS Navigation Help

you can't do that with HTML and CSS, you'll need javascript and AJAX.
__________________
Theron Luhn
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 March 15th, 2008, 09:46 AM   #3
New Member
 

Join Date: Oct 2007
Location: Louth
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 pagerss is on a distinguished road
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 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 March 15th, 2008, 10:43 AM   #4
Most Reputable Member
 

Join Date: Feb 2008
Location: In My Own Little World
Age: 15
Posts: 1,346
Blog Entries: 9
Thanks: 2
Thanked 45 Times in 45 Posts
Rep Altering Power: 0 CloudedVision is on a distinguished road
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:
<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.
__________________
Theron Luhn
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

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Navigation inkz HTML, XHTML and CSS 2 April 22nd, 2008 11:33 AM
Navigation help elephantinc Flash and ActionScript 9 February 13th, 2008 06:46 PM
CSS Navigation Help! crackafaza HTML, XHTML and CSS 3 January 21st, 2008 11:56 AM
Navigation Frankiiei Your Design and Layout 15 September 14th, 2007 11:03 AM
CSS navigation AdRock HTML, XHTML and CSS 1 July 15th, 2006 06:56 AM


Search Engine Optimization by vBSEO 3.2.0 RC8