CMattAyers
05-31-2010, 08:58 PM
Hi, I'm having an issue with Internet Explorer... On this page of my website, www.cmattayers.com/contact.html , the contact form does not show up at all in IE, but works fine in Opera, Chrome, Safari, and Firefox. It was actually working in IE before, but someone brought it to my attention today that it was broken. I'm not sure what's going on with it. Any help would be very much appreciated.
Here's my code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>The Graphic Design Portfolio of Matt Ayers - Roanoke, VA</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="contactstylesheet.css" />
</head>
<body>
<div id="contactform">
<object id="page" type="text/html"
data="http://www.foxyform.com/form.php?id=24249&sec_hash=a35287a73dc"
width="400" height="490">
<p>Oops! That didn't work...</p>
</object>
</div>
<div id="header-image"></div>
<div id="name"><a href="index.html"><img src="images/namespaced.png" alt="This says Matt Ayers in a styled typeface"/></a></div>
<div id="maintext">
<a href="mailto:cmattayers@gmail.com"><img src="images/email.png" alt="This is an e-mail link"/></a></div>
<div id="facebook"><a href="http://www.facebook.com/clay.matthew.ayers"><img src="images/facebook.png" alt="this is a link to my facebook page" /></a></div>
<div id="twitter"><a href="http://www.twitter.com/cmattayers"><img src="images/twitter.png" alt="this is a link to my twitter account" /></a></div>
<div id="linkedin"><a href="http://www.linkedin.com/in/cmattayers" >
<img src="http://www.linkedin.com/img/webpromo/btn_viewmy_160x33.png" alt="View Matt Ayers's profile on LinkedIn"/>
</a></div>
<div id="aboutme"><img src="images/aboutme2.png" alt="This is an image of swirling designs" /></div>
<div id="navbar">
<ul><li class="link"><a href="index.html">About Me</a></li>
<li class="link"><a href="portfolio.html">Portfolio</a></li>
<li class="link"><a href="contact.html">Contact</a></li>
</ul>
</div>
<div id="footer">
</div>
</body>
</html>
Here's my code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>The Graphic Design Portfolio of Matt Ayers - Roanoke, VA</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="contactstylesheet.css" />
</head>
<body>
<div id="contactform">
<object id="page" type="text/html"
data="http://www.foxyform.com/form.php?id=24249&sec_hash=a35287a73dc"
width="400" height="490">
<p>Oops! That didn't work...</p>
</object>
</div>
<div id="header-image"></div>
<div id="name"><a href="index.html"><img src="images/namespaced.png" alt="This says Matt Ayers in a styled typeface"/></a></div>
<div id="maintext">
<a href="mailto:cmattayers@gmail.com"><img src="images/email.png" alt="This is an e-mail link"/></a></div>
<div id="facebook"><a href="http://www.facebook.com/clay.matthew.ayers"><img src="images/facebook.png" alt="this is a link to my facebook page" /></a></div>
<div id="twitter"><a href="http://www.twitter.com/cmattayers"><img src="images/twitter.png" alt="this is a link to my twitter account" /></a></div>
<div id="linkedin"><a href="http://www.linkedin.com/in/cmattayers" >
<img src="http://www.linkedin.com/img/webpromo/btn_viewmy_160x33.png" alt="View Matt Ayers's profile on LinkedIn"/>
</a></div>
<div id="aboutme"><img src="images/aboutme2.png" alt="This is an image of swirling designs" /></div>
<div id="navbar">
<ul><li class="link"><a href="index.html">About Me</a></li>
<li class="link"><a href="portfolio.html">Portfolio</a></li>
<li class="link"><a href="contact.html">Contact</a></li>
</ul>
</div>
<div id="footer">
</div>
</body>
</html>