Thu, 2010-07-01 23:44
This code renders the site perfectly, however in IE8 Its all positioned into the top left corner. The rest of the website is aligned fine. Any code fixes are appreciated. Thanks
Al
/* BEGIN Page Wrapper and Page Defaults */ .contentWrapper { height: 51%; width:100%;font-size:12px;font-family:arial; margin: 0 auto} .content { width: 100%; display: inline; text-align: left;} .wrapper { text-align: center; width:60%;margin: 1px auto; overflow: hidden;border:1px solid #000000;} * { margin:0px; padding:0px; } body {background-color: white;} .page_heading { font-size: 24px; font-family: arial; padding-left: 2.7%; padding-top: 4%; font-family: arial;} .page_descrip { font-size: 14px; padding-left: 2.7%; padding-top: 1.4%; margin-right: 20px; font-family: arial;} td { font-size: 11px; font-family: arial;} .header { background-color:#ccc; width: 100%;} #title { font-size:80px;font-family:castellar;} #subtitle { font-size:18px;font-family:arial;font-style: italic;} #footertitle { font-size:10px;font-family:arial;} .footer { text-align: center; width: 60%; background-color:#ccc; margin: 0 auto; border:1px solid #000000; } .page_descrip, img { float: left; padding-right: 1%;} .page_descrip, strong { float: left;} form {float:right;} .disclaimer { float: right; text-align: right; padding-right: 20%; color: black; font-weight: bold; font-size: 10px; } #c-vali { float:left; padding-left: 20%;} #paypal-verified { padding-left: 5%; padding-top: 5%;} /* END Page Wrapper and Page Defaults */ /* BEGIN Navigation Bar and Link Decorations */ #Navigation { font-size:10px;font-family:arial;border:1px dotted #000000;} a:link { color: black; text-decoration: none;} a:visited { color: black; text-decoration: none;} a:hover { color: red; text-decoration: none; font-style: italic; } a:active { color: black; text-decoration: none;} a:focus { color:red; text-decoration: none;} /* END of Navigation Bar and Link Decorations */
Thu, 2010-07-01 23:47
#1
Renders what site? We need to
Renders what site? We need to see the HTML too.