Margins gone in Firefox, Safari etc. Please help! My site looks fine in MSIE.
Problem is that left margins for body text in modules are gone in all other browsers, like Firefox, Safari, Opera etc. Looks terrible.
Where is the problem, in my CSS?
CSS for my module looks like this:
}
table.moduletablemedium {
width: 100%;
background: url(../images/mod_bottommedium.jpg) no-repeat;
background-position: left bottom;
padding-left: 15px;
padding-right: 5px;
padding-top: 7px;
margin-bottom: 0px;
border-spacing: 0px;
border-collapse: collapse;
} |