Re: [css-d] Uberlinks...IT WORKS!

2005-07-20 Thread Theresa Mesa
YAY!!! It worked!! And even in IE, go figure...And no JavaScript or PHP (thank you anyway, Jason - what a sweetie you are!) http://mdh-test.com/perry Thank you, thank you!! I just recently had a heart attack, and this was stressing me so much! I was worried I'd be doing a face-plant on my keyboar

Re: [css-d] Uberlinks...

2005-07-20 Thread Theresa Mesa
Getting there on the confused thing... Time to dig in and make this work. -- Theresa Mesa, http://mesadesignhouse.com "CSS is a wonderful terrible thing..." On 7/20/05 8:11 AM, "Al Sparber" <[EMAIL PROTECTED]> wrote: > Am I missing something or perhaps you are not reading all of the > messages

Re: [css-d] Uberlinks...

2005-07-20 Thread Al Sparber
like barreling down a crumbling mountain road at 90 miles per hour secure in the knowledge that repairs are scheduled for next Tuesday". From: "Steve Clay" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 20, 2005 10:40 AM Subject: Re: [css-d] Uberlinks... Tuesday, July 19,

Re: [css-d] Uberlinks...

2005-07-20 Thread Steve Clay
Tuesday, July 19, 2005, 10:28:02 PM, Theresa Mesa wrote: > Navigation is in SSI. **I'd like to keep it there.** So your navigation markup can't change. This means on every page some CSS or other markup must change (or some Javascript must change something--we won't get into that). I believe the

Re: [css-d] Uberlinks...

2005-07-20 Thread Al Sparber
From: "Michael Cassidy" <[EMAIL PROTECTED]> Wouldn't you still need some code, php javascript etc, to identify your page and set the body id or manually set each body id? For the site in question, manually setting the body ID would make a lot more sense. Al Sparber PVII http://www.projects

Re: [css-d] Uberlinks...

2005-07-20 Thread Michael Cassidy
Wouldn't you still need some code, php javascript etc, to identify your page and set the body id or manually set each body id? On Jul 19, 2005, at 11:43 PM, Al Sparber wrote: Use a body ID method. deleted stuff Now you simply change the ID on the body element to set your "uberlink"

Re: [css-d] Uberlinks...

2005-07-19 Thread Theresa Mesa
You guys rock. Thanks. I'll play with it in the morning. -- Theresa Mesa, http://mesadesignhouse.com "CSS is a wonderful terrible thing..." On 7/19/05 8:43 PM, "Al Sparber" <[EMAIL PROTECTED]> wrote: > > Use a body ID method. > > Leave your main link styles for the menu the way they are as

Re: [css-d] Uberlinks...

2005-07-19 Thread Al Sparber
From: "Theresa Mesa" <[EMAIL PROTECTED]> To: "Al Sparber" <[EMAIL PROTECTED]>; "CSS-discuss list" Sent: Tuesday, July 19, 2005 11:30 PM Subject: Re: [css-d] Uberlinks... Wait, the links are in a server side include, not on the page itself. The

Re: [css-d] Uberlinks...

2005-07-19 Thread Theresa Mesa
A little confused. You have me doing , but you're assigning IDs. Did you mean to write it that way? I'll check out the article tomorrow. Thanks! -- Theresa Mesa, http://mesadesignhouse.com "CSS is a wonderful terrible thing..." On 7/19/05 8:11 PM, "Bruce Martin" <[EMAIL PROTECTED]> wrote: >

Re: [css-d] Uberlinks...

2005-07-19 Thread Theresa Mesa
Wait, the links are in a server side include, not on the page itself. The page is linking to the virtual include, so essentially, the information is the same on each page. Normally, this is a wonderful way of doing navigation, banners, and footers. Make one change, and it affects every page. How do

Re: [css-d] Uberlinks...

2005-07-19 Thread jason zietz
But you'd have to have a different navigation file for each page to accomplish assigning the current page as the uberlink, which defeats the purpose of having an SSI for the navigation. From my experience, you'd have to write some code to detect which page your on, then assign the appropriate

Re: [css-d] Uberlinks...

2005-07-19 Thread Bruce Martin
Theresa Mesa wrote: http://www.mdh-test.com/perry/ All I want to do is swap out the white box gif with a blue box gif. Active page. Blue box. Non-active page. White box. Add a class to the Sections body Add an id to the list items ... ... ... ... ... Then reference them in the css

Re: [css-d] Uberlinks...

2005-07-19 Thread Al Sparber
From: "Theresa Mesa" <[EMAIL PROTECTED]> Can someone please tell me how to do this? Please spell it out for me step by step, because I'm an idiot. I can't find anything on the web that tells me how to do exactly what I want to do. ProjectSeven had a bunch of stuff mixed up, like backgrounds, e