View Full Version : I-frame scrollbar


StuckonAntanDec
11-16-2003, 12:59 PM
<IFRAME border="0" name="frame" src="updates.html" frameBorder="0" width="440" height="100"></IFRAME>

Hi, this is my i - frame code. It works fine, its just i want the colour of the scrollbar to be this one:

<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: #a6a6a6;
scrollbar-highlight-color: #cacaca;
scrollbar-3dlight-color: #445555;
scrollbar-darkshadow-color: #aaaaaa;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #6f6f6f
}
-->
</STYLE>

Could you please put these two codes together so that the scrollbar appears right in the -i frame? thanks v. much! :D

MaGiCSuN
11-16-2003, 01:04 PM
you put that whole <style></style> between the <head> and </head> from the pages that open inside the iframe :)

Love,
Mirna