It seems really strange and I can't figure out why this is happening.
This is my code in CSS:
<div style="width:580px; height:400px; overflow-x:hidden; overflow-y:scroll;">
My content
</div>
I use a div to create a space of the given dimensions and add my content. Everything works perfectly until I force a line break with br tag and the scrollbar dissapear and any content outside of the div area is lost (or better inaccesible). Any comments why is this happening and how it can be fixed?
