Author | Comment |
Zachary940 Wraith
Posted: 28 Mar 2007 20:14 GMT Total Posts: 714 | How come I can not get the height command to work on IE7 but yet it works on IE6 and FF
example of code.
<iframe src="user/<? echo ($SN) ?>" name="index" height="75%" width="100%" frameborder="1"></iframe>
Note: I know iframes are bad but they come in handy for what I am doing and work very nicely for viewing directories.
--- It is much easier to suggest solutions when you know nothing about the problem. |
Barrett Administrator
Posted: 29 Mar 2007 07:57 GMT Total Posts: 1676 | do you have a link to the page you're trying to get to work?
--- -Barrett A |
Zachary940 Wraith
Posted: 29 Mar 2007 12:31 GMT Total Posts: 714 | Yes and no it's actually php only I have certain parts that are html. The part that is not working correctly is in an area of the php file that requires variables and a forum to be submitted.
But on IE7 it works fine without the height command. and once I add it the window turns into a horizontal line more or less. The width works great. And it only happens on IE7
http://zachary940.50webs.net
--- It is much easier to suggest solutions when you know nothing about the problem. |
Barrett Administrator
Posted: 31 Mar 2007 01:07 GMT Total Posts: 1676 | Well, the php is isn't relevent, unless your question is about php. If you link to a php page all I'll see is the html, which is where the problem is, right?
--- -Barrett A |
Zachary940 Wraith
Posted: 2 Apr 2007 20:38 GMT Total Posts: 714 | Yes the problem is in the html but you must first log in. There is where the html problem is.
I will provide pics
EDIT: Here Is the src code and pics It works fine without the height in both IE and FF. I apologize for the rather large pics. <!-- <Title>OFD</title> <link rel="stylesheet" type="text/css" href="CSS/OFD.css"> <img border="0" src="Banner.jpg" width="600" height="64">
<table border="0" width=100%>
<tr> <td width=100%></td>
<iframe src="user/Zachary940" name="index" height="75%" width="100%" frameborder="1"></iframe>
</tr> <tr> <td width="1171"><Title>OFD</title> <link rel="stylesheet" type="text/css" href="CSS/OFD.css"> <form method="post" enctype="multipart/form-data" action="upload.php?SN=Zachary940"> <table border="0" width="1151" background="Pics/BGG.jpg" height="27"> <tr> <td height="23" width="83"> File Location:</td>
<td width="1035" height="23"><input type="file" name="filetoupload"><input type="Submit" name="uploadform" value="Upload File"> </td> </form> <form method="POST" action="user/del.php?SN=Zachary940"> Delete File: <input type="text" name="file" size="20"><input type="submit" value="Submit" name="del"> </form> -->
IE7 Pic
FF Pic
--- It is much easier to suggest solutions when you know nothing about the problem. |