salvatoredoria
Programmer
I have a web page ( some of my customers see tha scrollbar but not the text. They say they use IE. The bad thing is that I see the text and the bar. here is my code:
and a the part of the style sheet
Any suggestions? thank you all.
Code:
<div class="scroll" id="scrolldiv" height="200px" width="300" >
<P>
<span style="FONT-SIZE:9pt; FONT-FAMILY: Arial">
some text
</span>
</p>
</div>
and a the part of the style sheet
Code:
div.scroll {
height: 350px;
width: 615px;
overflow: auto;
padding: 20px;
scrollbar-face-color: lightblue;
scrollbar-shadow-color: blue;
scrollbar-highlight-color: lightblue;
scrollbar-3dlight-color: darkblue;
scrollbar-darkshadow-color: darkblue;
scrollbar-track-color: lightblue;
scrollbar-arrow-color: black;
filter: chroma (color=lightblue)
}