Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/07/2004, 04:42
gymanual
 
Fecha de Ingreso: marzo-2004
Mensajes: 77
Antigüedad: 20 años, 1 mes
Puntos: 0
Cambiar color del scroll

Hola me podrian decir como cambio el color de un scroll si estoy utilizando tablas? el codigo es algo asi:

<div style="height:250px;overflow:auto;">
<table width="100%" height="450" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>&nbsp;</td>
<td>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>"Aqui irua el contenido principal y podria ser muy largo"</td>
<td>&nbsp;</td>
</tr>
</table>
</div>

gracias por sus respuestas..........