Damaris: Scrollleiste nicht im Sicht - Wo mache ich falsch?

Beitrag lesen

So, da bin ich mal wieder.

Jetzt hab ich im Griff. Die Lösung war:

---> CSS

div {
scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #840000;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #840000;
position: absolute;
left: 150px;
top: 195px;
z-index: 0;
}

---> Html:

<div style="width: 538px; height: 410px; overflow: scroll;">
<iframe style="width: 533px; height: 405px;"></iframe></div>

Ist der Code gut so?

LG
Damaris