cannot change width attribute in iframe -
i working iframes. have found place in codebase iframe name found. despite changing attributes there, nothing happens. empty browser cache, still nothing happens. cannot find value that's stuck in codebase '460px !important' anywhere in codebase, , yet persists. advice appreciated. thank you! it's been days.
you can use in size in percent or pixel instead. hope clear:
<html> <head></head> <body> <iframe src="http://google" style="border: 0; position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%"> </body> </html>
Comments
Post a Comment