Hide a div id or class in html iframe
Posted: Sun Dec 04, 2016 2:55 pm
Just save this html code as a index.html and run this code in your browser. You can see bing layout. Now i need to hide videos menu which is in the #scpt2. So please help me.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>iframe</title>
</head>
<body>
<iframe src="http://www.bing.com" style="width: 90%; height: 300px"></iframe>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>iframe</title>
</head>
<body>
<iframe src="http://www.bing.com" style="width: 90%; height: 300px"></iframe>
</body>
</html>