I'm having this problem when I code a scroll profile where there are more than one scroll box the first scroll box will not scroll for some reason. Does anyone know why it might be doing that?
It's hard to tell when you don't have the profile up. Most likely you need to adjust the z-index. Could you please put the profile up so I can look at your code?
[edit]
Change
{position:absolute; width:229px; height: 507px; left:-20px; top:30px; overflow:auto; overflow-x:hidden;}
{position:absolute; width:229px; height: 507px; left:230px; top:30px; overflow:auto; overflow-x:hidden;}
{position:absolute; width:315px; height: 145px; left:480px; top:30px; overflow:auto; overflow-x:hidden;}
to:
{position:absolute; width:229px; height: 507px; left:-20px; top:30px; overflow:auto; overflow-x:hidden; z-index:3;}
{position:absolute; width:229px; height: 507px; left:230px; top:30px; overflow:auto; overflow-x:hidden; z-index:2;}
{position:absolute; width:315px; height: 145px; left:480px; top:30px; overflow:auto; overflow-x:hidden; z-index:1;}
*~*MiDnIgHtShAdOw*~*
Join Style-File!