I'm trying to make a prototype web site easier to edit by adding a simple Javascript navigation bar and footer to use on each page. The nav bar is a div that comes after a floated calendar, and before two floated column divs. The footer is abs pos at bottom. Everything works until the content within either div exceeds 2 lines. My nav bar uses 6 statements, but the result should visually fit within 3 lines. I've tried getElementById, and plain document.write statements.
Then the div holding the longer result appears blank. To test this, I exchanged the scripts, and shortened the longer one. I'm sure it's a CSS problem-i probably have too much code.![]()


Reply With Quote
Bookmarks