Re: Any CSS guru here?

2004-04-07 Thread Charlie Griefer
or not : ) you can e-mail me directly at [EMAIL PROTECTED] if need be. Charlie - Original Message - From: "Bailey, Neal" <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Wednesday, April 07, 2004 10:52 AM Subject: RE: Any CSS guru here? >

RE: Any CSS guru here?

2004-04-07 Thread Bailey, Neal
ECTED]   _   From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 11:24 AM To: CF-Community Subject: Re: Any CSS guru here? Neal: i see two things... 1) you're initializing the navArray as a 2d array.  It's no longer a 2d array.  I don't necessar

Re: Any CSS guru here?

2004-04-07 Thread Charlie Griefer
TECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Wednesday, April 07, 2004 10:06 AM Subject: RE: Any CSS guru here? > Charlie, > > Ok here is what I have so far... > I think I am missing something I am getting lost with the subnav array. It &g

RE: Any CSS guru here?

2004-04-07 Thread Bailey, Neal
avArray[1].subNav[6].title = "The Future of UGA"; application.navArray[1].subNav[6].template = "future.cfm";           --- I appreciate this, thanks a ton... Neal Bailey Internet Marketing Manager E-mail: [EMAIL PROTECTED] __

RE: Any CSS guru here?

2004-04-07 Thread Bailey, Neal
Neal Bailey Internet Marketing Manager E-mail:   [EMAIL PROTECTED]   _   From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 9:39 AM To: CF-Community Subject: Re: Any CSS guru here? btw Neal...I happened to notice you're both dumping the array, but also getti

Re: Any CSS guru here?

2004-04-07 Thread Charlie Griefer
by the time we're finished here, you should be pretty comfortable with arrays and structs, i think  : ) - Original Message - From: "Charlie Griefer" <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Wednesday, April 07, 2004 8:03 AM Sub

Re: Any CSS guru here?

2004-04-07 Thread Charlie Griefer
look a bit confusing, but if you type it out and it it should make MUCH more sense.  Of course, it's also just before 8:00 am here and I still haven't seen the bottom of my coffee cup, so this could be a bunch of gibberish  : ) charlie - Original Message - From: "Bailey,

RE: Any CSS guru here?

2004-04-07 Thread Bailey, Neal
so you can see what I mean about the sub links. http://65.218.34.47/ Neal Bailey Internet Marketing Manager E-mail:   [EMAIL PROTECTED]   _   From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 5:07 PM To: CF-Community Subject: Re: Any CSS guru here? these

RE: Any CSS guru here?

2004-04-07 Thread Sandy Clark
Createa a class called active, use CF to programmatically use that class if it is the tab f0or that page.   _   From: Bailey, Neal [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 2:58 PM To: CF-Community Subject: RE: Any CSS guru here? Yeah it works ok... but all I want is it to

Re: Any CSS guru here?

2004-04-06 Thread Charlie Griefer
these are application vars, so you'll need to kill the application scope - Original Message - From: "Bailey, Neal" <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Tuesday, April 06, 2004 3:47 PM Subject: RE: Any CSS guru here? &

RE: Any CSS guru here?

2004-04-06 Thread Bailey, Neal
AIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Tuesday, April 06, 2004 2:21 PM Subject: RE: Any CSS guru here? > Thanks Charlie again... > > I have it all set up but I keep getting an error stating that NAVARRAY is > undefined but I think I have it define

RE: Any CSS guru here?

2004-04-06 Thread Bailey, Neal
ECTED]   _   From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 3:32 PM To: CF-Community Subject: Re: Any CSS guru here? Hi Neal: The array is declared in the following block of code (within the Application.cfm file):              application.initialize

Re: Any CSS guru here?

2004-04-06 Thread Charlie Griefer
TED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Tuesday, April 06, 2004 2:21 PM Subject: RE: Any CSS guru here? > Thanks Charlie again... > > I have it all set up but I keep getting an error stating that NAVARRAY is > undefined but I think I have it define

RE: Any CSS guru here?

2004-04-06 Thread Bailey, Neal
Sent: Tuesday, April 06, 2004 2:31 PM To: CF-Community Subject: Re: Any CSS guru here? Neal: No problem.  But Sandy's gonna yell at me for using tables : ) In the Application.cfm, I create an array that holds the navigation elements:               temp = arrayResize(app

Re: Any CSS guru here?

2004-04-06 Thread Charlie Griefer
essage ----- From: "Bailey, Neal" <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Tuesday, April 06, 2004 1:11 PM Subject: RE: Any CSS guru here? > Charlie, > > Thanks for your help with this... you wouldn't happen to have a code example

RE: Any CSS guru here?

2004-04-06 Thread Erika L Walker-Arnold
>>| From: Bailey, Neal >>|   >>| See here is a site that is doing it but I cant figure out how... >>| http://www.pedromendes.com/ONC/index.html >>| Here's their style sheet: body {     font: 11px/1.7em  "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;     color: #333;     background-co

RE: Any CSS guru here?

2004-04-06 Thread Bailey, Neal
learn something from it. Thanks... Neal Bailey Internet Marketing Manager E-mail:   [EMAIL PROTECTED]   _   From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 12:47 PM To: CF-Community Subject: Re: Any CSS guru here? Neal: check out http://charlie.griefe

RE: Any CSS guru here?

2004-04-06 Thread Bailey, Neal
Kevin Graeme [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 1:22 PM To: CF-Community Subject: Re: Any CSS guru here? Yep, I dynamically put a "currentlink" class on menu items like that. For a bit I thought you were on to something I didn't know about, but even Eric Meyer

Re: Any CSS guru here?

2004-04-06 Thread Kevin Graeme
t; <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Tuesday, April 06, 2004 1:57 PM Subject: RE: Any CSS guru here? > Yeah it works ok... but all I want is it to highlight the link of the page > that I am on. So If I visit one of the pages then that page will

Re: Any CSS guru here?

2004-04-06 Thread Deanna Schneider
Easy. If you look at the source, he's adding an id="actual" to the link that you're on. Looks like this is either hard-coded or done like Charlie is describing. -d - Original Message - From: "Bailey, Neal" > > See here is a site that is doing it but I cant figure out how... > http://www.

Re: Any CSS guru here?

2004-04-06 Thread Charlie Griefer
pecifies the 'active' look. that's what I meant earlier about 'hard coding' the style in for the active page. Charlie - Original Message - From: "Bailey, Neal" <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Tuesday, A

RE: Any CSS guru here?

2004-04-06 Thread Marlon Moyer
687.0607 mailto:[EMAIL PROTECTED] www.acig.com > -Original Message- > From: Bailey, Neal [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 06, 2004 1:58 PM > To: CF-Community > Subject: RE: Any CSS guru here? > > Yeah it works ok... but all I want is it to highlight the

RE: Any CSS guru here?

2004-04-06 Thread Bailey, Neal
-mail:   [EMAIL PROTECTED]   _   From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 12:47 PM To: CF-Community Subject: Re: Any CSS guru here? Neal: check out http://charlie.griefer.com/.  The nav is nowhere near as fancy as what you have, but I think the concept i

RE: Any CSS guru here?

2004-04-06 Thread Bailey, Neal
Internet Marketing Manager E-mail:   [EMAIL PROTECTED]   _   From: Kevin Graeme [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 12:15 PM To: CF-Community Subject: Re: Any CSS guru here? It seems to be working exactly like it should based on your CSS. Here's what I'm

Re: Any CSS guru here?

2004-04-06 Thread Charlie Griefer
F-Community" <[EMAIL PROTECTED]> Sent: Tuesday, April 06, 2004 10:20 AM Subject: RE: Any CSS guru here? > Hmmm yeah I have notice this also... but other people seem to make this work > when it loads the target page. Oh well... > > Neal Bailey > Internet Marketing Manager

Re: Any CSS guru here?

2004-04-06 Thread Kevin Graeme
Yeah, lots of really cool filter hacks out there. Unfortunately, they're not reliable to use across browsers. -Kevin - Original Message - From: "Andy Ousterhout" > Very cool.  Thanks. >   -Original Message- >   From: Kevin Graeme > > >   The fade effect is non-standard extensio

RE: Any CSS guru here?

2004-04-06 Thread Andy Ousterhout
Very cool.  Thanks.   -Original Message-   From: Kevin Graeme [mailto:[EMAIL PROTECTED]   Sent: Tuesday, April 06, 2004 1:05 PM   To: CF-Community   Subject: Re: Any CSS guru here?   The fade effect is non-standard extensions to the CSS language, curtesy of   MS since 1997. It'

Re: Any CSS guru here?

2004-04-06 Thread Kevin Graeme
AIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Tuesday, April 06, 2004 11:33 AM Subject: OT: Any CSS guru here? > Hey guys... I am having a problem with a bit of CSS I have on my page. I > posted this on the CSS discussion list but something seems jacked up o

Re: Any CSS guru here?

2004-04-06 Thread Kevin Graeme
TECTED]> Sent: Tuesday, April 06, 2004 11:55 AM Subject: RE: Any CSS guru here? > Wow.  That is really impressive!  How did you do the fades when you cross > buttons?  What's amazing is that with all of the great graphics, it really > displayed and downloaded quickly. > >

RE: Any CSS guru here?

2004-04-06 Thread Bailey, Neal
Oops my bad... I forgot to proofread Microsoft's wonderful auto spellchecker. Neal Bailey Internet Marketing Manager E-mail:   [EMAIL PROTECTED]   _   From: Erika L Walker-Arnold [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 11:03 AM To: CF-Community Subject: RE: An

RE: Any CSS guru here?

2004-04-06 Thread Bailey, Neal
.   _   From: Erika L Walker-Arnold [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 11:00 AM To: CF-Community Subject: RE: Any CSS guru here? Here ya go ... I knew I have read about this ... Whether or not this is what's happening is a different story, I am not the Queen of CSS, so I

RE: Any CSS guru here?

2004-04-06 Thread Marlon Moyer
fax: 972.687.0607 mailto:[EMAIL PROTECTED] www.acig.com > -Original Message- > From: Bailey, Neal [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 06, 2004 12:21 PM > To: CF-Community > Subject: RE: Any CSS guru here? > > Hmmm yeah I have notice this also... but othe

RE: Any CSS guru here?

2004-04-06 Thread Bailey, Neal
April 06, 2004 11:00 AM To: CF-Community Subject: Re: Any CSS guru here? I'm saying (thinking) that for example, on http://65.218.34.47/site/who-is-uga.cfm, the 'Who is UGA' button is hard coded to be a certain color (the orange 'active' color). And I'll second what

RE: Any CSS guru here?

2004-04-06 Thread Bailey, Neal
-Community Subject: RE: Any CSS guru here? As soon as the page reloads, you've lost the active state.  In mozilla, you can click on one of your top links and then move the mouse off, then release, and this link will retain the active link, but as soon as you move to the new page, it&#

RE: Any CSS guru here?

2004-04-06 Thread Erika L Walker-Arnold
Well, it didn't work because you spelled my name wrong :P Cheers, Erika -- >>| From: Bailey, Neal >>| >>| Thanks Erica... But that did not work for me. Hmmm I will keep on. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: Any CSS guru here?

2004-04-06 Thread Erika L Walker-Arnold
Here's the other reading I found on it http://archivist.incutio.com/viewlist/css-discuss/31861 Cheers, Erika -- >>| From: Bailey, Neal >>| >>| >>| Thanks Erica... But that did not work for me. Hmmm I will keep on. [Todays Threads] [This Mess

RE: Any CSS guru here?

2004-04-06 Thread Erika L Walker-Arnold
Here ya go ... I knew I have read about this ... Whether or not this is what's happening is a different story, I am not the Queen of CSS, so I will defer ... But anyway, http://archivist.incutio.com/viewlist/css-discuss/31834 Is an example of someone else having a similar issue ... Cheers, Erika

Re: Any CSS guru here?

2004-04-06 Thread Charlie Griefer
development...big time" site looks INFINITELY better than every finished product I've ever put out there (i suck at design) : ) Charlie - Original Message - From: "Bailey, Neal" <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Tuesda

RE: Any CSS guru here?

2004-04-06 Thread Marlon Moyer
Developer American Contractors Insurance Group phone: 972.687.9445 fax: 972.687.0607 mailto:[EMAIL PROTECTED] www.acig.com > -Original Message- > From: Bailey, Neal [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 06, 2004 11:33 AM > To: CF-Community > Subject: OT: Any CSS guru he

RE: Any CSS guru here?

2004-04-06 Thread Bailey, Neal
To: CF-Community Subject: RE: Any CSS guru here? Oh wait, maybe I can help ... I read about this once before somewhere .. Hover needs to be the last element in the list for the rest to work properly ... ?? Anyone else ever heard that? Well, worth a try anyway? As a side note, I ALWAYS build

RE: Any CSS guru here?

2004-04-06 Thread Sandy Clark
, 2004 12:33 PM To: CF-Community Subject: OT: Any CSS guru here? Hey guys... I am having a problem with a bit of CSS I have on my page. I posted this on the CSS discussion list but something seems jacked up over there, their list is running about 2 hours behind and I need to figure this out soon

RE: Any CSS guru here?

2004-04-06 Thread Andy Ousterhout
esday, April 06, 2004 11:33 AM   To: CF-Community   Subject: OT: Any CSS guru here?   Hey guys... I am having a problem with a bit of CSS I have on my page. I   posted this on the CSS discussion list but something seems jacked up over   there, their list is running about 2 hours behind and I need to f

RE: Any CSS guru here?

2004-04-06 Thread Marlon Moyer
ilto:[EMAIL PROTECTED] > Sent: Tuesday, April 06, 2004 11:50 AM > To: CF-Community > Subject: RE: Any CSS guru here? > > Oh wait, maybe I can help ... I read about this once before somewhere > .. Hover needs to be the last element in the list for the rest to > work properly

RE: Any CSS guru here?

2004-04-06 Thread Bailey, Neal
: Any CSS guru here? i might be missing something here...but on the active page, wouldn't you just hard-code the color of the 'active link' nav section? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Any CSS guru here?

2004-04-06 Thread Philip Arnold
> From: Bailey, Neal > > Hey guys... I am having a problem with a bit of CSS I have on > my page. I posted this on the CSS discussion list but > something seems jacked up over there, their list is running > about 2 hours behind and I need to figure this out soon. > Anyway for some reason I can

RE: Any CSS guru here?

2004-04-06 Thread Bailey, Neal
Walker-Arnold [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 10:45 AM To: CF-Community Subject: RE: Any CSS guru here? Can't help ya but ... Damn that's a pretty site. VERY pretty. Impressed ... Cheers, Erika -- >>| -

RE: Any CSS guru here?

2004-04-06 Thread Erika L Walker-Arnold
Oh wait, maybe I can help ... I read about this once before somewhere .. Hover needs to be the last element in the list for the rest to work properly ... ?? Anyone else ever heard that? Well, worth a try anyway? As a side note, I ALWAYS build my stylesheets with hover as the last in the list .

Re: Any CSS guru here?

2004-04-06 Thread Charlie Griefer
uesday, April 06, 2004 9:33 AM Subject: OT: Any CSS guru here? > Hey guys... I am having a problem with a bit of CSS I have on my page. I > posted this on the CSS discussion list but something seems jacked up over > there, their list is running about 2 hours behind and I need to figure

RE: Any CSS guru here?

2004-04-06 Thread Erika L Walker-Arnold
Can't help ya but ... Damn that's a pretty site. VERY pretty. Impressed ... Cheers, Erika -- >>| -Original Message- >>| From: Bailey, Neal [mailto:[EMAIL PROTECTED] >>| >>| And here is the link to the test site... its still under >>| d

OT: Any CSS guru here?

2004-04-06 Thread Bailey, Neal
Hey guys... I am having a problem with a bit of CSS I have on my page. I posted this on the CSS discussion list but something seems jacked up over there, their list is running about 2 hours behind and I need to figure this out soon. Anyway for some reason I cannot get the active state to stay activ