At first glance I see a big problem:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://www.w3.org/2005/10/profile">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Fountain Place | Property Management</title>
<link rel="stylesheet" media="screen" type="text/css" href="css/team.css" />
<link rel="stylesheet" media="print" type="text/css" href="css/print.css" />
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico" />
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript">
...
You have multiple <html>, <head> and possibly other tags that would break things.
Run your site through a validator to find other errors: http://validator.w3.org/
Last edited by bionoid; 08-17-2012 at 12:11 PM.
All code given is free and non-refundable.
Bookmarks