Nice site, newj, but I wouldn't let the scrollbar float on the right.
Can you not place it within the content of center.htm ?
- place "scrollable=yes" in here: <frame src="center.htm" name="centerframe" frameborder="no" marginwidth="776">
- place in every page that can appear there the following between the head and the body (adapt colors):
Code:
<style type="text/css">
<!--
body
{
scrollbar-face-color:#eeeeee;
scrollbar-arrow-color:white;
scrollbar-track-color:white;
scrollbar-shadow-color:white;
scrollbar-highlight-color:white;
scrollbar-3dlight-color:white;
scrollbar-darkshadow-Color:white;
background-attachment: fixed;
}
-->
</style>
It will look much better !
Bookmarks