[Radiant] Re: Re: Drop down menus?

2009-01-10 Thread Kelly Torian

 I don't know exactly what you're looking for... The navigation that
 you describe below is only one level (with no sub categories), for
 that using a dropdown menu isn't all that common. Anyways dropdowns
 are most commonly achieved using CSS (see 
 http://www.alistapart.com/articles/dropdowns)
   to style a unordered list (just like the code Sean Cribbs gave you
 would have done). However, it seems like you'd rather specify the menu
 items manually (Sean's code would automatically have created the
 navigation based on your site three).
 
cheers, Simon

Sounds like I'm making this harder than need be.  I would prefer to have 
it created dynamically based on the site tree.  I have all the pages in 
order and parent/child relationships are correct.

If I understand you correctly, I should swamp my existing code with 
Sean's and that should get me moving in the right direction?

Thanks for the input, Simon
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Re: Re: Drop down menus?

2009-01-10 Thread Simon Rönnqvist

  Hi!

Yes, if you want it made up automatically then go with Sean's code...  
and to make that into a drop-down use this: http://www.alistapart.com/articles/dropdowns 
 (the article has nothing to do with Radiant, it's just about CSS...  
but Sean's code does the Radiant part)


Don't know how much experience you have with CSS, but I guess you'll  
be fine with that article. Good luck!


  cheers, Simon


On Jan 11, 2009, at 24:24 , Kelly Torian wrote:




I don't know exactly what you're looking for... The navigation that
you describe below is only one level (with no sub categories), for
that using a dropdown menu isn't all that common. Anyways dropdowns
are most commonly achieved using CSS (see
http://www.alistapart.com/articles/dropdowns)
 to style a unordered list (just like the code Sean Cribbs gave you
would have done). However, it seems like you'd rather specify the  
menu

items manually (Sean's code would automatically have created the
navigation based on your site three).

  cheers, Simon


Sounds like I'm making this harder than need be.  I would prefer to  
have
it created dynamically based on the site tree.  I have all the pages  
in

order and parent/child relationships are correct.

If I understand you correctly, I should swamp my existing code with
Sean's and that should get me moving in the right direction?

Thanks for the input, Simon
--
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Re: Re: Drop down menus?

2009-01-10 Thread Nate Turnage
I forgot...

Son of Suckerfish: http://htmldog.com/articles/suckerfish/dropdowns/

If you are putting flash on a page you should be worried about using 12
lines of js.



~Nate
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant