G
Giorgio
Hi,
i've an html page in which i put an iframe
<iframe height="200" width="200" scrolling="auto" src="testo.htm"
allowtransparency="yes"></iframe>
and i'd like to:
1) if text exceeds my height, vertical scrollbar appears
2) iframe gets the background of the containing page
But i got this problem: if text exceeds, both scrollbars appear.
I can remove horizonal scrollbar by removing html validator code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
BUT I LOOSE TRANSPARENCY.
How can i solve it?
Thanks.
i've an html page in which i put an iframe
<iframe height="200" width="200" scrolling="auto" src="testo.htm"
allowtransparency="yes"></iframe>
and i'd like to:
1) if text exceeds my height, vertical scrollbar appears
2) iframe gets the background of the containing page
But i got this problem: if text exceeds, both scrollbars appear.
I can remove horizonal scrollbar by removing html validator code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
BUT I LOOSE TRANSPARENCY.
How can i solve it?
Thanks.