I have a td
with overflow
.
<td><div><?php echo $objProg->getagen(); ?></div></td>
Css:
td div {
width:100%;
height: 30px;
overflow: auto;
}
With this CSS above it looks like this:
I would like the text-side arrows to be hidden even though the scrolling mouse still works to go down and up, is there anything that will do that?