PHP interesse |
|
Maar natuurlijk kan dat... Gewoon met je style-sheet...
<STYLE type="text/css">
IFRAME {scrollbar-3dlight-color:;
scrollbar-arrow-color:;
scrollbar-base-color:;
scrollbar-track-color:;
scrollbar-darkshadow-color:;
scrollbar-face-color:;
scrollbar-highlight-color:;
scrollbar-shadow-color:}
</STYLE>
<STYLE type="text/css"> IFRAME {scrollbar-3dlight-color:; scrollbar-arrow-color:; scrollbar-base-color:; scrollbar-track-color:; scrollbar-darkshadow-color:; scrollbar-face-color:; scrollbar-highlight-color:; scrollbar-shadow-color:} </STYLE>
Ik geloof dat het bovenstaande gwoon werkt...
Als dat niet zo is... probeer dan dit:
<STYLE type="text/css">
.iframe {scrollbar-3dlight-color:;
scrollbar-arrow-color:;
scrollbar-base-color:;
scrollbar-track-color:;
scrollbar-darkshadow-color:;
scrollbar-face-color:;
scrollbar-highlight-color:;
scrollbar-shadow-color:}
</STYLE>
<STYLE type="text/css"> .iframe {scrollbar-3dlight-color:; scrollbar-arrow-color:; scrollbar-base-color:; scrollbar-track-color:; scrollbar-darkshadow-color:; scrollbar-face-color:; scrollbar-highlight-color:; scrollbar-shadow-color:} </STYLE>
En voor je iframe doe je dan dit:
<iframe class="iframe" name="iframe" src="hometekst.html" width="100%" height="100%" frameborder="0" scrolling="AUTO">
<iframe class="iframe" name="iframe" src="hometekst.html" width="100%" height="100%" frameborder="0" scrolling="AUTO">
|