Wide Monitor = Web Pages Fall Apart
On a normal monitor and my lap top even the pages look correct.
On my new wide monitor the pages fall apart.
And Please - how is min-width used?
I spent 30 minutes reading min-width discovering no understandable practical application!
Would that help me here?
Here is my css
Code:
@charset "utf-8";
/* homepage.CSS Document 1/31/2012 */
html, body { margin:0;
padding:0;
}
body { background-color: #0A1794;
background: url(images/blkfire.png) fixed;
max-width: 100%;
min-width: 60%;
font-family: Verdana, Geneva, sans-serif;
font-size:16px;
color:#ccc;
line-height:130%;
margin-top:2%;
margin-right:1.4%;
}
#maincontent { width:70%;
min-width:40%;
float:right;
text-align:left;
position:relative;
margin-left:25%;
}
www.propertieswithstyle.com
Thanks . . . Rick