On your page very near the top, you have this:
Code:
<style type="text/css">
<style type="text/css">
Get rid of one of them, that will fix it. And, if you want your custom scrollbars to work in IE, move this block of code:
Code:
<!--
BODY{
scrollbar-face-color:#aa70aa;
scrollbar-arrow-color:F1D2F1;
scrollbar-track-color:#F1D2F1;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
-->
to your style section, here is a good spot:
Code:
#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}
/*put it here*/
</style>
Bookmarks