Jump to content

Side By Side I-Frames


Xplorer4x4

Recommended Posts

I think I am about to loose my mind. I have googled and looked at tons of examples of using i-frames side by side, but nothing works. The layout is pretty simple:

http://img32.imageshack.us/img32/8662/diagram2q.jpg

 

 

Here is the source code of the page.

<?
if (!check_perms('users_mod')){ error(403); }

show_header('Staff Tools', 'toolbox'); ?>
<head>
<style type="text/css">
#adminmenu {
margin-left:0%
width: 200px;
float: left;
}

#admincontent {
float: right;
margin-left: 15%;
}

<!--#menu iframe, #content iframe {
width: 100%;-->
}
</style>
</head/>
<div class="adminmenu">
<iframe width="90" style="display:inline" src="/index2.php"></iframe> 
</div>
<div class="admincontent">
<iframe width="500" style="display:inline" src="/info.php"></iframe> 
</div>
<?
?>

 

Here is the result:

unledlbr.jpg

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.