Forum Moderators: not2easy
To work as intended, your CSS style sheet needs a correct document parse tree. This means you should use valid HTML
Parse error - Unrecognized : <style type="text/css"> .faded{ color: #cccccc; }
<style type="text/css">
.faded{
color: #cccccc;
}
#navBar{
position: absolute;
margin: 0 0 0 -103px;
left: 50%;
top: 5px;
}
</style>
any ideas? i find it strange that even dreamweaver's css wont validate!
sim