sizing issue in site

TomStutt

Senior Member
Hi all

I hope someone can help me. In my site i have a container which has all the content in but its set to a minimum height and in IE it displays perfect but in firefox the content overlaps the container. Is there a way that the container can go to the size of the content?

Please help :confused:

Thanks
 
sorry here is the code for the container:

#container {
margin: auto auto auto auto;
width: 800px;
text-align: left;
font-size: 12px;
line-height: 1.1em;
background-color: #ffffff;
padding: 15px;
font-family: "arial", "verdana", "times new roman";
min-height: 900px;
}
 
overflow: hidden;

on the CSS for the container, that might fix the problem :)

If not then i'm sure that Harry will come and save the day :)
 
LOL its like a massive stockpile of info at Harry's site :)
 
Back
Top