Twifan,
Это либо перед </head>
Code
<style type="text/css">
#jQPanelLeft {
width: 330px;
height: 100%;
filter: alpha(opacity=50);
opacity: 0.5;
background: #555;
position: fixed;
cursor: pointer;
}
</style>
либо это в .css:
Code
#jQPanelLeft {
width: 330px;
height: 100%;
filter: alpha(opacity=50);
opacity: 0.5;
background: #555;
position: fixed;
cursor: pointer;
}