I\'ve defined my div\'s height in a stylesheet:
.topbar{ width:100%; height:70px; background-color:#475; }
But as soon as text is entered
If you want to keep the height of the DIV absolute, regardless of the amount of text inside use the following:
overflow: hidden;