Thanks Stephen Im going to try and replicate the functionality of the main navigation bar used on www.dabs.com, with much simpler styling, and also, the expanding sub section div area appears when the main button for that particular section is pressed, rather than when the page has loaded.
I know how to do the expanding subnav style using divs, but not sure how it can be done in pure css. Your example has a kind of drop down menu style to it, can it be tweaked to an expanding div style ? I will have to have a play with it. On Nov 5, 1:37 pm, "Stephen Moretti" <[EMAIL PROTECTED]> wrote: > On 05/11/2007, BazD <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > Ive managed to get the navigation to display now. It turned that the > > import tablib was originally in the header.cfm file, and when I moved > > it to within the dmHTML file, the nav showed. > > Strange one as I would have assumed that anything called from the > > header.cfm file would automatically be made available to the rest of > > the template. > > > Anyway, now to style up the navigation to fit my layout. Ive found in > > the main.css page that there is reference to #nav which styles up the > > navigation which relates to this skin: > > > <skin:genericNav navID="#application.navid.home#" > > id="nav" > > depth="2" > > bActive="true" > > bIncludeHome="true"> > > > How can I alter the genericNav skin ? > > You don't actually need to change the genericNav tag, only provide the > appropriate CSS to style up a ul-style menu. > > Active menu items have the class "active". > Parent menu items have the class "parent" > You can set any id for the top level UL itself using the id attribute on the > genericNav tag. > > Attached is a bit of css from a simple site that's currently in development > that might help you get started. > > This google search should also help you with producing pure css styles for > ul/li menus -http://www.google.com/search?q=pure+css+li+menus > > Hope this helps > > Regards > > Stephen > > nav.css > 2KDownload --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
