Ok, I did edit some images and wasn't able to get anything to change until I implemented what you coded. However FF is still spacing the images apart but IE looks good... So I'm not sure what to do now..?
Also do you know how to center the entire thing with out using tables?
Thanks again.
Heres the new code/html:
Code:
*{margin: 0;padding: 0;font-family: 'century gothic';}
body {border:0;margin:0;padding:0;background: #64210e;}
.content {position: relative;left: 50%;margin-left: -400px;margin-top: 0px;background: transparent;}
.top {height: 241px;background: transparent url(images/header.gif);background-repeat: no-repeat}
.columnnav {top: 220px;width: 40%;text-align: justify;background: transparent;position: absolute;}
.line {top:250px;text-align: center;font-size: 15px;color: #5500FF; background-image: url(images/line.gif);background-repeat: repeat-y;width: 752px;}
.line a{height: 1px;background: transparent;font-size: 15px;color: #009000;}
.line a:hover{height: 1px;background: transparent;font-size: 15px;color: #5500ff;}
ul {
margin: 0;
padding: 0;
}
ul li {
list-style: none;
border: 1px solid #000;
margin: 0;
padding: 0;
}
ul li img {
margin: 0;
padding: 0;
border: 0;
}
img {
padding: 0;
border: 0;
}
div {
margin: 0;
padding: 0;
}
div img {
margin: 0;
padding: 0;
}
.bottom{height: 43px;background:transparent url(images/footer.gif);background-repeat: no-repeat;width: 752px;text-align: center;font-size: 12px;float: bottom;}
.bottom p{color: #000;padding-left: 75px;}
.bottom a{color: #ccc;font-size: 12px;}
.bottom a:hover{color: #bbb;font-size: 12px;}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.bodytext{width: 700px;clear: right;border: 0px solid gray;}
.bodytext .floatbox{float: left;width: 155px;margin-left: 20px;margin-right: 8px;}
* html .bodytext p{ /* IE 3px jog hack*/height: 1%;}
.bodytext p{margin-top: 0px;margin-left: 0px;padding-left: 8px;}
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Strict//EN” >
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Cathorn Computers</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="top"></div>
<div class="line">
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br />
</div>
<div class="columnnav">
<ul>
<div style="background:#transparent"><a href="index.html"><img src="images/home.gif" alt="home"></a></div>
<div style="background:#transparent"><a href="index.html"><img src="images/history.gif" alt="history"></a></div>
<div style="background:#transparent"><a href="index.html"><img src="images/support.gif" alt="support"></a></div>
<div style="background:#transparent"><a href="index.html"><img src="images/design.gif" alt="design"></a></div>
<div style="background:#transparent"><a href="index.html"><img src="images/programming.gif" alt="programming"></a></div>
<div style="background:#transparent"><a href="index.html"><img src="images/area.gif" alt="area"></a></div>
<div style="background:#transparent"><a href="index.html"><img src="images/contact.gif" alt="contact"></a></div>
<div style="background:#transparent"><a href="index.html"><img src="images/nav.gif" alt="nav"></a></div>
</ul>
</div>
<div class="bottom">
<p><b>layout by kb - ©2007 cathorn.com - last updated 8-29-07</b></p>
</div>
</body>
</html>
Bookmarks