How do I get the element after my horizontal css navigation bar to appear below it?

Try using clear: left on the div after your list. This should then clear the element to appear below your unordered list.

Try using clear: left; on the div after your list. This should then clear the element to appear below your unordered list. Edit: should actually read clear: left; although using clear: both; will also work.

Use clear:left; on the div after your list or simply remove float:left; from li.nav.

Use a float clear and then size and position the heading div below it. If you give it a width larger than the space to the right of the nav bar, it should automatically drop down. CSS: .

Clear { clear:both; } #heading { position:relative; margin:0px auto; width:980px; } HTML after nav: Heading.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions