- Impact
- 0
EDIT::
never mind, i figured it out,
IE does not accept "100%" as valid measurment. Admin can delete this, but i figure it may be helpful if another person has the same question.
EDIT::
Okay, i know that I am the only person on earth who sees the true usefulness of IFRAMEs, but i need some troubleshooting from the rest of ya'll
Here is my source:
here is the website
http://www.bulverde.com/trey/freelance/
here is the problem:
the iframe displays JUST FINE in Firefox, but it just comes up as a blank box in IE, and that makes NO sense seeing as MS designed IFRAMES for IE.
As you can tell I use Dreamweaver, and yes I know how to hardcode easily, i figure why not take advantage of the tools at my fingertips.
never mind, i figured it out,
IE does not accept "100%" as valid measurment. Admin can delete this, but i figure it may be helpful if another person has the same question.
EDIT::
Okay, i know that I am the only person on earth who sees the true usefulness of IFRAMEs, but i need some troubleshooting from the rest of ya'll
Here is my source:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Freelance Business Solutions: A simple solution for your complicated business.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}
-->
</style></head>
<body>
<table width="200" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"><div align="center"><img src="graphics/topbar.gif" width="600" height="139" border="0" usemap="#Map"></div></td>
</tr>
<tr>
<td width="12"><img src="graphics/left.gif" width="12" height="340"></td>
<td width="575"><IFRAME name="main" src="/trey/freelance/main.htm" width=100% height=100% marginwidth=0 marginheight=0 frameborder=0 scrolling=auto></IFRAME></td>
<td width="13"><img src="graphics/right.gif" width="13" height="340"></td>
</tr>
<tr>
<td colspan="3"><img src="graphics/bottom.gif" width="600" height="21"></td>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="4,100,36,116" href="main.htm" target="main">
<area shape="rect" coords="77,102,154,116" href="solutions.htm" target="main">
<area shape="rect" coords="192,103,243,114" href="record.htm" target="main">
<area shape="rect" coords="283,99,313,117" href="faq.htm" target="main">
<area shape="rect" coords="351,102,409,116" href="contact.htm" target="main">
<area shape="rect" coords="447,100,493,117" href="links.htm" target="main">
</map>
</body>
</html>
here is the website
http://www.bulverde.com/trey/freelance/
here is the problem:
the iframe displays JUST FINE in Firefox, but it just comes up as a blank box in IE, and that makes NO sense seeing as MS designed IFRAMES for IE.
As you can tell I use Dreamweaver, and yes I know how to hardcode easily, i figure why not take advantage of the tools at my fingertips.
Last edited:



















