ejemplo de capa con escroll para i.e ,ns
Publicado por carlos (1 intervención) el 12/11/2002 04:21:23
te doy este ejemplo para que funciona en ns, ie pero en opera
tendras problema
<html>
<head>
<style type="text/css">
div{position:absolute; left:200px; top:88px;width:350px; height:245px;background:transparent;overflow-y:scroll;scrollbar-face-color:#000033;scrollbar-shadow-color:#000033;scrollbar-arrow-color :white;
scrollbar-track-color:black;
scrollbar-darkshadow-color:#000033}
</style>
</head>
<body>
<div></div>
</body>
</html>
tendras problema
<html>
<head>
<style type="text/css">
div{position:absolute; left:200px; top:88px;width:350px; height:245px;background:transparent;overflow-y:scroll;scrollbar-face-color:#000033;scrollbar-shadow-color:#000033;scrollbar-arrow-color :white;
scrollbar-track-color:black;
scrollbar-darkshadow-color:#000033}
</style>
</head>
<body>
<div></div>
</body>
</html>
Valora esta pregunta


0