Can anyone please help me with a problem I have. I run a business club website but the centre column (#mainbody) is not displaying in safari.
I think this is the css code causing the problem;-
#mainbody {
display: -webkit-inline;
float: left;
margin-left: 0px;
margin-right: 10px;
padding-right: 0px;
padding-left: 10px;
text-align: left;
width: 540px;
}
It is fine in IE and firefox, but I think the problem exists in Chrome as well.
It's getting embarassing now, any help would be appreciated.