20071107

Transparent IFRAME

Utk membuat transparent IFRAME,

<iframe frameborder="0" scrolling="<? if ("IE"==cekBrowser()) { echo
"yes"; } else { echo "auto"; } ?>" allowtransparency="true"
id="contentFrame" src="test.php">

dan jangan lupa, di test.php pasang style

<body style="background-color:transparent; background-image:none; ">

boleh di body, boleh juga di external css file.

good luck!

No comments: