I am using xhtml strict.
The following code embeds a page and hides the border and scrollbar. It works in Firefox, but shows border and scrollbar in IE7. Any idea to fix it?
Thanks in advance.
Seaport
The following code embeds a page and hides the border and scrollbar. It works in Firefox, but shows border and scrollbar in IE7. Any idea to fix it?
Code:
<object id="ta1" data="ta.aspx?b=1&s=1" type="text/html" style="width: 700px; height: 90px;
overflow: hidden; border-style: hidden">
Thanks in advance.
Seaport