Люди тут такая у меня не стандартная ситуация вобщем вот тестовый форум http://radioscanner.freeff.ru на этом форуме я расположил приемник для радиолюбителей вот код этого приемника
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<style>
html{background: #000 url(0.jpg) no-repeat 50% 0; background-attachment:fixed; margin:0; padding:0;}
body {font-family:Tahoma; margin:0; padding:0;}
#sdrframe {margin:0px auto; float:right;}
#menu_but2 {color:#D7D728; cursor:pointer;}
.main {width:980px; margin:25px auto; text-align:center; position:relative;}
.htable {width:980px; margin:5px auto; background:#AAA; border-spacing:0px; border-padding:0;}
.htable td {text-align:center; width:200px; border:0; }
.htable tr {height:50px; background: url(bgh.png); }
h1 a {color:#A4A4FF; text-decoration:none;}
.htable a {font-size:26px; font-family:impact; color:#AAA; display:block; width:100%; height:50px;text-decoration:none; background: url(td.png) repeat-x;}
.htable a:hover { color:#FFF; background: url(hover.png) repeat-x; text-shadow:2px 2px 2px #000;}
.htable span {font-size:11px; display:block; line-height:11px; text-decoration:none; font-family:Tahoma;}
.diplom { position:relative; z-index:10; left:810px; cursor:pointer; top:20px; width:242px; height:204px; background: url(img/diploma.png); transition: 0.5s;}
.diplom:hover {transform: rotate(6deg); transition: 0.5s; left:801px; top:27px; }
.dip_close {z-index:12; position:relative; top:33px; width:20px; height:20px; background: url(img/close.png); left:203px;}
</style>
<script>
function setCookie (name, value, expires, path, domain, secure) {
document.cookie = name + "=" + escape(value) +
((expires) ? "; expires=" + expires : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "");
}
function getCookie(name) {
var cookie = " " + document.cookie;
var search = " " + name + "=";
var setStr = null;
var offset = 0;
var end = 0;
if (cookie.length > 0) {
offset = cookie.indexOf(search);
if (offset != -1) {
offset += search.length;
end = cookie.indexOf(";", offset)
if (end == -1) {
end = cookie.length;
}
setStr = unescape(cookie.substring(offset, end));
}
}
return(setStr);
}
function deleteCookie(name) {
setCookie(name, "", { expires: -1 })
}
var date = new Date;
date.setDate( date.getDate() + 30 );
</script>
</head>
<body>
<div class="main">
<div style="width:100%; text-align:left;"><h1 style="margin:0; text-shadow:0px 0px 3px #000; padding:0; font-size:18px; color:#E6E6E6; ">
</div>
<table class="htable">
<tr>
</tr>
</table>
<iframe id="sdrframe" onload="this.height = window.frames.sdrframe.document.body.scrollHeight + 36"
name="iframe"
src="http://95.188.127.35:8903"
width="100%"
height="410"
scrolling="no"
frameborder="0"
></iframe>
<div style="float:left;">
</div>
<div class="diplom" id="diplom" onClick="dip_click();">
<div class="dip_close" style="left:37px; top:11px; background:0; " onmouseover="dip=0;" onmouseout="dip=1;" onClick="document.getElementById('diplom').style.display = 'none';">
</div>
<div class="dip_close" onmouseover="dip=0;" onmouseout="dip=1;" onClick="document.getElementById('diplom').style.display = 'none'; setCookie('iCloseDip','yes',date.toUTCString());">
</div>
</div>
<script>
if (getCookie('iCloseDip')=='yes') document.getElementById('diplom').style.display = 'none';
</script>
</div>
</body>
</html>
возможно он не идеален этот код подровнял как мог.проблемма в том что я никак не могу убрать вот эти элементы на приемнике вот скрин
помогите пож убрать лишние элементы на этом приемнике там я обвел красным то что нужно убрать