Joe Friend wrote:

>Hi - 
>
>Having an issue getting the active link to remain
>"highlighted" on a tabbed menu bar I created.
>[...]
>Below is the code.
>  
>
Hi Joe,
I put your code in a page 
<http://www.cosbo-amsterdam.nl/tmp/test-friend.htm> [1].
I cannot see how is defined where/how the content of the page is placed.
Somewhere there has to be a connection between a "current" state (the 
hover-color) of the menu and the content which is in the page.
You said a body-id (#home, #daily, ...) [2] is not possible (correct?).
I understand the pages after a click in the menu aren't existing pages, 
but made dynamically. In case the <body> tag is in the generated page, 
that can get the body-ID of the current page. If that is impossible, I 
think it will depend on the server side technique how to turn on the 
"current" style of the css (more or less off-topic?).

Greetings,
francky

[1] Should save time for replying if you give us a link to such a page. ;-)
[2] With:
          #home #linkHome,  #daily #linkDN, ... { current-properties; }
      in the common stylesheet it should be working in all separate pages.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to