RE: [ACFUG Discuss] Dynamic Path Navigation

2007-04-05 Thread Robert Reil
- From: Steven Ross [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 8:54 AM To: Carbs Sales&Service Subject: Re: [ACFUG Discuss] Dynamic Path Navigation You can answer both of these questions via the livedocs. Typically when I develop I have on browser opened there for refer

Re: [ACFUG Discuss] Dynamic Path Navigation

2007-04-05 Thread Steven Ross
Sales&Service Subject: RE: [ACFUG Discuss] Dynamic Path Navigation if you used virtual paths you could just define as /css/file.css ... no ../ needed. to do this you must have a web root folder designated ... D From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

RE: [ACFUG Discuss] Dynamic Path Navigation

2007-04-05 Thread Robert Reil
discussion@acfug.org Subject: [ACFUG Discuss] Dynamic Path Navigation How would you move navigation dynamically. example: directory structure of: /css /marketing /marketing/rally if there is a /marketing/default.cfm /marketing/rally/default.cfm and you wanted to use the same css you would us

RE: [ACFUG Discuss] Dynamic Path Navigation

2007-04-04 Thread Dusty Hale
Subject: [ACFUG Discuss] Dynamic Path Navigation How would you move navigation dynamically. example: directory structure of: /css /marketing /marketing/rally if there is a /marketing/default.cfm /marketing/rally/default.cfm and you wanted to use the same css you would use ../css/file.css

Re: [ACFUG Discuss] Dynamic Path Navigation

2007-04-04 Thread Steven Ross
al Message- From: Robert Reil [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 5:39 PM To: Carbs Sales&Service Subject: RE: [ACFUG Discuss] Dynamic Path Navigation Do you mean Http://www.whatever.com/css/whatever.css Guess that makes sence. Robert P. Reil Managing Director, Motorcyc

RE: [ACFUG Discuss] Dynamic Path Navigation

2007-04-04 Thread Robert Reil
NW Kennesaw, Ga. 30152 Office 770-974-8851 Fax 770-974-8852 www.motorcyclecarbs.com -Original Message- From: Robert Reil [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 5:39 PM To: Carbs Sales&Service Subject: RE: [ACFUG Discuss] Dynamic Path Navigation Do you mean

RE: [ACFUG Discuss] Dynamic Path Navigation

2007-04-04 Thread Robert Reil
[mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 5:34 PM To: Carbs Sales&Service Subject: Re: [ACFUG Discuss] Dynamic Path Navigation link relative to root by doing /css/whatever.css On 4/4/07, Robert Reil <[EMAIL PROTECTED]> wrote: > > > How would you move nav

Re: [ACFUG Discuss] Dynamic Path Navigation

2007-04-04 Thread Steven Ross
link relative to root by doing /css/whatever.css On 4/4/07, Robert Reil <[EMAIL PROTECTED]> wrote: How would you move navigation dynamically. example: directory structure of: /css /marketing /marketing/rally if there is a /marketing/default.cfm /marketing/rally/default.cfm and you wanted

[ACFUG Discuss] Dynamic Path Navigation

2007-04-04 Thread Robert Reil
How would you move navigation dynamically. example: directory structure of: /css /marketing /marketing/rally if there is a /marketing/default.cfm /marketing/rally/default.cfm and you wanted to use the same css you would use ../css/file.css and ../../css/file.css respectively. How would