This is a problem I just noticed in a site I created a while back. The site appears fine in Firefox 2, IE6, IE7, etc. but I just noticed that one of the margins isn’t being recognized in the new Firefox 3.
If you look at an interior page like this one for example ( http://www.***.com ) the sub menu is right next to the photo. This is happening on all of the pages on my site. I have a margin on that div of 38px but for some reason it’s not being recognized. Does anyone know what might be causing this or how to fix it. The div I’m having an issue with is listed below. Thanks!
#interior-main-col {
font-family: Verdana, Arial, Helvetica, sans-serif;
float: right;
display: inline;
position: relative;
width: 268px;
margin:0 38px 0 0;
padding: 0;
}
