when the text is made smaller in IE the layout of my design breaks and the second column goes under the first column
http://www.nbyrne.co.uk/webwonder/about/
IE does not support min-width etc does anyone know how i can stop this from happening without making the columns narrower...
css code.
#content{
width: 54em;
float: left;
display: inline; /* IE6 double margin float*/
max-width: 71%;
margin: 0;
}
these are the two columns within the column div
#columna {
float: left;
width: 49%; /*or 26em;*/
margin: 40px 0 0 0;
padding: 0;
display: inline;/* IE double margin float*/
}
#columnb {
padding: 0;
margin: 40px 0 0 0;
float: right;
width: 49%; /*or 26em;*/
display: inline;/* IE double margin float*/
/*background: #FAF5FA;*/
}
wwonder


Reply With Quote
Bookmarks