Hi there mlegg,
I notice that your page looks awful in IE6, so I am guessing that you are not targetting that browser. 
Try this code which works OK in Firefox, Opera and Safari...
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<base href="http://IslandEstateNH.com/">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>IslandEstateNH.com brought to you by Samonas Realty</title>
<link rel="stylesheet" type="text/css" href="Styles.css">
<style type="text/css">
#links {
width:700px;
height:135px;
padding:374px 0 0 100px;
background-image:url(images/Front-Web.jpg);
margin:0 auto 16px;
}
#video img {
float:left;
width:160px;
height:92px;
border:0;
margin-right:252px;
}
#gallery img{
float:left;
width:203px;
height:103px;
border:0;
}
</style>
</head>
<body>
<div id="mainPicture"></div>
<div class="contentBox">
<div class="innerBox">
<div id="links">
<a id="video" href="video.html"><img src="images/Front-Web-link_03.jpg" alt="video"></a>
<a id="gallery" href="gallery.html"><img src="images/Front-Web-link_05.jpg" alt="gallery"></a>
</div>
</div>
</div>
<div id="footer">
<a href="http://samonasgroup.com/">Samonas Realty</a> |
111 Bow St., Portsmouth, NH 03801 |
<a href="mailto:brad@samonasgroup.com">BradSweet</a> | (603) 319-8100
</div>
</body>
</html>
Note:-
My additional CSS may be added to your your original style sheet.
coothead
Bookmarks