Menu in I-Frame does not show my sub-menus completely
Hi -
I'm looking for help on how to display my sub-menu within an i-frame. Currently they are getting cut off.
Here is my page: http://ktwin.com/ap_temp.php
Here is my 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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>96.3 KTWIN</title>
<style>
body { background:#ffffff url("http://www.ktwin.com/images/custombg.jpg"); }
</style>
</head>
<body style="topmargin:0px; margin:0px;">
<div style="height:500px;"><iframe src="http://ktwin.com/ap_index_header.php" WIDTH="100%" HEIGHT="370" frameborder="0" scrolling="no" style="position: absolute; margin-top:0px; padding-top:0px;" allowTransparency="true"></iframe></div>
<div align="center">
<table cellpadding="0" cellspacing="0" border="0" width="990" height="10" id="table">
<tr>
<td class="main_container"><img src="/images/spacer.gif" width="990" height="10"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="990" height="200" id="table">
<tr>
<td width="10"><img src="/images/spacer.gif" width="10"></td>
<td width="970" height="400" valign="top" align="center"> __CONTENT__</td>
<td width="10"><img src="/images/spacer.gif" width="10"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="990" height="10" id="table">
<tr>
<td class="main_container"><img src="/images/spacer.gif" height="10" width="990"></td>
</tr>
</table>
</div>
<div><iframe src="http://ktwin.com/ap_index_footer.php" width="100%" height="400" frameborder="0" scrolling="no"></iframe></div>
</body>
</html>