Create a class in css containing the scrollbar colors / info and apply the class to the inline frame
like this:
..myiframe{
background: #D3FDFE;
scrollbar-arrow-color: rgb(0,0,255);
scrollbar-base-color: rgb(0,128,128);
scrollbar-track-color: rgb(211,253,254);
scrollbar-darkshadow-color: rgb(0,128,128);
scrollbar-face-color: rgb(211,253,254);
}
And the assign it to the iframe :
<iframe class="myiframe"
Note that the leading period is used to create the class but it is *not* used to assign the class.
--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer