Hi all,
I am trying to use a div with a class of "scroll" (see below). It seems to work just fine with Firefox and Safari, however, it doesn't work in IE.
Does anyone know how to hack this so that it will work in IE??
Thanks!
Ha1ls45
I am trying to use a div with a class of "scroll" (see below). It seems to work just fine with Firefox and Safari, however, it doesn't work in IE.
Does anyone know how to hack this so that it will work in IE??
Code:
<style type="text/css">
<!--
div.scroll {
height: 345px;
width: 516px;
overflow: auto;
border: 1px solid #666;
background-color: #ccc;
padding: 0px;
}
-->
</style>
Thanks!
Ha1ls45