[web] Another CSS layout question [SOLVED]

Started by
0 comments, last by BeanDog 18 years, 4 months ago
Check out http://www.beandogsoft.com. If you do it with Firefox, you'll see what I want you to see. If you do it with IE, you'll see my problem. I'm trying to put a 1.5em margin between the bottom of my menu and the beginning of the google ads. I'm currently doing it by setting a top margin on the ads div. The problem is that IE calculates the margin from the bottom of the menu list, while Firefox calculates it from the top of the table cell that contains it. I don't know which is right, I just know that I want to make it consistent! Any suggestions? ~BenDilts( void ); [Edited by - BeanDog on December 1, 2005 11:49:14 AM]
Advertisement
Solved: My list items in my menu were being floated left, which in Firefox apparently makes their height (for calculations, anyway) zero. They shouldn't have been floating anyway, that was a relic of the example code I began with. So problem solved.



~BenDilts( void );

This topic is closed to new replies.

Advertisement