jadeite100
Programmer
Hi All:
I am using IE 6 SP2. IFrame is only support by IE.
Here is the code:
<body >
<table>
<tr>
<td vertical-align: top; padding: 3px>
<IFRAME SRC=" HEIGHT="150" WIDTH="200">
Sorry, your browser doesn't support inline frames.
</IFRAME>
</td>
</tr>
</table>
</body>
By default, the vertical scrollbar is on the right side and the horizontal scrollbar is on the bottom side.
Is there an attribute in IFrame that allows me to change the vertical scrollbar to show on the left side and the horizontal scrollbar to be on the top of the IFrame instead of the bottom.
If there is no attribute in IFrame to do the above,can anyone please provide me with the javascript to change the location of the horizontal
scrollbar to the top of the iframe and the vertical scrollbar to the left of the iframe instead of to the right of the iframe.
Any help or hint would be greatly appreciated.
Thank You.
Yours,
Frustrated.
I am using IE 6 SP2. IFrame is only support by IE.
Here is the code:
<body >
<table>
<tr>
<td vertical-align: top; padding: 3px>
<IFRAME SRC=" HEIGHT="150" WIDTH="200">
Sorry, your browser doesn't support inline frames.
</IFRAME>
</td>
</tr>
</table>
</body>
By default, the vertical scrollbar is on the right side and the horizontal scrollbar is on the bottom side.
Is there an attribute in IFrame that allows me to change the vertical scrollbar to show on the left side and the horizontal scrollbar to be on the top of the IFrame instead of the bottom.
If there is no attribute in IFrame to do the above,can anyone please provide me with the javascript to change the location of the horizontal
scrollbar to the top of the iframe and the vertical scrollbar to the left of the iframe instead of to the right of the iframe.
Any help or hint would be greatly appreciated.
Thank You.
Yours,
Frustrated.