The code seems pretty simple, I just want to apply the defined CSS format to an iFrame, but for some reason it doesn't work. Any ideas why?Code:<HTML> <HEAD> </HEAD> <BODY> <STYLE type="text/css"> BODY { height: 8.5in } #header { position: fixed; width: 100%; height: 15%; top: 0; right: 0; bottom: auto; left: 0; border: 0; } </STYLE> </HEAD> <BODY> <DIV id="header"> <IFRAME SRC=http://www.google.com> </DIV> </BODY> </HTML>
Thank




Reply With Quote