Brant Winter wrote: > Does anyone have any CSS code they can supply for styling lists > specifically for use with navigation in farcry. There has to be > someone who can supply some Farcry specific CSS and even some more > matching CF code.
Since the navigation is simple
<ul>
<li>
<a href="...">navnode label</a>
</li>
<ul>markup, the CSS simply has to style lists. There's nothing Farcry specific about it.
Your design is going to dictate the CSS, not Farcry.
Brant Winter wrote: > another project. What I am after is some actual Farcry code that will > do the navigation so I can pull it apart. I can't dedicate the > learning curve until I am absolutely sure this si where we want to go.
You've got Gary's code working. At this stage more Farcry code isn't going to do much.
You're going to need to write/have written/"borrow" CSS to style the navigation as per your design.
Regards,
Ben http://farcry.daemon.com.au/
--- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
