wastlinger
04-29-2005, 04:01 PM
On the following site the main content is contained in 2 columns:
http://dev.property-description.com/
The column headed "Home" contains the navigation links and the column "A Room Template Example". The second column contains a large jpg image.
The problem is that when the page is viewed in an 800 by 600 screen via Explorer, the column structure collapses. Is there any way of stopping this happen.
There is no problem with Firefox.
The html for the columns is:
<div class="content_cms">
<div class="content_cms_navigation">
</div>
<div class="content_cms_content">
</div>
<div class="clearer"> </div>
</div>
The Css is:
.content_cms {
}
.content_cms_navigation {
margin-left: 5px 0px 0px 0px;
float:left;
width: 25%;
}
.content_cms_content {
float:left;
width: 65%;
border-left: 1pt dashed gray;
}
Hope this is clear. THanks in advance for any help
http://dev.property-description.com/
The column headed "Home" contains the navigation links and the column "A Room Template Example". The second column contains a large jpg image.
The problem is that when the page is viewed in an 800 by 600 screen via Explorer, the column structure collapses. Is there any way of stopping this happen.
There is no problem with Firefox.
The html for the columns is:
<div class="content_cms">
<div class="content_cms_navigation">
</div>
<div class="content_cms_content">
</div>
<div class="clearer"> </div>
</div>
The Css is:
.content_cms {
}
.content_cms_navigation {
margin-left: 5px 0px 0px 0px;
float:left;
width: 25%;
}
.content_cms_content {
float:left;
width: 65%;
border-left: 1pt dashed gray;
}
Hope this is clear. THanks in advance for any help