Hi,
I've been trying to format an iframes element using CSS but no joy, is this code ok?
Thanks,
Dan
I've been trying to format an iframes element using CSS but no joy, is this code ok?
Code:
<iframe src="home.htm" id="content" height="300" width="200" scrolling="yes" frameborder="0" allowtransparency="yes" align="middle"></iframe>
Code:
iframe {
scrollbar-arrow-color: #000000;
scrollbar-face-color: #DEDAC6;
scrollbar-3dlight-color: #DEDAC6;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #DEDAC6;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #ACA899;
}
Thanks,
Dan