Dear,
I did an html Page that contains a Div with CSS: {
min-height:520px;
height:auto;
}
so that it expands with long content.
when the file is .html it works properly in IE and Firefox.
But when changing the extension to .php, in order to read data from SQL Table it will no longer works in firefox...
the div will not expand
any help please