Страницы не опубликованы.
Вот здесь сама по себе страница уменьшается.
Цитата:
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Демонстрация сайта</title>
<link href="css/default.css" rel="stylesheet" type="text/css" />
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/raphael.js" type="text/javascript"></script>
<script src="js/paths.js" type="text/javascript"></script>
<script src="js/init.js" type="text/javascript"></script>
</head>
<style>
body{
-o-transform:scale(0.5);
-webkit-transform: scale(0.5);
-moz-transform:scale(0.5);
-ms-transform:scale(0.5);
transform::scale(0.5);
}
</style>
<body>
<div class="wrapper">
<div id="map"></div>
</div>
</body>
</html>
|
а когда я открываю ее во фрейме нет (((
Цитата:
|
<html>
<head></head>
<body>
<div>
<iframe width="1280" height="840" SRC="index.html" seamless></iframe><div>
</body>
</html>
|
Почему???