yahoo wrote:
> Hello,
>
> http://www.surfshopcart.com/cgi-bin/demos/demo1/admin.cgi
>
>
>       I'd like to find a way to highlight the current tab.
> Frank
>
>   



You might try this:

Assign a different body id or class to each page.
<body class="f01">
And assign a body id or class to each link .
<ul>
<li><a class="f01 fz01" href="#">Portfolio</a></li>
<li><a class="f02 fz02" href="#">About</a></li>
<li><a class="f03 fz03" href="#">Web Standards</a></li>
<li><a class="f04 fz04" href="#">Resources</a></li>
<li><a class="f05 fz05" href="V">Playpen</a></li>
</ul>

body.f01 a.fz01,
body.f02 a.fz02,
body.f03 a.fz03,
body.f04 a.fz04,
body.f05 a.fz05,
{color: fuchsia;font-weight:bold;}







-- 

A thin red line and a salmon-color ampersand forthcoming.

http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to