Codice PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">

<
html>
        <
head>
                <
title>SuperfluousBanter 2003 Preview</title>
                <
meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
                <
style type="text/css">
<!--
/* CSS Tabs */
#navcontainer { /* none needed */ }

ul#navlist {
        
margin0;
        
padding0;
        list-
style-typenone;
        
white-spacenowrap;
}

ul#navlist li {
        
floatleft;
        
font-familyverdanaarialsans-serif;
        
font-size9px;
        
font-weightbold;
        
margin0;
        
padding5px 0 4px 0;
        
background-color#eef4f1;
        
border-top1px solid #e0ede9;
        
border-bottom1px solid #e0ede9;
}

#navlist a, #navlist a:link {
        
margin0;
        
padding5px 9px 4px 9px;
        
color#95bbae;
        
border-right1px dashed #d1e3db;
        
text-decorationnone;
}

ul#navlist li#active {
        
color#95bbae;
        
background-color#deebe5;
}

#navlist a:hover {
        
color#74a893;
        
background-color#d1e3db;
}
-->
</
style>
                </
style>
</
head>

        <
body>
                <
h4>SuperfluousBanter 2003</h4>

                <
div id="navcontainer">
                        <
ul id="navlist">
                                
<
li id="active">[url="Home.html"]Home[/url][*][url="Products.html"]Products[/url][*][url="Services.html"]Services[/url][*][url="Support.html"]Support[/url][*][url="Order.html"]Order[/url][*][url="News.html"]News[/url][*][url="About.html"]About[/url]
[/list]
                </
div>
        </
body>
</
html
come posso fare per colorare il bg del link attivo della pagina in cui mi trovo (un pò come dire "sono qui")?
non ci vuole uno javascript per questo tipo di operazioni?