Hallo,
Ik heb een iframe gemaakt en wil daar graag scrollbar met eigen kleuren inzetten.
Ik heb hem inline gestyled hoe moet ik dit doen?
<table width="1100px" >
<tr>
<td width="1100px" height="38" style="background-image:url(images/header.jpg);">
</td>
</tr>
<tr>
<td valign="top">
<table>
<tr>
<td valign="top" height="522" width="230" style="background-repeat:no-repeat; background-image:url(images/left.jpg);">
<br>
<a href="index.htm">Home</a>
</td>
<td valign="top">
<table>
<tr>
<td valign="top" height="522" width="869" style="background-image:url(images/right.jpg);">
<div class="4" style="padding: 30px 0px 0px 15px;">
<iframe src="text.htm" frameborder="0" width="97%" height="330px" scrolling="auto"></iframe>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
en dit is me inline css:
iframe {scrollbar-3dlight-color:white;scrollbar-arrow-color:#FA0584;scrollbar-base-color:white;scrollbar-darkshadow-color:white;scrollbar-face-color:white;scrollbar-highlight- color:white;scrollbar- shadow-color: white;}
maar dat werkt niet iemand een idee?
Ik heb een iframe gemaakt en wil daar graag scrollbar met eigen kleuren inzetten.
Ik heb hem inline gestyled hoe moet ik dit doen?
<table width="1100px" >
<tr>
<td width="1100px" height="38" style="background-image:url(images/header.jpg);">
</td>
</tr>
<tr>
<td valign="top">
<table>
<tr>
<td valign="top" height="522" width="230" style="background-repeat:no-repeat; background-image:url(images/left.jpg);">
<br>
<a href="index.htm">Home</a>
</td>
<td valign="top">
<table>
<tr>
<td valign="top" height="522" width="869" style="background-image:url(images/right.jpg);">
<div class="4" style="padding: 30px 0px 0px 15px;">
<iframe src="text.htm" frameborder="0" width="97%" height="330px" scrolling="auto"></iframe>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
en dit is me inline css:
iframe {scrollbar-3dlight-color:white;scrollbar-arrow-color:#FA0584;scrollbar-base-color:white;scrollbar-darkshadow-color:white;scrollbar-face-color:white;scrollbar-highlight- color:white;scrollbar- shadow-color: white;}
maar dat werkt niet iemand een idee?