From: Jesse V. <je...@6t...> - 2003-08-04 14:20:41
|
I think I'm using the menu wrong, but I'm not sure where. I think it's a template thing. I made a very simple example: I want my page to have a table, with 2 tr's. The first tr will just be a spacer, where menubar and progress bar layers will be hardcoded into place. The second tr I need to spread out over the rest of the page. The table stuff looks fine, but when I add on the menu layer, I get a white space on the bottom of the page, under my table, which is giving me a scroll bar. This is only happenning on Mozilla, not IE. here's it with a menu, and a white space on the bottom: http://6thgearsoftware.com/test/menuTest1.html here's it with no menu, and no white space. http://6thgearsoftware.com/test/menuTest2.html The only code difference is that I'm not calling the method that creates my menu. Any idea what's going on? Am I doing something wrong with the templates? Is it a Mozilla rendering bug? Thanks, Jesse |