I need some help with the DIV tag. I am having trouble figuring out where exactly I place the code. In the header?
example:
div.over {
overflow: scroll;
height: 100px;
width: 100px;
}
...
<div class="over">
<img src="/images/clouds.gif">
</div>
does the upper portion(above the ...) go in my head?
Thanks.
example:
div.over {
overflow: scroll;
height: 100px;
width: 100px;
}
...
<div class="over">
<img src="/images/clouds.gif">
</div>
does the upper portion(above the ...) go in my head?
Thanks.















