First, you're approaching this backwards. Don't try to force FF to look like IE, IE does things WRONG. Make it look right in FF first, THEN kick IE until you get it to look more like FF - they will never be EXACT.
I don't know why you bother with tables.. UGH!
You have a problem here:
Quote:
#body_main {
width:780px;
background-color: #74563A;
background-image: url(images/body_bg1.gif);
background-repeat: no-repeat;
background-position: 160px top;
top: 305px;
}
|
Unless you're using absolute or relative positioning, that top:305px does nothing, you would need to use margin-top: 305px to effect the same position. However, if you do that, then your main body section will be much further down the page, so you'll have to adjust it to a much smaller number, if not zero. Then you can address where the footer is appearing.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|