JSFiddle - React, Tailwind, and code Playground
by jt3k
HTML
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>iNetVu.ru > Партнеры</title>
<meta name="description" content="Приглашаем партнеров Автоматизированные спутниковые антенные комплепксы iNetVu являю�" />
<meta name="keywords" content="" />
<meta name="generator" content="GetSimple" />
<link rel="canonical" href="http://www.inetvu.ru/test/partner/" />
<meta name="robots" content="index, follow" />
<link rel="stylesheet" href="http://www.inetvu.ru/test/theme/inetvu.ru/style.css"/>
<!--[if gte IE 7]>
<style type="text/css">
</style>
<![endif]-->
<!--[if IE 6]>
<style>
#header span { display:block; width:200px; height: 30px; float:right; position:relative; top: 20px; }
#content {position:relative;top:0;}
#leftmenu {position:relative;top:0;width:200px;left: 200px;}
</style>
<![endif]-->
</head>
<body>
<style type="text/css">
</style>
<div id="main">
<div id="header"><span class="search"> <form id="search_form" action="/test/search" method="post">
<input type="text" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue;" class="text" value="Поиск..." name="keywords" />
<input type="submit" class="submit" value=">>" />
</form>
<span style="font-size:16px;position:relative;top:-1.8em;left:-400px;width:370px;display:block"><b>(495) 223-76-80, (495) 223-61-20<br><a href="mailto:[email protected]">[email protected]</a></b></span>
</span><a href="http://www.inetvu.ru/test/" style="border:0; position:relative; top:15px; left:20px;"><img src="http://www.inetvu.ru/test/data/uploads/logo-bold.png" class="gs_image" alt="iNetVu.ru"></a>
</div>
<div id="wraper">
<div id="topmenu"><ul><li class="russia index closed"><a href="http://www.inetvu.ru/test/russia/" title="C-Com в России">C-Com в...
JavaScript
$(document).ready(function(){
$("[href='#printver']").click(function(){
$("*").css("visibility" , "hidden");
$("#content").css("position","absolute");
$("html,body,#content").css("visibility" , "visible");
});
});