Re: [css-d] Sticky Menus

2005-12-16 Thread Al Sparber
From: tedd [EMAIL PROTECTED] There is NOT a css solution to this Sticky Menu problem -- there is no way for css to know what page it is on unless it gets the information from a server-side provider (i.e., php, shtml, whatever) -- now let's see someone prove me wrong. You are 100% correct.

Re: [css-d] Sticky Menus

2005-12-16 Thread matt andrews
On 17/12/05, tedd [EMAIL PROTECTED] wrote: On 16/12/05, Christian Montoya [EMAIL PROTECTED] wrote: On 12/15/05, MocaLoca [EMAIL PROTECTED] wrote: I am fresh trying to start creating clean standard sites and I always have trouble with sticky menus. I mean the down state that sticks

[css-d] Sticky Menus

2005-12-15 Thread MocaLoca
Hi Everyone, This is my first post here, please forgive my ignorance :-) I am fresh trying to start creating clean standard sites and I always have trouble with sticky menus. I mean the down state that sticks on the next page clicked. What is the best practice? What is your

Re: [css-d] Sticky Menus

2005-12-15 Thread David Laakso
MocaLoca wrote: This is my first post here, please forgive my ignorance :-) I am fresh trying to start creating clean standard sites and I always have trouble with sticky menus. I mean the down state that sticks on the next page clicked. What is the best practice? What is your preference? Any

Re: [css-d] Sticky Menus

2005-12-15 Thread Christian Montoya
On 12/15/05, MocaLoca [EMAIL PROTECTED] wrote: I am fresh trying to start creating clean standard sites and I always have trouble with sticky menus. I mean the down state that sticks on the next page clicked. If you mean menus that have the link to the current page styled differently, that has

Re: [css-d] Sticky Menus

2005-12-15 Thread MocaLoca
305.926.7775 -Original Message- From: Christian Montoya [mailto:[EMAIL PROTECTED] Sent: Friday, December 16, 2005 2:31 PM To: MocaLoca Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Sticky Menus On 12/15/05, MocaLoca [EMAIL PROTECTED] wrote: I am fresh trying to start creating clean

Re: [css-d] Sticky Menus

2005-12-15 Thread matt andrews
On 16/12/05, Christian Montoya [EMAIL PROTECTED] wrote: On 12/15/05, MocaLoca [EMAIL PROTECTED] wrote: I am fresh trying to start creating clean standard sites and I always have trouble with sticky menus. I mean the down state that sticks on the next page clicked. If you mean menus that

Re: [css-d] Sticky Menus

2005-12-15 Thread Christian Heilmann
Hmm, I beg to differ. There is a nice way to handle this, using just CSS: http://www.456bereastreet.com/archive/200503/setting_the_current_menu_state_with_css/ That's exactly the same as what I was saying. The identification of the current page is in the markup. It has to be scripted